stepniake73
Explorer
Member since ‎09-15-2020

User Statistics

  • 13 Posts
  • 0 Solutions
  • 2 Kudos given
  • 7 Kudos received

User Activity

I have prepared a service that correctly returns data to me (for example, I extract the last 4 records for a selected pernr from a database table). When making a request on the entitiset, I get a beautiful status 200. The data marked above is ...
Hi, I have itab with 3 columns: pernr, begda, endda. I have also data in itab: pernr | begda | endda 123 | 01.12.2022 | 01.12.2022123 | 02.12.2022 | 02.12.2022 123 | 12.12.2022 | 12.12.2022123 | 13.12.2022 | 13.12.2022123 | 14.12.2022 | 14.12.2...
I wanna check last char of string. I don`t know why, but strlen() don`t count last char if it is a space.Why? How can i check, if the last letter of string is a space? REPORT z_last_char_space. DATA: lv_txt1 TYPE string. DATA: lv_txt_dl TYPE...
Hi, I have very long text, so i`m sending it into smartform in pieces in internal table. In one case, at the end of the one part of text i have the space. I do not know why, in smartform i do not see this space. I checked the data in itab, there i...