<?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: Call Transaction / Submit program issue..... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859494#M927647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..this helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 20:50:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-13T20:50:08Z</dc:date>
    <item>
      <title>Call Transaction / Submit program issue.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859491#M927644</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;I have a problem with Call transaction / Submit program.&lt;/P&gt;&lt;P&gt;In a custom report if the user clicks on the material number it should take him to the Material BOM display screen.&lt;/P&gt;&lt;P&gt;Since program 'SAPMC29S' is not a executable program, i can not use SUBMIT statement (let me know if we can use it). I have to use CALL TRANSACTION for T-Code CS02. In CALL TRANSACTION, there are couple of issues. &lt;/P&gt;&lt;P&gt;First, it takes me to first screen of 'CS02' which is not useful for the user and he wants to skip it. Since I am using bdc data to fill the selection screen...I can not use the SKIP FIRST SCREEN statement.&lt;/P&gt;&lt;P&gt;Second, even if i dont skip first screen and user presses ENTER, it takes the user to the next screen but the second screen is different from what it is normally. The layout is different. &lt;/P&gt;&lt;P&gt;Can someone help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 19:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859491#M927644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T19:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction / Submit program issue.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859492#M927645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont you use parameter ids..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material, plant and bom usage, all has parameter ids..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do set parameter id...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and call transaction cs02 and skip first screen, will directly take you to second screen , right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while using BDc, some screens appear different..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 20:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859492#M927645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction / Submit program issue.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859493#M927646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Only for display purpose use cs03 and in that Material no, plant and bom usage is having parameter id and only alternative bom is not having the id. If you dont have alternative bom in your data then supply only this paramater ids and u can skip the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID: 'CAR' FIELD carrid, &lt;/P&gt;&lt;P&gt;                  'CON' FIELD connid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FLIGHT_TA' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will solve ur issue.&lt;/P&gt;&lt;P&gt;thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 20:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859493#M927646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T20:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction / Submit program issue.....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859494#M927647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys..this helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 20:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-submit-program-issue/m-p/3859494#M927647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T20:50:08Z</dc:date>
    </item>
  </channel>
</rss>

