‎2009 Aug 11 10:02 AM
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
‎2009 Aug 11 10:09 AM
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
‎2009 Aug 11 10:05 AM
Try these FM.
REVISION_LEVEL_CHECK
MAEN_MAT_AENNR_CHECK
ITOB_CHECK_MATERIAL_REVLV
‎2009 Aug 11 10:09 AM
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
‎2011 Jun 03 11:07 AM