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 characteristic value from MARM

former_member463678
Participant
0 Likes
715

Hello experts,

We can find batch characteristic value for a material by using respective tables and few standard function modules. But in my requirement, based on some condition, I have to find batch characteristic value for material from table MARM . Can anybody help on how to find characteristic value from this table.

Thanks in advance.

Zak.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Hi Zakir,

You can use this function Module To find Batch Characteristics by passing MATNR WERKS AND CHARG. 'VB_BATCH_VALUES_FOR_OUTPUT' and get value .

As far as MARM Table is Concern You can Find Batch Char Value in ATINN field.

Or If it Does't help you write your Query in more Elabroting Way .

Thanks.

Shyam

Hello experts,

We can find batch characteristic value for a material by using respective tables and few standard function modules. But in my requirement, based on some condition, I have to find batch characteristic value for material from table MARM . Can anybody help on how to find characteristic value from this table.

Thanks in advance.

Zak.

2 REPLIES 2
Read only

Former Member
0 Likes
566

Hi Zakir,

You can use this function Module To find Batch Characteristics by passing MATNR WERKS AND CHARG. 'VB_BATCH_VALUES_FOR_OUTPUT' and get value .

As far as MARM Table is Concern You can Find Batch Char Value in ATINN field.

Or If it Does't help you write your Query in more Elabroting Way .

Thanks.

Shyam

Read only

0 Likes
565

Hello Shyam,

Thanks for reply.

my requirement is some thing like below

loop at MCHB.

if MATNR having character along with value....its OK.

elseif MATNR having character without value.

here I need to find value for this character from MARM.

endloop.

here I dunt know how to find character value for that material from MARM.

can u pls help on this.

Thanks in advance.

Zak.