In this post, we will see how to resolve Meaning of (052) at the end of text literal? Question: Really just a curious question. Here are a few examples of the same concern that I have since they are being ...
In this post, we will see how to resolve Parsing json using deserialize in abap btp environment Question: I fetched the data from a URL and data is stored in a variable in json format.now i need to parse this ...
In this post, we will see how to resolve When sorting of itab is done in SQL query? Question: I have a select like this My question is: will the sorting operation be performed on the DB or on the ...
In this post, we will see how to resolve Transform JSON with /UI2/CL_JSON deserialize then serialize Question: I need to transform JSON. I am getting output as "0000010006 GLAESS", but I need {"customer_id":"0000010006","customer":"GLAESS"} Best Answer: If you want to serialize ...
In this post, we will see how to resolve Calculate previous day in ABAP CDS? Question: I am starting with ABAP, I use the following instruction to obtain the date in the system but I can’t get the date of ...
In this post, we will see how to resolve SQL inner join with select options as Question: I want to do an inner join on the SAP tables BSEG and AUFK. At my selection screen I have a selection of ...
In this post, we will see how to resolve Ignore leading zeros in SQL selection when joining two fields Question: I want to compare the field bseg~zuonr with aufk~aufnr in an inner join SQL select. This select is not working ...
In this post, we will see how to resolve Count rows in json using /UI2/CL_JSON Question: i have a json value stored in a variable now i need to get the count of rows and i am facing error. when ...
In this post, we will see how to resolve Date format from 2020.11.20 to 11/2020 Question: I’m trying to change the date format from 2020.11.20 to 11/2020 My objective is to remove the day and leave just month/year. If I ...
Question: I am working on an interface for communicating with SAP RFC functions. I have some questions regarding parameter hierarchy and uniqueness of parameter and table naming to which I can’t seem to find an answer anywhere online. Are the ...