<?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: BDC SYNTAX ERROR and it going to Dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262847#M1529130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur information,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VA12' USING  BI MODE 'E' AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to write the statement with both Call transaction and using have to work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 06:19:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-29T06:19:15Z</dc:date>
    <item>
      <title>BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262844#M1529127</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 got an requirement in 4.7version it is fine to work  both the Call transaction and Skip first screen is working fine ,after upgaradation to ECC 6.0 both Call Transaction and Skip First screen are not working simultaneously and it is going to DUMP can any one suggest me both the statements have to work simultaneously ,&lt;/P&gt;&lt;P&gt;The below statement which they have decalared in Z Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL TRANSACTION 'VA12' USING  BI MODE 'E' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;     LEAVE TO TRANSACTION 'ZA02' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262844#M1529127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262845#M1529128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This problem will come because of the screen changes from 4.7 to ECC 6. Screen no in previous version and new version&lt;/P&gt;&lt;P&gt;will not be same always. You can compare the 'VA12' screen in 4.7 and ECC 6 and modify your BDCDATA table accordigly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262845#M1529128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262846#M1529129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to simulate AND SKIP FIRST SCREEN using BDC?&lt;/P&gt;&lt;P&gt;You can use CALL TRANSACTION ... AND SKIP FIRST SCREEN without USING, but you can't use it with CALL TRANSACTION ... USING.&lt;/P&gt;&lt;P&gt;You can simulate AND SKIP FIRST SCREEN by recording the first screen + Enter key, and call it using display mode 'E' so that the screen remains displayed (otherwise the transaction terminates at the end of the BDC data).&lt;/P&gt;&lt;P&gt;Moreover, you need to add the same first screen + the exit command to the BDC data, so that when the user returns to this first screen, it is not displayed and the transaction terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ From SDN Wiki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262846#M1529129</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2010-09-29T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262847#M1529130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur information,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VA12' USING  BI MODE 'E' AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how to write the statement with both Call transaction and using have to work ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262847#M1529130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262848#M1529131</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;If you are knowing the screen name while recording why dont you use BDC_CURSOR and pass the screen no and field value which will make things easy. Other than that in your case while upgradation these screen numbers might have been changed and thatsy it is going to dump. Check it again. Hope this is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262848#M1529131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262849#M1529132</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 Found one function module whether it works r not ? but any one can suggest me with this below code how to pass it to the Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VA12' USING  BI MODE 'E' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;In the below function module how to pass BI Mode 'E' and Skip First screen ,please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Function module is &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ABAP4_CALL_TRANSACTION'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    TCODE                         =  &lt;/P&gt;&lt;P&gt;    SKIP_SCREEN                   = ' '&lt;/P&gt;&lt;P&gt;    MODE_VAL                      = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  UPDATE_VAL                    = 'A'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SUBRC                         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USING_TAB                     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SPAGPA_TAB                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESS_TAB                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALL_TRANSACTION_DENIED       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TCODE_INVALID                 = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                        = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262849#M1529132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC SYNTAX ERROR and it going to Dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262850#M1529133</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;See demo code. SAPBC420_TRAD_DEBI_CREATE_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-syntax-error-and-it-going-to-dump/m-p/7262850#M1529133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:19:15Z</dc:date>
    </item>
  </channel>
</rss>

