‎2010 Jan 27 10:25 AM
Hello friends,
I have a requirement to create PO.
I want to create it with online session (Not in a BAPI call, BDC or a background job)
I can check the logic for BDC --> SY-BINPT and Backgrond job -->SY-BATCH.
But anybody can tell me how would I know the call is in BAPI??
Regards,
Ronny
‎2010 Jan 27 7:43 PM
I have seen in mkpf or mseg, if a entry is created through bapi , there is field which maintains the tcode through which the document is created. When its created through bapi it indicates the transaction name as bapi in the table field.
You can check in ekko and ekpo for such field if any.
‎2010 Jan 27 7:43 PM
I have seen in mkpf or mseg, if a entry is created through bapi , there is field which maintains the tcode through which the document is created. When its created through bapi it indicates the transaction name as bapi in the table field.
You can check in ekko and ekpo for such field if any.
‎2010 Jan 27 9:01 PM
You can use Export and Import memory to solve this issue.
Export should be done at a place which is called only in foreground.
Later you can do Import memory and check for field value.
‎2010 Jan 28 6:28 AM