<?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: how to call the standard program from zprogram without using submit statement ... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947028#M1693723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;STRONG&gt;call transcation 'KSB1'&lt;/STRONG&gt; for calling that program through ksb1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 06:55:05 GMT</pubDate>
    <dc:creator>bharat_rathod2</dc:creator>
    <dc:date>2012-08-23T06:55:05Z</dc:date>
    <item>
      <title>how to call the standard program from zprogram without using submit statement ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947027#M1693722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can&amp;nbsp; anyone&amp;nbsp; tell me how&amp;nbsp; to call&amp;nbsp; this standard pgm&amp;nbsp;&amp;nbsp; RKAEP00(Programe name of tcode ksb1) from z program without using submit statemnt..&lt;BR /&gt;anyone post sample&amp;nbsp; code here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp; in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 06:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947027#M1693722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T06:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the standard program from zprogram without using submit statement ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947028#M1693723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use &lt;STRONG&gt;call transcation 'KSB1'&lt;/STRONG&gt; for calling that program through ksb1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 06:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947028#M1693723</guid>
      <dc:creator>bharat_rathod2</dc:creator>
      <dc:date>2012-08-23T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the standard program from zprogram without using submit statement ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947029#M1693724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain first why you don't want to use SUBMIT. Is this an actual issue or a theoretical exam-type question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947029#M1693724</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-08-23T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the standard program from zprogram without using submit statement ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947030#M1693725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- True program name is RKAEP000. Did you try to use a &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm"&gt;CALL TRANSACTION&lt;/A&gt; 'KSB1' &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm#&amp;amp;ABAP_ADDITION_2@2@"&gt;using a bdcdata internal table&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;- Why don't you want to use SUBMIT, are you aware of the &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPSUBMIT_INTERFACE.htm#&amp;amp;ABAP_ADDITION_1@1@"&gt;USING SELECTION-SCREEN&lt;/A&gt; 100 option ?&lt;/P&gt;&lt;P&gt;- Did you perform a where-used of the program, If you did you could identify a hidden parameter p_tcode used in standard call that could subtitute prevous solution&lt;/P&gt;&lt;P&gt;- Did you read the source of the report, you could have find the FM &lt;A href="http://search.sap.com/ui/scn#query=K_LINE_ITEMS_SELECT_AND_LIST"&gt;K_LINE_ITEMS_SELECT_AND_LIST&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947030#M1693725</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-08-23T07:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the standard program from zprogram without using submit statement ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947031#M1693726</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;Insted of Submit you can use Call transaction or leave transaction. Check the bellow links for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for &lt;STRONG&gt;Call Transaction&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://members.tripod.com/sap_abap/call_tra.htm"&gt;http://members.tripod.com/sap_abap/call_tra.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Leave to transaction tcode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for &lt;STRONG&gt;Leave to transaction tcode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.geocities.com/siliconvalley/campus/6345/leave_03.htm"&gt;http://www.geocities.com/siliconvalley/campus/6345/leave_03.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use fm&amp;nbsp; &lt;STRONG&gt;ISU_M_REPORT_SUBMIT&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947031#M1693726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to call the standard program from zprogram without using submit statement ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947032#M1693727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use call transcation and reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-the-standard-program-from-zprogram-without-using-submit/m-p/8947032#M1693727</guid>
      <dc:creator>bharat_rathod2</dc:creator>
      <dc:date>2012-08-23T07:38:15Z</dc:date>
    </item>
  </channel>
</rss>

