<?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: Problem with BDC program for ABZON transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658753#M1573814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check that index value after pagedown wheather the INDEX is getting incremental or set to initial index.if index after 6th record is one, then you can use the MOD value to set the index counter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 08:57:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-08T08:57:25Z</dc:date>
    <item>
      <title>Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658752#M1573813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement that posting of Asset values to ABZON transaction. for that i created one bdc program for ABZON transaction, but i am not able to handle page down in that program. when i trying to excute the bdc program, it is working fine for first 6 lines, after that records are over writting. so how can i solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see below mentioned code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_upload_item into wa_upload_item where asset = wa_upload_hd-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; v_indx1 = v_indx1 + 1.&lt;/P&gt;&lt;P&gt;v_indx = v_indx1.&lt;/P&gt;&lt;P&gt;v_indx = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL1(' v_indx ')'  INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field       using v_fnam wa_upload_item-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL2(' v_indx ')'  INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field       using v_fnam wa_upload_item-Asset_Sub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ELR1(' v_indx ')'  INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field       using v_fnam wa_upload_item-Amou_post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_indx1 gt 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPLAMDP' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE' '=P+'.&lt;/P&gt;&lt;P&gt;               &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="12" type="ul"&gt;&lt;P&gt; '=TC_115_INSERT_LINE'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;clear v_indx.&lt;/P&gt;&lt;P&gt;clear v_indx1.&lt;/P&gt;&lt;P&gt;v_indx1 = v_indx1 + 1.&lt;/P&gt;&lt;P&gt;v_indx = v_indx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL1(' v_indx ')'  INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field       using v_fnam wa_upload_item-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL2(' v_indx ')'  INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field       using v_fnam wa_upload_item-Asset_Sub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ELR1(' v_indx ')'  INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field       using v_fnam wa_upload_item-Amou_post.&lt;/P&gt;&lt;P&gt;&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;regards,&lt;/P&gt;&lt;P&gt;gsreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 07:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658752#M1573813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T07:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658753#M1573814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check that index value after pagedown wheather the INDEX is getting incremental or set to initial index.if index after 6th record is one, then you can use the MOD value to set the index counter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 08:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658753#M1573814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T08:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658754#M1573815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;it seems there is some countr problem..&lt;/P&gt;&lt;P&gt;Try to use below code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear v_indx.&lt;/P&gt;&lt;P&gt;loop at t_upload_item into wa_upload_item where asset = wa_upload_hd-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_indx = v_indx + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL1(' v_indx ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL2(' v_indx ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Asset_Sub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ELR1(' v_indx ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Amou_post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_indx EQ 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLAMDP' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE' '=P+'.&lt;/P&gt;&lt;P&gt;clear v_indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_upload_item .&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 09:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658754#M1573815</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2011-03-08T09:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658755#M1573816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Check this out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF  v_index1 =6.
*     if you press page down after filling all the rows
*     then the last entry appears in the first row by default
*     so we need to fill the data from the 2 row
      v_index1= 1.
*   Page down
      PERFORM fill_bdc_field USING 'BDC_OKCODE' '=P+'
                                   CHANGING it_bdcdata.

    ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 09:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658755#M1573816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T09:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658756#M1573817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_indx1 = 0.&lt;/P&gt;&lt;P&gt;loop at t_upload_item into wa_upload_item where asset = wa_upload_hd-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_indx1 gt 6.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLAMDP' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE' '=P+'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_indx1 = 2.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using  'SAPLAMDP' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                     'EL1(02)'.&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;else.&lt;/P&gt;&lt;P&gt;v_indx1 = v_indx1 + 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL1(' v_indx ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL2(' v_indx ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Asset_Sub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ELR1(' v_indx ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Amou_post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 09:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658756#M1573817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658757#M1573818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;i tried with your code, but it is over writting the eariler values, &lt;/P&gt;&lt;P&gt;i.e. when i execute the program first it displaying 6(1 to 6) rows,  after when i  press enter&lt;/P&gt;&lt;P&gt;the earlier values are overwrite and next 6 records are dispalying (7 to 12).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please help me to reslove my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 10:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658757#M1573818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T10:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658758#M1573819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what is the INDEX value for the 7 the record, Is it 01 or 07.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658758#M1573819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-08T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658759#M1573820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the Enter command at the 6th line item in your BDC so that previos line gets stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_indx EQ 6.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLAMDP' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE' '=P+'.&lt;/P&gt;&lt;P&gt;clear v_indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 12:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658759#M1573820</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2011-03-08T12:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658760#M1573821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;index value for seventh record is 1, but it should be 7. &lt;/P&gt;&lt;P&gt;i am not able to handle page down, all records are coming on first page, but we need to do page down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gsreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 04:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658760#M1573821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-09T04:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658761#M1573822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the index value is 7 for the 7th record, you can keep the counter as 7, for the 8th record keep the counter as 8 .... etc and Do the page down when remainder(MOD) value is 0 when it is dived by 6.then it can work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 08:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658761#M1573822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-09T08:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658762#M1573823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;v_indx1 = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_upload_item into wa_upload_item where asset = wa_upload_hd-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_mod = 0 and v_indx1 &amp;gt; 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLAMDP' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE' '=P+'.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="12" type="ul"&gt;&lt;P&gt;'=TC_115_INSERT_LINE'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL1(' v_indx1 ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL2(' v_indx1 ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Asset_Sub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ELR1(' v_indx1 ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Amou_post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_indx1 &amp;lt; 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL1(' v_indx1 ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-asset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'EL2(' v_indx1 ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Asset_Sub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ELR1(' v_indx1 ')' INTO v_fnam.&lt;/P&gt;&lt;P&gt;perform bdc_field using v_fnam wa_upload_item-Amou_post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_mod = v_indx1 / 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_indx1 = v_indx1 + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 09:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658762#M1573823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-09T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC program for ABZON transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658763#M1573824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, you can use the mod value as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"v_mod = v_indx1 MOD  6"  instead of "v_mod = v_indx1 / 6" in the above code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think now it can work.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 05:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-program-for-abzon-transaction/m-p/7658763#M1573824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-10T05:23:13Z</dc:date>
    </item>
  </channel>
</rss>

