<?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: DBC programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768584#M644925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that the issue may caused by batch input session. Once i input the batch item, then enter item details to select somethings, after that, the interface will go back the batch input interface and some fields are disabled. How can i solve the problem. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 03:24:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T03:24:24Z</dc:date>
    <item>
      <title>DBC programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768580#M644921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a DBC program which for create contract through me31k, when i call the program, it always show the error message "No batch input data for screen SAPMM06E 0220'. What's wrong, the follow is a part of code. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   perform bdc_dynpro      using 'SAPMM06E' '0201'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'EKKO-KDATE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '/00'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-KDATE'&lt;/P&gt;&lt;P&gt;                                  wa_date.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-ANGNR'&lt;/P&gt;&lt;P&gt;                                  wa_contract-angnr.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-WAERS'&lt;/P&gt;&lt;P&gt;                                  wa_contract-waers.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-IHREZ'&lt;/P&gt;&lt;P&gt;                                  wa_vbak-zzttlsam.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-UNSEZ'&lt;/P&gt;&lt;P&gt;                                  wa_vbak-zzttlsam2.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-VERKF'&lt;/P&gt;&lt;P&gt;                                  wa_vbak-zzopa.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO-TELF1'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                 wa_contract-posnr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                  wa_contract-telf1.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKKO_CI-ZZPOSNR'&lt;/P&gt;&lt;P&gt;                                  wa_contract-posnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMM06E' '0220'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'RM06E-EVRTP(01)'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=DETA'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'RM06E-TCSELFLAG(01)'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-EMATN(01)'&lt;/P&gt;&lt;P&gt;                                  wa_contract-matnr.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-KTMNG(01)'&lt;/P&gt;&lt;P&gt;                                  wa_menge.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-NETPR(01)'&lt;/P&gt;&lt;P&gt;                                    '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-PEINH(01)'&lt;/P&gt;&lt;P&gt;                                  wa_peinh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMM06E' '0211'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=KO'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-BEDNR'&lt;/P&gt;&lt;P&gt;                                  wa_vbak-kunnr.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-IDNLF'&lt;/P&gt;&lt;P&gt;                                  wa_vbak-bname.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'EKPO-REPOS'&lt;/P&gt;&lt;P&gt;                                    space.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'EKPO-WEBRE'&lt;/P&gt;&lt;P&gt;                                    space.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'EKPO-NETPR'&lt;/P&gt;&lt;P&gt;                                    wa_net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    data: wa_bstkd1(20) type c.&lt;/P&gt;&lt;P&gt;    wa_bstkd1 = wa_contract-bstkd(20).&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'EKPO-LABNR'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                 wa_contract-bstkd.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                  wa_bstkd1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMV13A' '0201'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=BACK'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'KONP-KBETR(01)'&lt;/P&gt;&lt;P&gt;                                  wa_kbetr.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'KONP-KONWA(01)'&lt;/P&gt;&lt;P&gt;                                  wa_contract-waers.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'KONP-KPEIN(01)'&lt;/P&gt;&lt;P&gt;                                  wa_kpein.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'KONP-KMEIN(01)'&lt;/P&gt;&lt;P&gt;                                  wa_meins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMM06E' '0220'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'RM06E-EBELP'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=BU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPLSPO1' '0300'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=YES'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 10:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768580#M644921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: DBC programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768581#M644922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run in mode 'E' so that the screen will stop and give you more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768581#M644922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: DBC programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768582#M644923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug your bdc transaction using mode E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL TRANSACTION 'ME31K'
  USING bdc_tab
        MODE 'E'
        UPDATE 'S'
        MESSAGES INTO bdc_msg.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768582#M644923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: DBC programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768583#M644924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I check that which stop on screen '0220', then i click save button from the screen is OK, no error. I don't know why i can't do it from BDC? I think it can execute in line 2, because the cursor position in RM06E-EBELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. perform bdc_dynpro using 'SAPMM06E' '0220'.&lt;/P&gt;&lt;P&gt;2. perform bdc_field using 'BDC_CURSOR' 'RM06E-EBELP'.&lt;/P&gt;&lt;P&gt;3. perform bdc_field using 'BDC_OKCODE' '=BU'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768583#M644924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: DBC programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768584#M644925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that the issue may caused by batch input session. Once i input the batch item, then enter item details to select somethings, after that, the interface will go back the batch input interface and some fields are disabled. How can i solve the problem. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 03:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbc-programming/m-p/2768584#M644925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T03:24:24Z</dc:date>
    </item>
  </channel>
</rss>

