<?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 Coding block in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263751#M1529277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this BDC program with call transaction MB1B, while using dismode 'E', it works fine and create a matdoc, but for every material on the screen appears empty screen "coding block" and I have to push OK button in order to close this "coding block".&lt;/P&gt;&lt;P&gt;How can I suppress "coding block" screen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Sep 2010 15:48:54 GMT</pubDate>
    <dc:creator>stefan_kolev4</dc:creator>
    <dc:date>2010-09-04T15:48:54Z</dc:date>
    <item>
      <title>Coding block in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263751#M1529277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this BDC program with call transaction MB1B, while using dismode 'E', it works fine and create a matdoc, but for every material on the screen appears empty screen "coding block" and I have to push OK button in order to close this "coding block".&lt;/P&gt;&lt;P&gt;How can I suppress "coding block" screen ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 15:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263751#M1529277</guid>
      <dc:creator>stefan_kolev4</dc:creator>
      <dc:date>2010-09-04T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Coding block in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263752#M1529278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You can use simulate background mode while recording. To use the same in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    data w_ctu_params type ctu_params.&lt;/P&gt;&lt;P&gt;    w_ctu_params-dismode = 'H'.&lt;/P&gt;&lt;P&gt;    w_ctu_params-defsize = 'X'.&lt;/P&gt;&lt;P&gt;    w_ctu_params-nobiend = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'MB1B'  using bdcdata options from w_ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the wiki link &lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/ABAP/Batch" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/ABAP/Batch&lt;/A&gt;&lt;EM&gt;Input&lt;/EM&gt;-+BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can use BAPI_GOODSMVT_CREATE. You can refer the documentation for more details or search in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujay Venkateswaran Krishnakumar on Sep 5, 2010 4:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 17:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263752#M1529278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-04T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Coding block in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263753#M1529279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried your solution, but "coding block" continue to appears with every record.&lt;/P&gt;&lt;P&gt;The case is like that: I'd like to import external file / called "order" / for material transfer from one storage location to another.&lt;/P&gt;&lt;P&gt;I have 3 fields / st.loc, material, qty / and many records in the file.&lt;/P&gt;&lt;P&gt;When bdc calls MB1B "coding block" appears  on the screen.&lt;/P&gt;&lt;P&gt;It is not so convenient to push enter on every single record. Imagine if you have 500 records.&lt;/P&gt;&lt;P&gt;Please advice !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Sep 2010 21:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-block-in-bdc/m-p/7263753#M1529279</guid>
      <dc:creator>stefan_kolev4</dc:creator>
      <dc:date>2010-09-05T21:08:23Z</dc:date>
    </item>
  </channel>
</rss>

