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_shipment_create

Former Member
0 Likes
1,191

Hi all,

I have few questions on the FM bapi_shipment_create

1. What are the parameters to pass to it. (if any body used this FM please send me the code)

2. Can we use it if we have more than one delivery

Regards,

Shoban

1 REPLY 1
Read only

Former Member
0 Likes
536

Hi,

The parameter for this BAPI must be specified in structure HEADERDATA. To create a shipment, the system needs to know the shipment type. The shipment number & transportation planning point is also optional.

Global dates for the shipment (start of shipment, start of loading, and so on) can be supplied by table HEADERDEADLINE. Which deliveries should be assigned to the shipment needs to be specified in table ITEMDATA. The data for the shipment stages is taken from table STAGEDATA. gelesen. Dates can also be supplied for each stage (table STAGEDEADLINE). Because not all deliveries necessarily need to have the same starting point and destination, the deliveries are assigned to stages using table ITEMONSTAGE. The addresses of the stage starting points and destinations can be specified in detail from table ADDRESS. Tables HDUNHEADER and HDUNITEM let you inform the shipment that the deliveries should be packed and which shipping units should be used.

Regards,

JLN