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

Function Module for Revision Level.

Former Member
0 Likes
3,643

Hi all,

Is there any function module to retrieve details of MM and PO Revision Level..

In MM it is present in basic View..in AEOI table..,but i still go for function module.

Thanx in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,597

Hi,

BAPI_PO_DETAIL1

REVISION_LEVEL_SELECT

CCAP_REV_LEVEL_MAINTAIN

Also,

1.You can see this revision changes history in the version tab itself.

2.You can also get from PO - Environment - Header changes details.

3.Check the table EREV Version in Purchasing in SE16. This will give all the required details for the PO.

4.You can fetch the data from this table to appear in the PO print out.

If you want to know the material revision level as of some date then you can use function module REVISION_LEVEL_SELECT. Pass material & date and it will tell you the active revision on that date.

If you want to know the table, then AEOI where you can enter the material no in field OBJKT & AETYP as 41 (Material). You will get the list of revision levels for the material.

thanks & regards,

ShreeMohan

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
1,597

Try these FM.

REVISION_LEVEL_CHECK

MAEN_MAT_AENNR_CHECK

ITOB_CHECK_MATERIAL_REVLV

Read only

Former Member
0 Likes
1,598

Hi,

BAPI_PO_DETAIL1

REVISION_LEVEL_SELECT

CCAP_REV_LEVEL_MAINTAIN

Also,

1.You can see this revision changes history in the version tab itself.

2.You can also get from PO - Environment - Header changes details.

3.Check the table EREV Version in Purchasing in SE16. This will give all the required details for the PO.

4.You can fetch the data from this table to appear in the PO print out.

If you want to know the material revision level as of some date then you can use function module REVISION_LEVEL_SELECT. Pass material & date and it will tell you the active revision on that date.

If you want to know the table, then AEOI where you can enter the material no in field OBJKT & AETYP as 41 (Material). You will get the list of revision levels for the material.

thanks & regards,

ShreeMohan

Read only

Former Member
0 Likes
1,597

How did you achieve this?

regards,

Lalit mohan Gupta.