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: 

Goods Receipt table

Former Member
0 Kudos

I want all the Goods Receipts Qty to be accumulated in weekly buckets. The ztable consists of following fields

Vendor No.

Material

Year (Eg. 2007)

Week01 (Eg. Total Receipt Qty for 1’st week of 2007)

Week02 (Eg. Total Receipt Qty for 2nd week of 2007)

.

.

Week052

Which table I can find the values for above goods receipt information? Kindly help me.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Use the tables<b> MSEG and MKPF</b> for the Goods receipt and GOODS issue data

Reward if useful

Anji

7 REPLIES 7

Former Member
0 Kudos

Hi

Use the tables<b> MSEG and MKPF</b> for the Goods receipt and GOODS issue data

Reward if useful

Anji

Former Member
0 Kudos

You will have to write extract program which will update this table regularly.

EKBE is the table which stores PO History where you can get Goods Receipts data.

MKPF and MSEG are material document header and item details. MSEG is a huge table and it takes long execution time if used in programs.

This should give you some idea to start with.

ashish

0 Kudos

I understand MSEG is a Huge table but there is no vendor number in EKBE. Is there any table where I can find vendor number other than MSEG table?

0 Kudos

Instead of touching MSEG, i wil lprefer to use EKKO table. EKBE will provide you the PO No, using this you can always get Vendor from EKKO.

0 Kudos

Ashish

Thanks a lot. I think it will work. I will try to use both these tables.

Thanks

resolved

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try database view EKBI.

Regards,

Ferry Lianto