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

REVISION_LEVEL_TABLE_EXPORT - current revision level

prabhu_rengaraju4
Participant
0 Likes
606

Hi Guys,

i want to get the current Revision level for the material.i used

REVISION_LEVEL_TABLE_EXPORT .But it is not giving me the currect order of revision level for the Material.

How can i idetify from the return internal table which is the current revision level for the material or Please let me know is there any option or there to find the revision level

Thanks in advance.

Prabhu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

Hi,

FM REVISION_LEVEL_SELECT can be used to get the revision level

<b>Reward points</b>

Regards

Hi Guys,

i want to get the current Revision level for the material.i used

REVISION_LEVEL_TABLE_EXPORT .But it is not giving me the currect order of revision level for the Material.

How can i idetify from the return internal table which is the current revision level for the material or Please let me know is there any option or there to find the revision level

Thanks in advance.

Prabhu

2 REPLIES 2
Read only

Former Member
0 Likes
529

Hi,

FM REVISION_LEVEL_SELECT can be used to get the revision level

<b>Reward points</b>

Regards

Read only

0 Likes
528

Thanks man..i got it