Application Development 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: 

Obtain Sold Qty per site/plant from Table

Former Member
0 Kudos

Hi Expert,

I am using SAP Retail.

How could i obtain the sold qty per site per article everyday?

What table should i link refer to?

Thanks expert!

BR - Chris

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Christopher,

You'll get articles and site relationship from VBAP dictionary table. Based on article, site you'll get Purchase order details from EKPO dictionary table. Based on EBELN and EBELP from EKPO get delivered quantity from EKET dictionary table.Then you'll get sold qty/site/article.

Regards,

Sheetal.

2 REPLIES 2

Former Member
0 Kudos

Hi Christopher,

You'll get articles and site relationship from VBAP dictionary table. Based on article, site you'll get Purchase order details from EKPO dictionary table. Based on EBELN and EBELP from EKPO get delivered quantity from EKET dictionary table.Then you'll get sold qty/site/article.

Regards,

Sheetal.

0 Kudos

Is there any code i could refer to?

Thanks!

Cheers - Chris