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

BAPI_DELIVERYPROCESSING_EXEC cannot fill in billoflading

Former Member
0 Likes
489

Dear experts,

I am using BAPI_DELIVERYPROCESSING_EXEC to create outbound delivery, and I filled in the field LT_REQ-billof lading, but when I called the bapi then delivery was created successfully without billoflading. I don't know why hope anyone can help.

Thank you very much!

CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'
EXPORTING
TECHN_CONTROL = LS_CONTROL
TABLES
REQUEST = LT_REQ
CREATEDITEMS = LT_ITEM
RETURN = LT_RETURN.

0 REPLIES 0