cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Batch in REM

Former Member
0 Kudos

Dear Gurus,

I am working on MFBF - Backflushing.

I have maintained batches for my product and have maintained the characterics like version number etc for a particular batch.

From which table, can I get the characteriscs values maintained in a batch for the material and plant.

Can any one help me out.

Srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Brahamankar,

Thanks for your reply.

Yes, I got CUOBJ from MCH1 table.

But when I am checking AUSP table, there is no ONJNR as you have mentioned. AUSP table is having OBJEK. Is there any there table for it?

Regards,

Srini

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

In CUOBJ you have to pass it in table AUSP in field OBJEK enter zeros in the beginning of the value and execute.

You will get the characteristics values entered in the batch

As the field ATFLV, ATFLB, ATTLV etc

Look at AUSP table with key KLART = '023'

or check FM CLFM_SELECT_AUSP

Regards,

R.Brahmankar

Former Member
0 Kudos

hi

get the value MCH1-CUOBJ_BM

pass the value AUSP-OBJEK

then you get the values

pl try

and still if you want to know the charectristic name , pass the

AUSP-ATINN into CABN-ATINN you get the name also

ashok

Edited by: ASHOK on Oct 7, 2008 10:16 AM

Answers (1)

Answers (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You can get the values from AUSP table but you have to pass OBJNR as CUOBJ from the table MCH1 for your batch.

Find the CUOBJ from the table MCH1 by passing your batch no. Then this CUOBJ you have to pass it in table AUSP in field OBJEK and execute. You will get the characteristics values entered in the batch, depending on you char. type ATWRT (char) or ATFLV (Num).

U can also use LCABN

Regards,

R.Brahmankar