‎2008 Jan 23 6:01 AM
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
‎2008 Jan 23 6:27 AM
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