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

how to create open sales order using BAPI....?

Former Member
0 Likes
659

Hi Guru's,

please help me how to create open sales order and which BAPI i have to use for open sales order.

please provide any program logic related to this or step by step process.....

that would be helpful to me.

thanks in advance...

Srinivas....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi sreenu,

Open PO or Open sales order means that the complete cycle is not complete. That means the Sales order is not completely delievered or is not billed or is not paid for. Only once the cycle is completed the order status shows as complete untill then its Open.

You can use VA05 to find open sales orders.

Similarlry open PO's are those PO's whos inbound delivery is not complete or whos goods receipt is not complete and whos payment is not done to the vendor

U cannot directly find the open PO and open SO from any table.

That u have to calculate from the status of the PO and SO and then check wheteher that is complete or not.

U have table VBUP for SO status.Check out the fields in that table

pls see the below link.

http://abaplovers.blogspot.com/2008/02/bapi-sales-order-create-code.html

http://msdn.microsoft.com/en-us/library/cc185190.aspx

thjanks

karthik

2 REPLIES 2
Read only

Former Member
0 Likes
487

Hi sreenu,

Open PO or Open sales order means that the complete cycle is not complete. That means the Sales order is not completely delievered or is not billed or is not paid for. Only once the cycle is completed the order status shows as complete untill then its Open.

You can use VA05 to find open sales orders.

Similarlry open PO's are those PO's whos inbound delivery is not complete or whos goods receipt is not complete and whos payment is not done to the vendor

U cannot directly find the open PO and open SO from any table.

That u have to calculate from the status of the PO and SO and then check wheteher that is complete or not.

U have table VBUP for SO status.Check out the fields in that table

pls see the below link.

http://abaplovers.blogspot.com/2008/02/bapi-sales-order-create-code.html

http://msdn.microsoft.com/en-us/library/cc185190.aspx

thjanks

karthik

Read only

Former Member
0 Likes
486

Hi thanks for your valuble answers....

let me check once...and let you know if i have any questions related to this...

thanks in advance

Srinivas....