<?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 which can activate all the inactive objects in a list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570358#M1659849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module 'RS_WORKING_OBJECTS_ACTIVATE'  does not activate other users objects. It will activate only the objects on your name (uname). I'm looking for one which can activate other users objects also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 09:06:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-23T09:06:12Z</dc:date>
    <item>
      <title>Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570355#M1659846</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;I'm looking for a function module which can activate all the inactive objects (all object types in SAP). Please let me know if there is any such function module other than RS_INACTIVE_OBJECTS_LIST, REPS_OBJECT_ACTIVATE or RS_WORKING_OBJECTS_ACTIVATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_INACTIVE_OBJECTS_LIST gives the list and activates the objects but the user interaction is needed to activate them manually one by one. I want a function module which can activate all the objects in a list (say internal table) without any user interaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570355#M1659846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T08:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570356#M1659847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a function module    "RH_GET_ACTIVE_WF_PLVAR" which will  return the active HR Plan.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhaya.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570356#M1659847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T08:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570357#M1659848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its already available in the fm you listed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'RS_WORKING_OBJECTS_ACTIVATE'
         TABLES     OBJECTS                = activate_tab  "&amp;lt;--to be activated
         EXCEPTIONS EXCECUTION_ERROR       = 1
                    CANCELLED              = 2
                    INSERT_INTO_CORR_ERROR = 3
                    OTHERS                 = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570357#M1659848</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-02-23T08:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570358#M1659849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module 'RS_WORKING_OBJECTS_ACTIVATE'  does not activate other users objects. It will activate only the objects on your name (uname). I'm looking for one which can activate other users objects also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 09:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570358#M1659849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570359#M1659850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Sashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function Module 'RS_WORKING_OBJECTS_ACTIVATE' works fine, it gives pop up, when there are syntax errors in the program, if you do not want syntax check then you can specify the importing parameter suppress_syntax_check. The following code wokrs fine to activate all the objects specfied without doing syntax check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'RS_WORKING_OBJECTS_ACTIVATE'
  EXPORTING
    suppress_syntax_check  = c_x
  IMPORTING
    p_checklist            = lr_checklist
  TABLES
    OBJECTS                = lt_objects
  EXCEPTIONS
    excecution_error       = 1
    cancelled              = 2
    insert_into_corr_error = 3
    OTHERS                 = 4.
IF sy-subrc &amp;lt;&amp;gt; 0.
  MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful and solves your problem. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 09:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570359#M1659850</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2012-02-23T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570360#M1659851</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;You can check how it's done in SGEN transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 12:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570360#M1659851</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2012-02-23T12:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which can activate all the inactive objects in a list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570361#M1659852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kartik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't activate all the object types. For example say object type XSLT ( transformations created thru strans tcode).&lt;/P&gt;&lt;P&gt;Give this object type and object name in the objects table parameter with the XSLT object in inactive mode.&lt;/P&gt;&lt;P&gt;It doesn't make the object active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wishes,&lt;/P&gt;&lt;P&gt;Shashi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 13:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-can-activate-all-the-inactive-objects-in-a-list/m-p/8570361#M1659852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-23T13:40:02Z</dc:date>
    </item>
  </channel>
</rss>

