2006 Jul 05 5:08 PM
Hi ABAP guru's,
I need a field mapping for field "GOITEM-ANZGEB" , this is the field used in MIGO (QM - No. of Containers) under Quantity tab. I would be entering manually the no. of containers but i am not sure where it is getting saved.
I have seen its occurence in QALS table but it is not getting reflected when iam entering MBLNR. Accurate answers would be highly rewarded with points and thanked.
Regards
Larry.
2006 Jul 05 5:51 PM
The relationship between Inspection lot and the material document is stored in QAMB. So given you MSEG values for MBLNR, MJAHR, and ZEILE, you can go to this table to get the inspection lot number and use that to go to QALS and get the value you need. Is this what you are looking for?
2006 Jul 05 5:15 PM
2006 Jul 05 5:30 PM
Hi Srinivas,
I checked it but i find the indicator of the field.
for ex- i enter '7 EA' , while saving it. i want to retrieve it. I did a ST05 but i could not find a relevant match, hence i posted it as a query. can u have a look at the field?
2006 Jul 05 5:19 PM
Hey,
Switch on the SQL trace using transaction ST05 and perform the MIGO transaction. Switch off and display the trace. The trace will give you the list of tables updated by the transaction MIGO.
-Kiran
*Please reward useful answers
2006 Jul 05 5:51 PM
The relationship between Inspection lot and the material document is stored in QAMB. So given you MSEG values for MBLNR, MJAHR, and ZEILE, you can go to this table to get the inspection lot number and use that to go to QALS and get the value you need. Is this what you are looking for?
2006 Jul 05 5:53 PM
and if you have partial lots, may be QALT is where you should be looking at.
2006 Jul 05 6:03 PM
Hi Srnivas,
Thnx for the mapping but i have one more query, the Table QAMB is not getting populated and it does not have any entries do i need to take care of some stuff in config.? or is there something i need to do.
2006 Jul 05 6:09 PM
I haven't worked much in the QM module but I guess that this will be filled in if the integration between QM and MM is configured. I cannot say that with authority.