While working with third party systems that push EDIs/IDocs to SAP, they ask if SAP received particular TID (Transaction ID). TIDs can be found in
Month: July 2022
JMeter, IDoc, XML & SAP
It can be useful for load testing / Performance testing in scenarios where we have to create multiple IDocs for test. API’s can also be
Post IDoc through Postman – Easy way to test Inbound IDoc
While testing Inbound IDoc, sometimes we have to test with different values of different segments. In WE19, we have to navigate to different segments to
Program to retrieve XML Data from IDoc
Execute above code to get the XML Data from IDoc
DATA(var) Vs FINAL(var)
The new syntax- FINAL( ) is now supported like how the variables are declared using DATA( ) . This FINAL( ) disables subsequent change of