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

GRN date

Former Member
0 Likes
3,099

Hello friends,

I am working on an alv where i have to display the date on which GRN was created,can any1 tell in which table to look for this date,

I have been to the transaction MIGO,there im gettin the field name as BLDAT,I have production number(AUFNR) and matnr as input.

Please suggest me the solution

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,685

Hi

Pass the fields AUFNR and MATNR to MSEG table and Take the MBLNR and pass this MBLNR to MKPF table and take the Date field BLDAT from MKPF

Reward points for useful Answers

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
1,685

check mseg and get the material doc no first then in mkpf check the date.

regards

shiba dutta

Read only

Former Member
0 Likes
1,686

Hi

Pass the fields AUFNR and MATNR to MSEG table and Take the MBLNR and pass this MBLNR to MKPF table and take the Date field BLDAT from MKPF

Reward points for useful Answers

Regards

Anji