Hi guys,
I am going to start my first project integrate with SAP.
Would like to seek for some advice regarding service object creation.
I have 2 SAP BAPI:
1. BAPI_GOODSMVT_CREATE
2. BAPI_TRANSACTION_COMMIT
After the data entry using bapi 1, i need to execute the bapi 2 to commit the posting. It had been tested in SAP se37 with test sequence.
How can i translate this activity into service object? 1 service object contain 2 bapi? will it execute following the sequence?
Thank you.