<?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 OK Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604588#M2011270</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;3a9e4ce873a94034b33dc62b0ce600ee&lt;/SPAN&gt; sir,&lt;/P&gt;&lt;P&gt;I tried doing this, but even after unchecking the box, the pop-up is still coming up.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 12:56:07 GMT</pubDate>
    <dc:creator>Tanishaa</dc:creator>
    <dc:date>2022-11-16T12:56:07Z</dc:date>
    <item>
      <title>BDC OK Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604584#M2011266</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;There is a scenario where PA40 needs to be called using BDC. For this, the initial screen has to be skipped and the Organizational Assignment should open up. All this is working for me but the only issue is that when it is executed, the OK Code dialog is appearing in the window and only after I press OK, does it go away and present the Organizational Assignment screen.&lt;/P&gt;
  &lt;P&gt;Does anyone know how to get rid of the OK Code and directly get to the Org Assignment screen?&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2112901-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;P.S. I am calling it using mode 'E'.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604584#M2011266</guid>
      <dc:creator>Tanishaa</dc:creator>
      <dc:date>2022-11-16T12:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604585#M2011267</link>
      <description>&lt;P&gt;PA40 is being called in the following manner:&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'PA40' USING lt_bdc MODE 'E' MESSAGES INTO lt_messages.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here, lt_bdc contains all the information to call the required screen&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604585#M2011267</guid>
      <dc:creator>Tanishaa</dc:creator>
      <dc:date>2022-11-16T12:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604586#M2011268</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;tanisha24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unmark the following field in GUI options:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2110987-image.png" /&gt;&lt;/P&gt;&lt;P&gt;That should prevent okcode popups.&lt;/P&gt;&lt;P&gt;See SAP Help for details: &lt;A href="https://help.sap.com/docs/sap_gui_for_windows/63bd20104af84112973ad59590645513/c5c4c674f0904ef2802fd598685ba493.html" target="_blank"&gt;Visualization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604586#M2011268</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2022-11-16T12:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604587#M2011269</link>
      <description>&lt;P&gt;You should post the content of IT_BDC&lt;/P&gt;&lt;P&gt;it looks like you run the BDC in foreground&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604587#M2011269</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-11-16T12:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604588#M2011270</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;3a9e4ce873a94034b33dc62b0ce600ee&lt;/SPAN&gt; sir,&lt;/P&gt;&lt;P&gt;I tried doing this, but even after unchecking the box, the pop-up is still coming up.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604588#M2011270</guid>
      <dc:creator>Tanishaa</dc:creator>
      <dc:date>2022-11-16T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC OK Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604589#M2011271</link>
      <description>&lt;P&gt;Could you try something like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;                ctu_params-dismode = 'E'.
                ctu_params-nobinpt = abap_true.
                ctu_params-nobiend = abap_true.
                CALL TRANSACTION 'PA40' USING bdcdata OPTIONS FROM ctu_params.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Nov 2022 14:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-ok-code/m-p/12604589#M2011271</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-11-16T14:21:57Z</dc:date>
    </item>
  </channel>
</rss>

