‎2013 Jul 02 2:21 PM
Hi there,
Today my question is how to retrieve the general characteristic values of a class object in 'Display batch details' screen.
Pls find the attached screen shot.
Transaction is : MSC3N (Display Batch Details)
We need to put in Material,plant and batch details as an input.
Then under the 'General' tab of material 'classification' tab, it shows 'Loss on ignition (%)' (LOI) , as one of the characteristic.
Now in which table this value is stored and how to retrieve this quantity.
Here in this case the quantity is 10.51 %
‎2013 Jul 02 6:11 PM
Hi Bharath,
What you need is Batch Characteristics of any material.
Try this -
It is a two step process.
Step 1) Table - INOB
Values OBTAB = MCH1, OBJEK = MATNR & BATCH.
You will get CUOBJ
Use this CUOBJ for step two.
Step 2) Table - AUSP
Value OBJEK = CUOBJ (with leading zeroes if there)
KLART = 023 (generally it is batch class, if you have something else give it)
Characteristic Values (ATWRT) for various characteristics (ATINN) can be obtained.
Ask if not clear/face issues.
BR.
‎2013 Jul 02 6:49 PM
Hello,
Use FM like 'CLAF_CLASSIFICATION_OF_OBJECTS' or ' BAPI_CLASS_GET_CLASSIFICATIONS'.
Links for the same
http://scn.sap.com/thread/1404250
otherwise tables are
AUSP and CABN
best regards,
swanand