<?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: Hide bdc okcode popup screen in tthe processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209550#M133101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja, &lt;/P&gt;&lt;P&gt;This should help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt;&lt;/P&gt;&lt;P&gt;                       USING  &amp;lt;bdc_data_table&amp;gt;&lt;/P&gt;&lt;P&gt;                       MODE   &amp;lt;A/E/N&amp;gt;&lt;/P&gt;&lt;P&gt;                       UPDATE &amp;lt;S/A/L&amp;gt;&lt;/P&gt;&lt;P&gt;                       MESSAGES INTO &amp;lt;message_table&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MODE -&amp;gt; mode of transaction&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           A - interactive&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           E - Screen only on Error&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           N - Background&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   UPDATE -&amp;gt; udate for transaction&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             S - Synchronous&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             A - Asynchronous&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             L - Local&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2006 05:42:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-21T05:42:46Z</dc:date>
    <item>
      <title>Hide bdc okcode popup screen in tthe processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209547#M133098</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 am calling the bdc call transaction from report.At that time bdc okcode come along with popup screen.How i have to hide popup screen.but the bdcokcode fiel;d should be passed to commnad field.Then only the next screen will be coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My requirement is all screen mode,because after running the report ,depends on the selected entry i am going to show the some sap inherent screen to user.its working fine.but i dont need the popup screen,the bdc ok code available in popup screen as well as command field .I need only in command field only.i have seen command field technical properties.But it shows no tables and data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx,&lt;/P&gt;&lt;P&gt;raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 05:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209547#M133098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T05:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide bdc okcode popup screen in tthe processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209548#M133099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In mode 'A' all screen you cant supress the popup for okcode. This is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You will need to run with mode 'E' display on error or 'N' no display option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;P&gt; Vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 05:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209548#M133099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T05:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide bdc okcode popup screen in tthe processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209549#M133100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;The OK-Code PopUp is a function of the SAP-Gui.&lt;/P&gt;&lt;P&gt;Go to the Gui-Options -&amp;gt; Expert -&amp;gt; &lt;/P&gt;&lt;P&gt;unmark the "Dialog for OK-Code" Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some forum points would be fine if that helped you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 05:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209549#M133100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T05:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hide bdc okcode popup screen in tthe processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209550#M133101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja, &lt;/P&gt;&lt;P&gt;This should help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;tcode&amp;gt;&lt;/P&gt;&lt;P&gt;                       USING  &amp;lt;bdc_data_table&amp;gt;&lt;/P&gt;&lt;P&gt;                       MODE   &amp;lt;A/E/N&amp;gt;&lt;/P&gt;&lt;P&gt;                       UPDATE &amp;lt;S/A/L&amp;gt;&lt;/P&gt;&lt;P&gt;                       MESSAGES INTO &amp;lt;message_table&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MODE -&amp;gt; mode of transaction&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           A - interactive&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           E - Screen only on Error&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           N - Background&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   UPDATE -&amp;gt; udate for transaction&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             S - Synchronous&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             A - Asynchronous&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;             L - Local&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 05:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-bdc-okcode-popup-screen-in-tthe-processing/m-p/1209550#M133101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T05:42:46Z</dc:date>
    </item>
  </channel>
</rss>

