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
Category: Uncategorized
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
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
Key as Segment in V4 oData RAP
In Odata usually the entity can be accessed by providing the KeyValue in canonical form. But now in RAP V4 oData services, the entity can
Converting UUID to hyphened UUID
While working with oData and testing around these, then found that the gateway client receives the UUID in a slightly different format(Hyphened format) than the