Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use BAPI_DELIVERYPROCESSING_EXEC to create inbound delivery w/o Ref

former_member449766
Participant
0 Kudos

Hi!

I want to use BAPI_DELIVERYPROCESSING_EXEC to create an inbound delivery without reference. I searched but there were no helpful sample codes. Anybody who has one?

Any input will be much appreciated.

Thanks,

abapGenin

1 REPLY 1

OttoGold
Active Contributor
0 Kudos

Hi,

why dont you use where-used list on that BAPI and see how SAP is doing this? If you put a break point into the BAPI (like first line) then you can jump into the transaction, do everyhting you want to do with your hands and when completing, the debugger will stop in the BAPI and you will see all the data coming in.

Otto