<?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: skip first screen &amp; ECC 6 syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630345#M604755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would have to define the first screen processing in your BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 13:49:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-08T13:49:38Z</dc:date>
    <item>
      <title>skip first screen &amp; ECC 6 syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630344#M604754</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;I have program that is in ECC 6 giving syntax error &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  call transaction v_tcode using i_bdc options from i_options
                                      messages into i_message
                                      and skip first screen.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I am getting a syntax error that "The additon AND SKIP FIRST SCREEN" cannot be used with "CALL TRANSACTION USING..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any info how to correct this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 13:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630344#M604754</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-08T13:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: skip first screen &amp; ECC 6 syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630345#M604755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would have to define the first screen processing in your BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 13:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630345#M604755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T13:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: skip first screen &amp; ECC 6 syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630346#M604756</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first screen i am calling in my program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    perform bdc_dynpro      using 'SAPMYCTC' '0100'.
    perform bdc_field       using 'BDC_OKCODE' '=ENTR'.
    perform bdc_field       using 'YCTC-CTCNUMBER'
                                  wa_yctc-ctcnumber.
 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am pushing the values to first screen , then i  need to screen skip the first screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 13:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630346#M604756</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-08T13:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: skip first screen &amp; ECC 6 syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630347#M604757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you use BDC it's not usefull with and skip first screen.&lt;/P&gt;&lt;P&gt;Look at the docu of call transaction.&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 13:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630347#M604757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T13:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: skip first screen &amp; ECC 6 syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630348#M604758</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;Thanks all , problem solved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used fm ABAP4_CALL_TRANSACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 13:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen-ecc-6-syntax-error/m-p/2630348#M604758</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-08T13:57:13Z</dc:date>
    </item>
  </channel>
</rss>

