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

Table containing GRN Data

Former Member
0 Kudos
14,316

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
Read only

Former Member
0 Kudos
6,851

Hi,

Which fields are you using from that table...

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

Regards,

Siddarth

Read only

0 Kudos
6,851

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.

Read only

0 Kudos
6,851

Hi,

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

Regards.

Read only

0 Kudos
6,851

Hai,

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

But I need table containing GRN Data.

Read only

0 Kudos
6,851

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

Read only

Former Member
0 Kudos
6,851

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

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

Read only

0 Kudos
6,851

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.