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

MSC3N

Former Member
0 Likes
9,976

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 %

2 REPLIES 2
Read only

Former Member
0 Likes
6,168

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.

Read only

Former Member
0 Likes
6,168

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