<?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 screen in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173755#M123820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;#146;s was just a code form 22 , but based on data I want to skip some screen. Say for record 1 i need screen '2010' but for record 2   I don&amp;#146;t want screen '2010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any 'BDC_OKCODE&amp;#146; by passing value we can SKIP the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only way by calling up screens?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2006 18:42:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-16T18:42:36Z</dc:date>
    <item>
      <title>Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173751#M123816</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 want to skip screen in BDC while upload data what should I do? Pleas help me in this regard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think if I pass &amp;#145;/n&amp;#146; it&amp;#146;ll work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERFORM sub_bdc_dynpro USING 'MP002200' '2000'.&lt;/P&gt;&lt;P&gt;  PERFORM sub_bdc_field USING :&lt;/P&gt;&lt;P&gt;          'P0022-BEGDA'    temp_date              ' ',       " FROM DATE&lt;/P&gt;&lt;P&gt;          'P0022-ENDDA'    '12319999'             ' ',       " TO DATE&lt;/P&gt;&lt;P&gt;          'BDC_OKCODE'     '=/n'                 ' '.         &amp;#147; To Skip ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  'BDC_OKCODE'     '/00'                 ' '.         &amp;#147; To Skip ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;  'BDC_OKCODE'     'SHOP'                 ' '.         &amp;#147; To Skip ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173751#M123816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T18:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173752#M123817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this.. suppose you want to skip the next screen and go to 2010..&lt;/P&gt;&lt;P&gt;Use the perform bdc-dynpro directly... ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_dynpro USING 'MP002200' '2010'&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173752#M123817</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-01-16T18:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173753#M123818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain me in form of code I didnt get you ... OR i have to skip screen in between differnt screens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173753#M123818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T18:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173754#M123819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, after entering the dates on the firts csreen , you want to skip the next screen and go to another screen.. then.. try the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_dynpro USING 'MP002200' '2000'.&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_field USING :&lt;/P&gt;&lt;P&gt;'P0022-BEGDA' temp_date ' ', " FROM DATE&lt;/P&gt;&lt;P&gt;'P0022-ENDDA' '12319999' ' ', " TO DATE&lt;/P&gt;&lt;P&gt;PERFORM sub_bdc_dynpro USING 'MP002200' '2010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any way.. what is that you actually want to do with this Education infotype??&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173754#M123819</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-01-16T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173755#M123820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;#146;s was just a code form 22 , but based on data I want to skip some screen. Say for record 1 i need screen '2010' but for record 2   I don&amp;#146;t want screen '2010'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any 'BDC_OKCODE&amp;#146; by passing value we can SKIP the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the only way by calling up screens?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173755#M123820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173756#M123821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I know of.. when using CALL TRANSATCION you have the option to skip the first screen... but that is not what you want.. So, you have to probably put in explicit IF..ENDIF code and call your perform BDC_DYNPROs accordingly..&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173756#M123821</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-01-16T18:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Skip screen in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173757#M123822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. That&amp;#146;s something I am doing at the moment. Thanks again for your instant reply!!!&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 18:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-screen-in-bdc/m-p/1173757#M123822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T18:48:14Z</dc:date>
    </item>
  </channel>
</rss>

