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: 

Table containing GRN Data

Former Member
0 Kudos

Hai All,

I have used Tables EKBE and MSEG to get the GRN number, GRN quantity, GRN Date,

but I am not able to display the perfect data.

Have I used the wrong tables? If so, which table I have to use?

7 REPLIES 7

Former Member
0 Kudos

Hi,

Which fields are you using from that table...

and for which transaction you want the records from these tables...

Regards,

Siddarth

0 Kudos

Hai,

I need GRN Number, GRN quantity, GRN date.

I have tried BELNR, LSMNG, BUDAT fields from EKBE table

and MBLNR, ERFMG, BUDAT from Mseg table.

I need this data to display the Purchase order data.

0 Kudos

Hi,

For purchase order data you may check the tables EKKO EKPO and EKET.

Regards.

0 Kudos

Hai,

I have used EKPO and EKET to get Purch Requisition and Purchase order data.

But I need table containing GRN Data.

0 Kudos

Hi,

Is there any transaction which displays these items... if so then try SQL trace you will get the details of all the tables it uses...

Regards,

Siddarth

Former Member
0 Kudos

Check table MKPF - EBELN, BLDAT, BUDAT, XBLNR, BKTXT

and MSEG - MBLNR, BWART, LIFNR, MATNR, EBELN

0 Kudos

Hai,

Thanks.... I have used the same tables and have got all data except GRN Quantity.

Many fields are therefor quantity in table MSEG like.... 'MENGE' , 'LSFMG' , 'BAMNG' , 'ERFMG' etc.

But no field is giving the perfect data.

Pls help me if u have any idea on this.