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

Creating Delivery from Material Document No.!

Former Member
0 Likes
976

Hi,

I need to create delivery from the material document no using MIGO..

ie using the material document no , i need to change the quantity and save the transaction which will generate a delievry no..

how can i similate the same using Some BAPIS?

Points for sure..

Regards

Gunjan

Hi,

I need to create delivery from the material document no using MIGO..

ie using the material document no , i need to change the quantity and save the transaction which will generate a delievry no..

how can i similate the same using Some BAPIS?

Points for sure..

Regards

Gunjan

1 REPLY 1
Read only

Former Member
0 Likes
598

Hi , Gunjan .

U can use the bapi <b>BAPI_STOREORDER_CHANGE</b>

<b>this Bapi is used to change Change Documents (PR, PR, Delivery or Sales Order) From Store Orders</b>

<b>Funationality of BAPI :</b>

Use this method to change purchasing or sales documents. The method checks if all the necessary data was transferred. For example:

Quantity

Material number or item number

Document number

Document category

The document items that are to be changed are found using the document document category, document number, and item number. Changes can be made to the following document categories:

Purchase requisitions

Purchase orders

Deliveries

Sales orders

You can change the following in documents: quantity, unit of measure, date, and deletion indicator.

You cannot change: material number, document type, document category, control parameters, and account assignment data.

You can use the RETURN parameter to announce any errors.