I have developed a web app using ReactJS that is hosted on Azure and I want to retrieve data from an S/4HANA On-Premise system. I am looking for a secure and reliable way to establish this connection. The data that I want to retrieve includes orders,...
Hi Prince,For example, you can use or create fixed structures here. Then you won’t need the @ symbol (Inline declaration). DATA: lt_mbew_tabn5 TYPE TABLE OF mbew.
SELECT mb~matnr
bwkey
bwtar
lbkum "Not present...
Hello,Yes, there are several options. One of them is creating an HTTP object in SAP and calling Google Drive. You can then process the response and retrieve the data from Google Drive.It is important, as ulrich_mhrke described, to import the certific...
Hello,There are various ways to implement the requirement.Here are some questions regarding this:Are these messages generated by you, i.e., is it Z-Coding?If yes, you can control it as Sandra Rossi described.A standard report is being executed:Here, ...
Hello,During posting, the values are calculated, resulting in very large decimal places.In the screenshot, the number 1.34257e+11 (equivalent to 134,257,000,000) can be seen. This is the notation of scientific or exponential notation. The error “Conv...
Hi,The following coding should work. However, if you are in S/4HANA, then CDS views are recommended. SELECT vbeln
INTO TABLE @DATA(lt_odv)
FROM vbak .
"Important to check, otherwise everything will be read.
IF lt_odv IS NOT ...