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: 

ZBATMAS message type

arvind_soni
Participant
0 Kudos

Hello,

We have created a custom message type which will be used to send changed batch information using changer pointer by IDOC.

We have also created a custom characteristics ZPRIO (Priority of batch) and the same will be assigned to Batches (MSC2N). However when we change this characteristics in MSC2N transaction change pointers are not getting created.

What is the table name and field for Batch characteristics and how can I assign this to the change object? I can see that CABN table is available and I tried assigning this to CLASSIFY object but it did not work.

I want to know the relational table between Batch and Characteristics.

Any help would be appreciated!

Thanks in advance!

Arvind

2 REPLIES 2

Former Member
0 Kudos

hi arvind,

check these tables mcha, mch1, mchb, dfbatch might be helpful for u

sree

JL23
Active Contributor
0 Kudos

the classification values are stored in table AUSP, among all other classification used in your system.

your batch tables are MCHA and MCH1.

For characteristcis link and values use below tables:

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

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)

for batch stock 0 use tables ilken MCHB, MCHA etc,