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

batch and its description

Former Member
0 Likes
1,318

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...

7 REPLIES 7
Read only

Former Member
0 Likes
1,004

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.

Read only

Former Member
0 Likes
1,004

check batch CockPit <b>BMBC</b> , tables are MCHA etc.

Regards

Prabhu

Njoy SAP

Read only

Former Member
0 Likes
1,004

if across all the plants then Material batch can be found in table MCH1, plant batch management would be in MCHB

Read only

Former Member
0 Likes
1,004

hi all.

am getting batch for material. but the main problem is that i didnt get the value description of the batch.

Read only

0 Likes
1,004

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 : CHARGE

for more Details check the Tcode <b>BMBC</b>

Regards

Prabhu

Njoy SAP

Message was edited by: Prabhu Peram

Read only

0 Likes
1,004

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.

Read only

SantoshKallem
Active Contributor
0 Likes
1,004

all the info of batches is in MCHA, MCH1, MCHB.