<?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 version history in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485816#M1419663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chk this fm.&lt;/P&gt;&lt;P&gt;SVRS_GET_VERSION_DIRECTORY_46 - you canl get the version and transport request  details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SVRS_GET_VERSION_DIRECTORY_46'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;destination = lw_dest(Destination client)&lt;/P&gt;&lt;P&gt;objname = lw_obj_name(object name)&lt;/P&gt;&lt;P&gt;objtype = lw_obj_type(Eg : 'PROG' for program)&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;lversno_list = l_verno&lt;/P&gt;&lt;P&gt;version_list = l_verlist&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;no_entry = 1&lt;/P&gt;&lt;P&gt;communication_failure_ = 2&lt;/P&gt;&lt;P&gt;system_failure = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jan 2010 19:29:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-07T19:29:54Z</dc:date>
    <item>
      <title>Function module for version history</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485814#M1419661</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;with limited access to sap system, i'm unable to to complete a documentation by missing the reference on the function module to be used for reading the version history of a report or module pool/screen. kindly point on the correct function module to be used that would fetch the version history ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I'm aware of the table to be used i.e. vrsd. yet, i'm looking for function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thkx.&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 18:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485814#M1419661</guid>
      <dc:creator>prabhu_s2</dc:creator>
      <dc:date>2010-01-07T18:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for version history</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485815#M1419662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STRF_ACCESS_SAPNAMES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SVRS_DISPLAY_VERSION_LIST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SVRS_GET_VERSION_DIRECTORY_46&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se37 you can search with pattern SVRS*..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 19:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485815#M1419662</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-07T19:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for version history</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485816#M1419663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chk this fm.&lt;/P&gt;&lt;P&gt;SVRS_GET_VERSION_DIRECTORY_46 - you canl get the version and transport request  details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SVRS_GET_VERSION_DIRECTORY_46'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;destination = lw_dest(Destination client)&lt;/P&gt;&lt;P&gt;objname = lw_obj_name(object name)&lt;/P&gt;&lt;P&gt;objtype = lw_obj_type(Eg : 'PROG' for program)&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;lversno_list = l_verno&lt;/P&gt;&lt;P&gt;version_list = l_verlist&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;no_entry = 1&lt;/P&gt;&lt;P&gt;communication_failure_ = 2&lt;/P&gt;&lt;P&gt;system_failure = 3&lt;/P&gt;&lt;P&gt;OTHERS = 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 19:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-history/m-p/6485816#M1419663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T19:29:54Z</dc:date>
    </item>
  </channel>
</rss>

