cancel
Showing results for 
Search instead for 
Did you mean: 

Open sales orders

Former Member
0 Kudos

Dear Friends,

How can we find the open sales orders against a WBS element?

Thanks & Regards,

Mili Dutta

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member1249468
Contributor
0 Kudos

Hi ,

Please run a SQVI query by taking tables VBAP & VBUK you will get the required info.

Go to T Code:SQVI add table VBAP & VBUK then select the common field as VBELN then execute the same to get the open status sales orders.

Regards,

Sash.

Former Member
0 Kudos

Hi,

1. Fetch all sales order assigned to WBS -- VBAK-PS_PSP_PNR - not equal to blank.

2. For all these sales order from table VBUK fetched the record for which Overall status (VBUK-GBSTK) is A - Not yet

processed.

This will get all open sales order assigned to WBS.

Hope it helps.

Award point if helpful

Regards,

Devendra