Execute TCode: ST03N Expand the Node: Total → Select the Date → Click on Transaction Profile → Click on Standard → Select the column name
Category: Uncategorized
Retrieve IDoc details from Transaction ID (TID)
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
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