<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Function Module for Revision Level. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026522#M1348585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_DETAIL1&lt;/P&gt;&lt;P&gt;REVISION_LEVEL_SELECT&lt;/P&gt;&lt;P&gt;CCAP_REV_LEVEL_MAINTAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;1.You can see this revision changes history in the version tab itself.&lt;/P&gt;&lt;P&gt;2.You can also get from PO - Environment - Header changes details.&lt;/P&gt;&lt;P&gt;3.Check the table EREV Version in Purchasing in SE16. This will give all the required details for the PO.&lt;/P&gt;&lt;P&gt;4.You can fetch the data from this table to appear in the PO print out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the material revision level as of some date then you can use function module REVISION_LEVEL_SELECT. Pass material &amp;amp; date and it will tell you the active revision on that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the table, then AEOI where you can enter the material no in field OBJKT &amp;amp; AETYP as 41 (Material). You will get the list of revision levels for the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;ShreeMohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 09:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-11T09:09:28Z</dc:date>
    <item>
      <title>Function Module for Revision Level.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026520#M1348583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module to retrieve details of MM and PO Revision Level..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In MM it is present in basic View..in AEOI table..,but i still go for function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026520#M1348583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Revision Level.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026521#M1348584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try  these FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REVISION_LEVEL_CHECK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAEN_MAT_AENNR_CHECK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ITOB_CHECK_MATERIAL_REVLV&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026521#M1348584</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-08-11T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Revision Level.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026522#M1348585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_DETAIL1&lt;/P&gt;&lt;P&gt;REVISION_LEVEL_SELECT&lt;/P&gt;&lt;P&gt;CCAP_REV_LEVEL_MAINTAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&lt;/P&gt;&lt;P&gt;1.You can see this revision changes history in the version tab itself.&lt;/P&gt;&lt;P&gt;2.You can also get from PO - Environment - Header changes details.&lt;/P&gt;&lt;P&gt;3.Check the table EREV Version in Purchasing in SE16. This will give all the required details for the PO.&lt;/P&gt;&lt;P&gt;4.You can fetch the data from this table to appear in the PO print out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the material revision level as of some date then you can use function module REVISION_LEVEL_SELECT. Pass material &amp;amp; date and it will tell you the active revision on that date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know the table, then AEOI where you can enter the material no in field OBJKT &amp;amp; AETYP as 41 (Material). You will get the list of revision levels for the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;ShreeMohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026522#M1348585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Revision Level.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026523#M1348586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lalit mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 10:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-revision-level/m-p/6026523#M1348586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-03T10:07:40Z</dc:date>
    </item>
  </channel>
</rss>

