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

Sales document : business data problem

Former Member
0 Likes
389

How come i don't have all items stored in the VBKD table :

if i join this table to vbap, there is many items missing that i can not determine the sales district.

Or how can i find the sales district coming from a quotation ???

Thanks

How come i don't have all items stored in the VBKD table :

if i join this table to vbap, there is many items missing that i can not determine the sales district.

Or how can i find the sales district coming from a quotation ???

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
328

Hi,

VBKD will not have entries for all the line items..unless the business data is different for each line item..

Try this..

Remove the join...use for all entries to get the data from VBKD..

Then loop at the vbap internal table...Then read the VBKD internal table for that vbap-posnr..if you don't have an entry..use POSNR as '000000' which is the header record VBKD...

Thanks

Naren