<?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 Transport Request - saving objects in workbench request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-saving-objects-in-workbench-request/m-p/1885238#M371390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Output of my Report is ALV. In that I have One button in the application toolbar and I have checkbox as a column to select  the displayed entries. If I select that button the selected entry( in my case 'Role') has to be saved under a customizing request'.&lt;/P&gt;&lt;P&gt;    In my case it is saving the object under 'WORKBENCH Request'.&lt;/P&gt;&lt;P&gt;Is there any Function module to do this .&lt;/P&gt;&lt;P&gt;    I have used 'TR_REQUEST_CHOICE' fn module to get that create request pop up screen and for appending entries I have used 'TRINT_APPEND_TO_COMM_ARRAYS'.(IT is saving the object under WORKBENCH ReQUEST, But I need it in CUSTOMIZING REQUEST)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jan 2007 03:42:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-13T03:42:29Z</dc:date>
    <item>
      <title>Transport Request - saving objects in workbench request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-saving-objects-in-workbench-request/m-p/1885238#M371390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Output of my Report is ALV. In that I have One button in the application toolbar and I have checkbox as a column to select  the displayed entries. If I select that button the selected entry( in my case 'Role') has to be saved under a customizing request'.&lt;/P&gt;&lt;P&gt;    In my case it is saving the object under 'WORKBENCH Request'.&lt;/P&gt;&lt;P&gt;Is there any Function module to do this .&lt;/P&gt;&lt;P&gt;    I have used 'TR_REQUEST_CHOICE' fn module to get that create request pop up screen and for appending entries I have used 'TRINT_APPEND_TO_COMM_ARRAYS'.(IT is saving the object under WORKBENCH ReQUEST, But I need it in CUSTOMIZING REQUEST)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2007 03:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-saving-objects-in-workbench-request/m-p/1885238#M371390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-13T03:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Transport Request - saving objects in workbench request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-saving-objects-in-workbench-request/m-p/1885239#M371391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nievetha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mass transport function in the profilgenerator (PFCD) is executed using report &amp;lt;b&amp;gt;PFCG_MASS_TRANSPORT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a single role you could directly use function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'PRGN_TREE_HANDLE_UCOMM_NAVIGAT'
    EXPORTING
      okcode             =' TRAN'                  " transport role
      agr_name_neu       = &amp;lt;name of role&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you would like to put multiple roles into a single transport request you can do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT pfcg_mass_transport
        with agr_name ...  = &amp;lt;list of roles as range&amp;gt;
        with comp_rol ...   = &amp;lt;with or without composite roles&amp;gt;
        with profiles ...      = &amp;lt;with or without profiles&amp;gt;
AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2007 06:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transport-request-saving-objects-in-workbench-request/m-p/1885239#M371391</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-01-13T06:01:48Z</dc:date>
    </item>
  </channel>
</rss>

