Application Development and Automation 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: 
Read only

Issue in BAPI

Former Member
0 Likes
379

Hi, I am testing <u>BBP_INB_DELIVERY_CREATE_31I</u> and <u>BBP_INB_DELIVERY_CREATE</u> to create inbound delivery with PO reference(for VL31N). But when I run the BAPI it does not give any return parameters. Can anyone please help me in resolving the issue.

Thanks and Regards,

DSK

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
332

Those are not BAPIs but some function modules for SAP's use. You should not use them. BAPIs for inbound deliveries are:

BAPI_INB_DELIVERY_CHANGE

BAPI_INB_DELIVERY_CONFIRM_DEC

BAPI_INB_DELIVERY_SAVEREPLICA

I haven't used any of them though and not sure how they work. Also there might be more BAPIs available (I searched for BAPIDELIV).