dhawal_patil
Participant
Member since ‎04-04-2019

User Statistics

  • 12 Posts
  • 0 Solutions
  • 19 Kudos given
  • 12 Kudos received

User Activity

While the SAP BTP platform has witnessed significant progress and adoption, offering numerous development tools for SAP platforms, it's noteworthy that SAP GUI for ABAP continues to be widely utilized in many organizations and projects. This document...
I want to filter an internal table and store the data into another internal table based on a condition. I know of two ways, I can achieve it, i.e. with "SELECT from @itab" and "FILTER #( itab WHERE field1 = 'SOME_VALUE' )". I want to know if there ...
We are working on the e-invoice for Turkey. For the e-invoice operations, we need to consume a third-party web service and perform some operations. I know that we can use the WSDL and just generate a proxy in the SAP ABAP system with t-code "SPROXY...
We recently set up the Colombia Document Compliance for Colombia e-invoicing in our S/4 HANA dev system and tried submitting one invoice. In our EDOC_COCKPIT, we are getting an error with the message "Error triggering message, check AIF error log for...
We have a requirement for migrating our iFlows in our current SAP CPI instance on the Neo environment to another CPI instance which is Cloud foundry environment. I wanted to know what are the points to be considered for migrating the existing iFlow...