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

Material Revision Level

Former Member
0 Likes
3,157

Hi,

I want to print revision level along with material no, can you please tell

me the table or way to get that field.

If I press F1 and get technical info, it is referring to structure

RMMZU-REVLV.

Advance thanks.

Regards,

V Balaji.

4 REPLIES 4
Read only

Former Member
0 Likes
1,513

Hi Balaji,

Generally when you press the F1 key it gives you the structure name as you have specified it to be RMMZU. what you can do is you can look for the where used list of REVLV which will give you an option to search in the transperant tables through which you can get the info on the table which holds the element. Generally there will be many tables having this data element but you will have to choose the right field.

Hope this helps.

Sudhi

Read only

Former Member
0 Likes
1,513

Hi,

I did the same thing, but I am not getting any tables... any other way...?

Regards,

V Balaji.

Read only

Former Member
0 Likes
1,513

Hi,

I got the table where it's getting stored and that is AEOI-REVLV.

I want to know how to link MARA with AEOI?

Regards,

V Balaji.

Read only

0 Likes
1,513

Hi,

I got the answer.

AEOI-OBJKT = MARA-MATNR AND AEOI-AETYP = '41'.

Regards,

Balaji Viswanath.