<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256667#M777750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to run call transaction in background mode then u should run in no screen mode only.&lt;/P&gt;&lt;P&gt;so in place of A use N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'VA01' using bdcdata mode 'N'&lt;/P&gt;&lt;P&gt;update 'A'&lt;/P&gt;&lt;P&gt;messages into it_bdcmsg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 07:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T07:03:01Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256665#M777748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!&lt;/P&gt;&lt;P&gt;i am writing RFC for creating Sales Order.here its running successfully in foreground mode as &lt;/P&gt;&lt;P&gt;i get following popups &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.information msg , No rates for 3105.00 and Excise indicator&lt;/P&gt;&lt;P&gt;Normal rates being used&lt;/P&gt;&lt;P&gt;i put manually ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.warming msg - The delivering plant will not be copied into the existing items&lt;/P&gt;&lt;P&gt;Message no. V1107&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.then popup - Save Incomplete Document &lt;/P&gt;&lt;P&gt;                  Document Incomplete&lt;/P&gt;&lt;P&gt;           Would you like to save or edit the complete      document?&lt;/P&gt;&lt;P&gt;then i press yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;but when i used Background mode , then its stops at first popup only and order is not created.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Other Issue if there are multiple items in order , how to handle?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: bdcdata like bdcdata occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZCREATE_ORDER.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(SDTYPE) LIKE  VBAK-AUART&lt;/P&gt;&lt;P&gt;*"     VALUE(SDORG) LIKE  VBAK-VKORG OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(DISTCHANNEL) LIKE  VBAK-VTWEG OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(DIVISION) LIKE  VBAK-SPART OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(SALESOFF) LIKE  VBAK-VKBUR OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(SOLDTOPARTY) LIKE  VBAK-KUNNR OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(PAYTERM) LIKE  VBKD-ZTERM OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(DELPLANT) LIKE  RV45A-DWERK OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(MATNO) LIKE  MARA-MATNR OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(QTY) TYPE  CHAR13 OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(DELDATE) LIKE  RV45A-KETDAT OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(PRICEDATE) LIKE  RV45A-KETDAT OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(ORDERNO) LIKE  VBAK-VBELN&lt;/P&gt;&lt;P&gt;*"     VALUE(MSG) LIKE  BDCMSGCOLL STRUCTURE  BDCMSGCOLL&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************&lt;STRONG&gt;BDCDATA STRUCTURE&lt;/STRONG&gt;**********************&lt;/P&gt;&lt;P&gt;*data: bdcdata like bdcdata occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************&lt;STRONG&gt;BDCMSGCOLL STRUCTURE&lt;/STRONG&gt;***************************&lt;/P&gt;&lt;P&gt;data: it_bdcmsg like bdcmsgcoll occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************&lt;STRONG&gt;INTERNAL TABLE FOR ERROR CATCH&lt;/STRONG&gt;*****************&lt;/P&gt;&lt;P&gt;data : begin of m_tab1 occurs 10,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         kunnr  like rf02d-kunnr,   "CUSTOMER ACC NO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          dyname like bdcmsgcoll-dyname,   " PROG NAME&lt;/P&gt;&lt;P&gt;          dynumb like bdcmsgcoll-dynumb,   " SCREEN NO&lt;/P&gt;&lt;P&gt;          msgspra like bdcmsgcoll-msgspra, " LANGU&lt;/P&gt;&lt;P&gt;          msgid  like bdcmsgcoll-msgid,    " MESSAGE ID&lt;/P&gt;&lt;P&gt;          msgnr  like bdcmsgcoll-msgnr,    " MESSAGE NO&lt;/P&gt;&lt;P&gt;          msgtyp like bdcmsgcoll-msgtyp,   " MESSAGE TYPE&lt;/P&gt;&lt;P&gt;          msgv1  like bdcmsgcoll-msgv1,    " MESSAGE VARIABLE PART&lt;/P&gt;&lt;P&gt;          MSGV2  like bdcmsgcoll-msgv2,    " MESSAGE VARIABLE PART&lt;/P&gt;&lt;P&gt;          w_msgtxt(273) type c,            " Formatted message text&lt;/P&gt;&lt;P&gt;       end of m_tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_msgtxt(273) type c,         "Formatted message text&lt;/P&gt;&lt;P&gt;      idx type i value'1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '0101'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'VBAK-VKBUR'.&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 'VBAK-AUART'&lt;/P&gt;&lt;P&gt;                              SDTYPE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAK-VKORG'&lt;/P&gt;&lt;P&gt;                              SDORG.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAK-VTWEG'&lt;/P&gt;&lt;P&gt;                              DISTCHANNEL.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAK-SPART'&lt;/P&gt;&lt;P&gt;                              DIVISION.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAK-VKBUR'&lt;/P&gt;&lt;P&gt;                              SALESOFF.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '4001'.&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 'KUAGV-KUNNR'&lt;/P&gt;&lt;P&gt;                              SOLDTOPARTY.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KUWEV-KUNNR'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KETDAT'&lt;/P&gt;&lt;P&gt;                              DELDATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KPRGBZ'&lt;/P&gt;&lt;P&gt;                              'D'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-DWERK'&lt;/P&gt;&lt;P&gt;                              DELPLANT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-PRSDT'&lt;/P&gt;&lt;P&gt;                              PRICEDATE.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-ZTERM'&lt;/P&gt;&lt;P&gt;                              PAYTERM.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-MABNR(01)'&lt;/P&gt;&lt;P&gt;                              MATNO.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KWMENG(01)'&lt;/P&gt;&lt;P&gt;                              QTY.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBAP-VRKME(01)'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=SICH'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KUAGV-KUNNR'&lt;/P&gt;&lt;P&gt;                               SOLDTOPARTY. "'700307'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KUWEV-KUNNR'&lt;/P&gt;&lt;P&gt;                              SOLDTOPARTY.  "'700307'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KETDAT'&lt;/P&gt;&lt;P&gt;                               DELDATE.             " '04.12.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-KPRGBZ'&lt;/P&gt;&lt;P&gt;                              'D'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RV45A-DWERK'&lt;/P&gt;&lt;P&gt;                              DELPLANT. "'DFTP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-PRSDT'&lt;/P&gt;&lt;P&gt;                              PRICEDATE.  " '04.12.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'VBKD-ZTERM'&lt;/P&gt;&lt;P&gt;                              PAYTERM. "'X009'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              MATNO. "'RV45A-MABNR(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLSPO2' '0101'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=OPT1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'VA01' using bdcdata mode 'A'&lt;/P&gt;&lt;P&gt;         update 'A'&lt;/P&gt;&lt;P&gt;        messages into it_bdcmsg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************&lt;STRONG&gt;ERROR WRITE&lt;/STRONG&gt;**********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_bdcmsg.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     move itab-kunnr to m_tab1-kunnr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      move it_bdcmsg-dyname to m_tab1-dyname.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-dynumb to m_tab1-dynumb.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-msgspra to m_tab1-msgspra.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-msgid to m_tab1-msgid.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-msgnr to m_tab1-msgnr.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-msgtyp to m_tab1-msgtyp.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-msgv1 to m_tab1-msgv1.&lt;/P&gt;&lt;P&gt;      move it_bdcmsg-msgv2 to m_tab1-msgv2.&lt;/P&gt;&lt;P&gt;  append m_tab1.&lt;/P&gt;&lt;P&gt;  clear m_tab1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear it_bdcmsg.&lt;/P&gt;&lt;P&gt;refresh it_bdcmsg.&lt;/P&gt;&lt;P&gt;refresh bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at m_tab1.&lt;/P&gt;&lt;P&gt;if m_tab1-msgv2 ne space.&lt;/P&gt;&lt;P&gt;   orderno = m_tab1-msgv2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at m_tab1.&lt;/P&gt;&lt;P&gt;call function 'MESSAGE_PREPARE'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;   language                     = sy-langu&lt;/P&gt;&lt;P&gt;    msg_id                       = m_tab1-msgid&lt;/P&gt;&lt;P&gt;    msg_no                       = m_tab1-msgnr&lt;/P&gt;&lt;P&gt; importing&lt;/P&gt;&lt;P&gt;   msg_text                     = w_msgtxt&lt;/P&gt;&lt;P&gt; exceptions&lt;/P&gt;&lt;P&gt;   function_not_completed       = 1&lt;/P&gt;&lt;P&gt;   message_not_found            = 2&lt;/P&gt;&lt;P&gt;   others                       = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move w_msgtxt to m_tab1-w_msgtxt.&lt;/P&gt;&lt;P&gt;modify m_tab1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at m_tab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING M_TAB1 TO MSG.&lt;/P&gt;&lt;P&gt;*APPEND MSG.&lt;/P&gt;&lt;P&gt;  write:/1(4) idx,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        7(12) m_tab1-kunnr,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         22(5) m_tab1-msgid,&lt;/P&gt;&lt;P&gt;         30(1) m_tab1-msgtyp,&lt;/P&gt;&lt;P&gt;         34(3) m_tab1-msgnr,&lt;/P&gt;&lt;P&gt;         40(10) m_tab1-dyname,&lt;/P&gt;&lt;P&gt;         53(4) m_tab1-dynumb,&lt;/P&gt;&lt;P&gt;         60(273) m_tab1-w_msgtxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idx = idx + 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       Start new screen                                              *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form bdc_dynpro using program dynpro.&lt;/P&gt;&lt;P&gt;  clear bdcdata.&lt;/P&gt;&lt;P&gt;  bdcdata-program  = program.&lt;/P&gt;&lt;P&gt;  bdcdata-dynpro   = dynpro.&lt;/P&gt;&lt;P&gt;  bdcdata-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  append bdcdata.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       Insert field                                                  *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form bdc_field using fnam fval.&lt;/P&gt;&lt;P&gt;  if fval &amp;lt;&amp;gt; space.&lt;/P&gt;&lt;P&gt;    clear bdcdata.&lt;/P&gt;&lt;P&gt;    bdcdata-fnam = fnam.&lt;/P&gt;&lt;P&gt;    bdcdata-fval = fval.&lt;/P&gt;&lt;P&gt;    append bdcdata.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256665#M777748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256666#M777749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User interaction within RFC is not possible as GUI is not active. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Popup leads to confusion on the action hence the process gets terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avoid popups in RFC's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256666#M777749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256667#M777750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to run call transaction in background mode then u should run in no screen mode only.&lt;/P&gt;&lt;P&gt;so in place of A use N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'VA01' using bdcdata mode 'N'&lt;/P&gt;&lt;P&gt;update 'A'&lt;/P&gt;&lt;P&gt;messages into it_bdcmsg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 07:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256667#M777750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T07:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256668#M777751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Madhavi .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 07:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256668#M777751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T07:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256669#M777752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for multiple records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you record for an item and then click on page down and save it.use the loop on this bdc to populate the the bdc table no need to do manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT l_i_dettab_item INTO l_wa_dettab_item..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_cursor = l_cursor + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF l_cursor GT 1.&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=P+'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM cursor_pos_notation USING 'V_EAN_DET001- GTIN_VARIANT_TYP'&lt;/P&gt;&lt;P&gt;l_cursor&lt;/P&gt;&lt;P&gt;CHANGING l_cursor_notation.&lt;/P&gt;&lt;P&gt;PERFORM cursor_pos_notation USING 'V_EAN_DET001-VTWEG'&lt;/P&gt;&lt;P&gt;l_cursor&lt;/P&gt;&lt;P&gt;CHANGING l_cursor_notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING l_cursor_notation&lt;/P&gt;&lt;P&gt;l_wa_dettab_item-vtweg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM cursor_pos_notation USING 'V_EAN_DET001-DATEFROM'&lt;/P&gt;&lt;P&gt;l_cursor&lt;/P&gt;&lt;P&gt;CHANGING l_cursor_notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING l_cursor_notation&lt;/P&gt;&lt;P&gt;l_v_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;l_cursor_notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM bdc_field USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my ok code for page down is =P+ so i am looping on the table control data and then populating the bdc table after this i will populate the remaing info required for the call transaction and refresh bdcdata.&lt;/P&gt;&lt;P&gt;thats it no need to do recording 1000 times.&lt;/P&gt;&lt;P&gt;now if u do like this it doesn't depend on the number of records on table control.&lt;/P&gt;&lt;P&gt;it will take all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 13:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3256669#M777752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T13:07:16Z</dc:date>
    </item>
  </channel>
</rss>

