cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Batch characteristics in Inventory management(MIGO)

Former Member
0 Kudos

Hello all,

Am using SAP MM(Inventory mgmt).I have been searching for Batch characteristics table. my requirement is that i have to displaty the batch characteristic field values in sap script but they have given only field description (Storage Temp,Max temp, Date inspected,Inspected By,Specification, Remark,Chart required,Expire date,Lab Supervisor,Test,Test date). Can any one tell me the related tables & Standard driver program.

Thank You,

Krishnaveni.

Accepted Solutions (0)

Answers (2)

Answers (2)

asik_shameem
Active Contributor
0 Kudos

Hi,

You can use FM CLAF_CLASSIFICATION_OF_OBJECTS.

Just fill the following data,

CLASSTYPE 023

OBJECT Material_Number(18 char) + Batch_Number

OBJECTTABLE MCH1.

You can see the characteristics in T_OBJECTDATA.

Note: Material should be with leading 0's if it is numeric & should be with spaces at the last till 18 char if it is alpha-numeric.

Former Member
0 Kudos

Hi,

Form which table i can get the above mentioned fields(i have mentioned field description).

Thank you,

krishnaveni

JL23
Active Contributor
0 Kudos

AUSP

JL23
Active Contributor
0 Kudos