2022 Jun 16 7:55 PM
I would like to map the repair process using BAPI calls.
Service Notification "S1" - Repair Order "RAS" - Return Delivery - service order "SM03" - Outbound Delivery
It works in SAP with the transaction code.
I use for the service notification "S1"
"BAPI_ALM_NOTIF_CREATE"
for repair order "RAS"
"BAPI_SALESORDER_CREATEFROMDAT2"
how do I get the connection in the document flow of both documents?
Or do I need another BAPI?