miske
Participant
Member since ‎2021 Jul 12

User Statistics

  • 67 Posts
  • 0 Solutions
  • 14 Kudos given
  • 6 Kudos received

User Activity

Hello everyone,i tried finding out the answer to this problem, but nothing helped. I wrote a program that is creating a .TXT file, and saving it to my local pc. The important part is that every row in the file MUST HAVE EXACTLY 60 characters. In ever...
Hello everyone, I want to transport some standard text that I created on so10 in quality. Directly in Quality I created new workbench request in SE09, made subrequest type Development/Correction. Via program RSTXTRAN I selected all the standard texts...
Hello everyone, I created a program that is collecting some XMLs via API. I am getting those XMLs as strings Now I need to extract some data from those XMLs. This is how my program looks like: REPORT z_testapi.TRY. DATA: lo_http_client ...
Hello everyone, I just need to know if there is any way to get the data from table KNC1 but not in local currency but in currency of the customer. In my case, my local currency is RSD, and all the values in KNC1 are in RSD. Many of the customers ar...
Hello everyone, I made a sample program that is collecting some data from any table in SAP (in my example its from KNA1) and sending that data to email address as .xlsx attachment. In my system it works exactly as it should. However, when I copied ...