jayaraj2018
Explorer
Member since ‎10-03-2018

User Statistics

  • 25 Posts
  • 1 Solutions
  • 6 Kudos given
  • 5 Kudos received

User Activity

Hello All, I have a simple one-to-one mapping as shown below. Target field LineNum is mapped with a standard counter function. This is working as expected. Now I am trying to map only the Currency segments where Curr is 'USD'. This is done u...
Hi All, I am trying to upload an excel file with .xlsx extension using FM - ALSM_EXCEL_TO_INTERNAL_TABLE. But I am getting the UPLOAD_OLE exception. The same program works in other PCs except mine. Problem with excel application. Tried re-installin...
Hello SAP Experts, We have a requirement to download Invoice PDF document from SAP on a HTTP GET request using the Invoice number. The downloaded Invoice PDF document should be sent as a base64 encoded http response. Can this be achieved in PI us...
Hi, I am working on a Flat -> IDoc conversion mapping. I have scenario where i need to aggregate on a field called 'Type' in 'InvoiceLines' segment. That is, for each unique value in the 'Type' field, i would need to generate a E1BPACTX09 segmen...
Hi All, I am new to ABAP and currently working on an ABAP program that will read data from a comma separated text file and upload to a custom table that i created. After referring to loads of videos in youtube and in Sap community ...