<?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: bdcdata mode 'E' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033533#M417551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try by giving...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction ..........&lt;/P&gt;&lt;P&gt;and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 09:33:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T09:33:28Z</dc:date>
    <item>
      <title>bdcdata mode 'E'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033532#M417550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,i developed the first selection screen for transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to skip the first selection screen in that  transaction which was present earlier with the new one that i developed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am suggested to use call transaction using bdcdata  mode "E" so as to skip the earlier selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any pointers how this mode works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 09:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033532#M417550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T09:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata mode 'E'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033533#M417551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kunal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try by giving...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction ..........&lt;/P&gt;&lt;P&gt;and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 09:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033533#M417551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata mode 'E'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033534#M417552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kunal,&lt;/P&gt;&lt;P&gt;   Find the parameter ids for each mandatory field in the first screen of the transaction.&lt;/P&gt;&lt;P&gt;Use the set parameter id statement to set values to those parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'AN1' field &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;set parameter id 'AN2' field &amp;lt;value&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;tcode&amp;gt; and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a recording for your transaction upto the sceond screen only.&lt;/P&gt;&lt;P&gt;Create a BDC program out of the recording.&lt;/P&gt;&lt;P&gt;Call the transaction in error mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perfrom bdc_program using &amp;lt;progname&amp;gt; &amp;lt;screen numb&amp;gt;.&lt;/P&gt;&lt;P&gt;peerform bdc_field using 'fieldname' ' value'.&lt;/P&gt;&lt;P&gt;peerform bdc_field using 'fieldname' ' value'.&lt;/P&gt;&lt;P&gt;peerform bdc_field using 'fieldname' ' value'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;TCODE&amp;gt; usng bdcdata MOde = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 09:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-mode-e/m-p/2033534#M417552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T09:48:51Z</dc:date>
    </item>
  </channel>
</rss>

