‎2006 Jun 16 6:14 AM
Hi.
i want to find batch for material and the description for that particular batch.so in which table i get it?
can anyone help me...
‎2006 Jun 16 6:17 AM
LIPS-CHARG gives the batch number for a material in normal scenario.But in batch split scenario for a material what should be the logic to retrieve the field batch number based on POSNR,VBELN and UECHA in LIPS.
UECHA corresponds to higher level item of a batch.
‎2006 Jun 16 6:23 AM
check batch CockPit <b>BMBC</b> , tables are MCHA etc.
Regards
Prabhu
Njoy SAP
‎2006 Jun 16 6:24 AM
if across all the plants then Material batch can be found in table MCH1, plant batch management would be in MCHB
‎2006 Jun 16 6:28 AM
hi all.
am getting batch for material. but the main problem is that i didnt get the value description of the batch.
‎2006 Jun 16 7:02 AM
try to Use FM <b>read_text</b> with following EXports
text name : batch name(proper format )
text Lang : EN / Hindi /telugu like that
text Id : VERM
text Object : CHARGEfor more Details check the Tcode <b>BMBC</b>
Regards
Prabhu
Njoy SAP
Message was edited by: Prabhu Peram
‎2006 Dec 27 2:25 PM
Thanks for the post:)
For me the trick was to get NAME parameter in proper format. It is not 'material' (18 chars) + 'batch' (10 chars) as it seemed in the first moment.. but 'material' (22 chars) + batch.
‎2006 Dec 27 2:34 PM