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: 

Need field mapping.

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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?

7 REPLIES 7

Former Member
0 Kudos

Did you check TQSS1?

0 Kudos

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?

Former Member
0 Kudos

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

Former Member
0 Kudos

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?

0 Kudos

and if you have partial lots, may be QALT is where you should be looking at.

0 Kudos

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.

0 Kudos

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.