<?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 Call Transaction / Submit Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562616#M1659213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two ABAP reports : Report A &amp;amp; Report B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report A has selection screen similar to Report B, where report A needs to send data to selection screen of Report B.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report B should be processed displaying its list display &amp;amp; should return its control back to Report B.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be easily achieved by using SUBMIT program(Report B) with values from Report A.&lt;/P&gt;&lt;P&gt;But my report B is made to run only via a TCode(ZEXECUTE) &amp;amp; hence when i submit program it is not executed&lt;/P&gt;&lt;P&gt;as sy-tcode value in such case comes as SE38 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further , Call Transaction (ZEXECUTE) using bdc_tab helps in passing the TCode &amp;amp; respective selection screen values&lt;/P&gt;&lt;P&gt;correctly to Report B , but i am not able to see the outputs of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Note : I am not authorized to do any changes in Report B , so whatever i can try is from Report A itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help,&lt;/P&gt;&lt;P&gt;Sudeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 05:55:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-06T05:55:45Z</dc:date>
    <item>
      <title>Call Transaction / Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562616#M1659213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two ABAP reports : Report A &amp;amp; Report B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report A has selection screen similar to Report B, where report A needs to send data to selection screen of Report B.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Report B should be processed displaying its list display &amp;amp; should return its control back to Report B.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be easily achieved by using SUBMIT program(Report B) with values from Report A.&lt;/P&gt;&lt;P&gt;But my report B is made to run only via a TCode(ZEXECUTE) &amp;amp; hence when i submit program it is not executed&lt;/P&gt;&lt;P&gt;as sy-tcode value in such case comes as SE38 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further , Call Transaction (ZEXECUTE) using bdc_tab helps in passing the TCode &amp;amp; respective selection screen values&lt;/P&gt;&lt;P&gt;correctly to Report B , but i am not able to see the outputs of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Note : I am not authorized to do any changes in Report B , so whatever i can try is from Report A itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help,&lt;/P&gt;&lt;P&gt;Sudeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 05:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562616#M1659213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T05:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction / Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562617#M1659214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;But my report B is made to run only via a TCode(ZEXECUTE) &amp;amp; hence when i submit program it is not executed&lt;/P&gt;&lt;P&gt;as sy-tcode value in such case comes as SE38 .&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Do you mean there is a hardcoding in Report B to check the t-code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Further , Call Transaction (ZEXECUTE) using bdc_tab helps in passing the TCode &amp;amp; respective selection screen values&lt;/P&gt;&lt;P&gt;correctly to Report B , but i am not able to see the outputs of the same.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What is the display mode you're using when doing via CALL TRANSACTION?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 06:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562617#M1659214</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2012-02-06T06:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction / Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562618#M1659215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Suhas , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Do you mean there is a hardcoding in Report B to check the t-code? &lt;/P&gt;&lt;P&gt;    Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) What is the display mode you're using when doing via CALL TRANSACTION?&lt;/P&gt;&lt;P&gt;    Currently i am passing it as "A" , but still not able to get any output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report A provides report B all the required values along with 'BDC_OKCODE'   '=ONLI'&lt;/P&gt;&lt;P&gt;for executing the same. The report gets processed , but i am not able to see any list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 06:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562618#M1659215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T06:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction / Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562619#M1659216</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;Can u post your problem in detail???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Megh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 07:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program/m-p/8562619#M1659216</guid>
      <dc:creator>meghomallar_das</dc:creator>
      <dc:date>2012-02-06T07:25:15Z</dc:date>
    </item>
  </channel>
</rss>

