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

Problems in Testing Function Module: BAPI_INB_DELIVERY_CONFIRM_DEC

Former Member
0 Likes
581

To Experts:

I do not receive any Return Entries when I execute BAPI_INB_DELIVERY_CONFIRM_DEC.

Per SAP documentation, I have inputted data in the required fields in the Import Parameters:

HEADER_DATA - Field DELIV_NUMB

HEADER_CONTROL - Field DELIV_NUMB & GROSS_WT_FLAG

DELIVERY - Field DELIV_NUMB

What is causing the lack of any type of Return Entries especially a successful message?

Your help is much appreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449
3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
449

Hi,

Have you given BAPI_TRANSACTION_COMMIT.

aRs

Read only

Former Member
0 Likes
450
Read only

0 Likes
449

aRs and Seshu,

Thank you for your input. Both helped me solve the questions that I had. I was able to confirm and post goods receipt using both the Commit BAPI and the Post Goods flag referenced in the document.

Thanks again!