<?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 Calling an standard program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075507#M974467</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;I am coding an Z Program and in this Zprogram i have to call an Standard Program(RFFOUS_T) and after giving the Necessary input Manually in the first selection screen (1000)of the Standard program i have to return back to my Z program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 06:33:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T06:33:01Z</dc:date>
    <item>
      <title>Calling an standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075507#M974467</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;I am coding an Z Program and in this Zprogram i have to call an Standard Program(RFFOUS_T) and after giving the Necessary input Manually in the first selection screen (1000)of the Standard program i have to return back to my Z program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075507#M974467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling an standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075508#M974468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you only want to use the selstion screen of the standard report.. then why dont you copy that selection screen in your Z report....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075508#M974468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling an standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075509#M974469</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;Yes u can do that using submit statement, Refer below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Submit report zk_ra_enhancement&lt;/P&gt;&lt;P&gt;    SUBMIT zk_ra_enhancement "TO SAP-SPOOL&lt;/P&gt;&lt;P&gt;           "IMMEDIATELY 'X'&lt;/P&gt;&lt;P&gt;           "WITHOUT SPOOL DYNPRO&lt;/P&gt;&lt;P&gt;           USING SELECTION-SCREEN 1000&lt;/P&gt;&lt;P&gt;           WITH cn_pspnr CP st_wbs-low&lt;/P&gt;&lt;P&gt;           WITH koagr = c_cost_ele_grp&lt;/P&gt;&lt;P&gt;           WITH r_budat BETWEEN g_first_date_in_period AND g_last_date_in_period&lt;/P&gt;&lt;P&gt;           AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075509#M974469</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2008-07-09T06:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling an standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075510#M974470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBMIT [program_name] AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075510#M974470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling an standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075511#M974471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Ajay&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use addition WITH SELECTION-TABLE rspar to pass the selection screen parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT report1 WITH SELECTION-TABLE rspar_tab.&lt;/P&gt;&lt;P&gt;Here table rspar_tab contains values for Selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can pass value to selection screen field dirsctly&lt;/P&gt;&lt;P&gt;SUBMIT report1&lt;/P&gt;&lt;P&gt;WITH sel_screed_field1 BETWEEN 'H' AND 'K'&lt;/P&gt;&lt;P&gt;WITH sel_screed_field2 IN range_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If Found Help Full Do Reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="Green" __jive_macro_name="color"&gt; Eshwar.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 06:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-standard-program/m-p/4075511#M974471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T06:44:16Z</dc:date>
    </item>
  </channel>
</rss>

