cancel
Showing results for 
Search instead for 
Did you mean: 

link between Material code and class

Former Member
0 Kudos

Dear PP friends,

I am developing a report where against the material code and batch, i want to get Batch characteristic and its values.

Can anybody tell me The ABAP TABLE or link between MATNR and class, characteristic so that to get proper output.

Thanks and regards

LKP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Find the below tables from which you can pick the require data

Batches

MCHA Batches

MCH1 Batches

MCHB Stock : batches

Characteristics :

CABN Characteristics ( o.a. batch/vendor)

CABNT Characteristics description

CAWN Characteristics ( o.a. material)

CAWNT Characteristics description

AUSP Characteristic Values

Class types and objects :

TCLAO Several class types for object

TCLA Class types ( vb. lfa1 => v10 en 010)

TCLAT Class type text

TCLT Classifiable objects

TCLC Classification status

Links :

INOB Link between Internal Number and Object

KLAH Class header data

KSSK Allocation Table: Object (vb.matnr) to Class

KSML Characteristics for a class (internal number)

Regards

SANIL

Answers (0)