stepniake73
Explorer
Member since ‎2020 Sep 15

User Statistics

  • 17 Posts
  • 0 Solutions
  • 3 Kudos given
  • 10 Kudos received

User Activity

Cześć, czy ktoś z Was pracuje w katowickim INGu?Chciałbym nieformalnie porozmawiać z kimś na temat oferty pracy, którą opublikował bank.
Hi, I am trying to expand data in my fiori app. I am using example fromhttps://www.techippo.com/2017/09/bind-expand-sapui5-xml-view.htmlAs we can see, in example we have a full list of all flights:items="{path : '/FlightSet' , parameters:{expand : 'T...
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...