<?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 on table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416479#M200315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your query there is two things&lt;/P&gt;&lt;P&gt;one is BDC recording using SDDB&lt;/P&gt;&lt;P&gt;second is passing those data to the table contol that you have designed using se51.&lt;/P&gt;&lt;P&gt;as you have been asked for the screen shot it is not possible to give you here,and i dont have any such example that can solve your problem like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow this process-&amp;gt;&lt;/P&gt;&lt;P&gt;1-do a recoreding using the shdb tcode&lt;/P&gt;&lt;P&gt;2-pass that recording to a report&lt;/P&gt;&lt;P&gt;3- write the report as per your requirement&lt;/P&gt;&lt;P&gt;4-design the table control in se51&lt;/P&gt;&lt;P&gt;5-call that screen in your report using&lt;/P&gt;&lt;P&gt;   CALL SCREEN &lt;/P&gt;&lt;P&gt;6-pass the data into the table contol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already given the answer of your second question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2006 04:08:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-19T04:08:20Z</dc:date>
    <item>
      <title>BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416472#M200308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can some one please help in with neat step by step expalination  How to do a BDC for a table control. Screen shot will help me more to understand. Many link here dont help me much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please also let me know what makes the Table control/Step Loop different from normal way of having a BDC on normal screen if SHDB is used to record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 23:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416472#M200308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T23:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416473#M200309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suresh,&lt;/P&gt;&lt;P&gt;check the below link may be useful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control in BDC&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check the below link also u may find answers for all your q's&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas630/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas630/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u find it useful plz mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 23:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416473#M200309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T23:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416474#M200310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Let me put my questioin more straight forward. What is that makes BDC on Table control different than a BDC on normal screen? &lt;/P&gt;&lt;P&gt;Is Recording of scrolling left/right and page up/down  is some thing different in Table controls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 01:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416474#M200310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T01:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416475#M200311</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;Yes, in case of Table control if you want to populate N number of records then you need to specify the FIELD NAME(ROW NUMBER) in BDC whereas in case of Normal screen, you only need to pass the Field Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RV45A-MABNR(01) = 1000&lt;/P&gt;&lt;P&gt;RV45A-MABNR(02) = 2000&lt;/P&gt;&lt;P&gt;RV45A-MABNR(03) = 3000&lt;/P&gt;&lt;P&gt;RV45A-MABNR(04) = 4000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above would be an example for four records in a table control for field MABNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 01:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416475#M200311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T01:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416476#M200312</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;As what Prashant said, when you are doing BDC for a table control what you can do is to manually number the fieldname. So for example, you counted the rows of the table control and it gave you 17 rows. So in your bdc, you can concatenate the field and the row number. This is a crude example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table-field(01)  ---&amp;gt;this is row1&lt;/P&gt;&lt;P&gt;table-field(02)  ---&amp;gt;this is row2&lt;/P&gt;&lt;P&gt;table-field(03)  ---&amp;gt;this is row3  ...and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 01:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416476#M200312</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-07-19T01:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416477#M200313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the above, always remember that horizontal scrolling does not effect the recording, but vertical scrolling will be recorded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, if you have to populate 10 rows of data into the table control and only 5 rows are visible on the screen, make sure that your recording contains a page down after populating 5 rows of data and then populate 5 more rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A better idea would be to record a pagedown after each row of data to be populated (this is applicable if the number of rows to be populated is dynamic)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 03:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416477#M200313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T03:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416478#M200314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;bdc recording is same for both table control and the normal screen,but in case of the table control you can see the data in the table format and as you have mentioned you can have scrolling options and page up/down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 03:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416478#M200314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T03:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416479#M200315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your query there is two things&lt;/P&gt;&lt;P&gt;one is BDC recording using SDDB&lt;/P&gt;&lt;P&gt;second is passing those data to the table contol that you have designed using se51.&lt;/P&gt;&lt;P&gt;as you have been asked for the screen shot it is not possible to give you here,and i dont have any such example that can solve your problem like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow this process-&amp;gt;&lt;/P&gt;&lt;P&gt;1-do a recoreding using the shdb tcode&lt;/P&gt;&lt;P&gt;2-pass that recording to a report&lt;/P&gt;&lt;P&gt;3- write the report as per your requirement&lt;/P&gt;&lt;P&gt;4-design the table control in se51&lt;/P&gt;&lt;P&gt;5-call that screen in your report using&lt;/P&gt;&lt;P&gt;   CALL SCREEN &lt;/P&gt;&lt;P&gt;6-pass the data into the table contol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already given the answer of your second question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 04:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416479#M200315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T04:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416480#M200316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suresh,&lt;/P&gt;&lt;P&gt;  try this code . in this code i used txn'ZCMAT' in this txn i used a table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'W_R3'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=OK1'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'W_R1'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'W_R3'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ENTER'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-MATNR'&lt;/P&gt;&lt;P&gt;                              '100-100'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=TABSTRIP1_FC1'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-MATNR'&lt;/P&gt;&lt;P&gt;                              '100-100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-ERSDA'&lt;/P&gt;&lt;P&gt;                              '19.07.2005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-ERNAM'&lt;/P&gt;&lt;P&gt;                              'CHETAN'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-PSTAT'&lt;/P&gt;&lt;P&gt;                              'GOOD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-LAEDA'&lt;/P&gt;&lt;P&gt;                              '19.07.2005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-AENAM'&lt;/P&gt;&lt;P&gt;                              'VISHNOI'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-VPSTA'&lt;/P&gt;&lt;P&gt;                              'GOOD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_STORAGE-LGORT'&lt;/P&gt;&lt;P&gt;                              'X001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_STORAGE-VMUML'&lt;/P&gt;&lt;P&gt;                              '142.000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_STORAGE-LFGJA'&lt;/P&gt;&lt;P&gt;                              '2006'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_STORAGE-LABST'&lt;/P&gt;&lt;P&gt;                              '14.000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_STORAGE-LFMON'&lt;/P&gt;&lt;P&gt;                              '10'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_STORAGE-VMLAB'&lt;/P&gt;&lt;P&gt;                              '150.000'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=TC_PLANT_INSR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-MATNR'&lt;/P&gt;&lt;P&gt;                              '100-100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-ERSDA'&lt;/P&gt;&lt;P&gt;                              '19.07.2005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-ERNAM'&lt;/P&gt;&lt;P&gt;                              'CHETAN'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-PSTAT'&lt;/P&gt;&lt;P&gt;                              'GOOD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-LAEDA'&lt;/P&gt;&lt;P&gt;                              '19.07.2005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-AENAM'&lt;/P&gt;&lt;P&gt;                              'VISHNOI'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-VPSTA'&lt;/P&gt;&lt;P&gt;                              'GOOD'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=MOD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-MATNR'&lt;/P&gt;&lt;P&gt;                              '100-100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-ERSDA'&lt;/P&gt;&lt;P&gt;                              '19.07.2005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-ERNAM'&lt;/P&gt;&lt;P&gt;                              'CHETAN'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-PSTAT'&lt;/P&gt;&lt;P&gt;                              'GOOD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-LAEDA'&lt;/P&gt;&lt;P&gt;                              '19.07.2005'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-AENAM'&lt;/P&gt;&lt;P&gt;                              'VISHNOI'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-VPSTA'&lt;/P&gt;&lt;P&gt;                              'GOOD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'T_PLANT-KZDIE(04)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'T_PLANT-WERKS(04)'&lt;/P&gt;&lt;P&gt;                              '004'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'T_PLANT-XCHAR(04)'&lt;/P&gt;&lt;P&gt;                              't'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'T_PLANT-EKGRP(04)'&lt;/P&gt;&lt;P&gt;                              '102'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'T_PLANT-DISMM(04)'&lt;/P&gt;&lt;P&gt;                              '14'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'T_PLANT-DISPO(04)'&lt;/P&gt;&lt;P&gt;                              '20'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'T_PLANT-KZDIE(04)'&lt;/P&gt;&lt;P&gt;                              't'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/EBACK'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ENTER'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-MATNR'&lt;/P&gt;&lt;P&gt;                              '100-100'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=TABSTRIP1_FC2'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ZMRO_MATDATA-MATNR'&lt;/P&gt;&lt;P&gt;                              '100-100'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/EBACK'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ZMRO_MATDATA-MATNR'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMZCMAT' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/EBACK'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              '%#AUTOTEXT003'.&lt;/P&gt;&lt;P&gt;*perform bdc_transaction using 'ZCMAT'.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZCMAT' USING BDCDATA&lt;/P&gt;&lt;P&gt;                     MODE   'A'&lt;/P&gt;&lt;P&gt;                     UPDATE 'A'&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help u .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes than give points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;chetan vishnoi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 05:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416480#M200316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T05:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416481#M200317</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;Please look at the following piece of code&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT Y730_BDC5 .
*HANDLING TABLE CONTROL IN BDC
DATA : BEGIN OF IT_DUMMY OCCURS 0,
       DUMMY(100) TYPE C,
       END OF IT_DUMMY.
DATA : BEGIN OF IT_XK01 OCCURS 0,
       LIFNR(10) TYPE C,
       BUKRS(4)  TYPE C,
       EKORG(4)  TYPE C,
       KTOKK(4)  TYPE C,
       NAME1(30) TYPE C,
       SORTL(10) TYPE C,
       LAND1(3)  TYPE C,
       SPRAS(2)  TYPE C,
       AKONT(6)  TYPE C,
       FDGRV(2)  TYPE C,
       WAERS(3)  TYPE C,
       END OF IT_XK01,
       BEGIN OF IT_BANK OCCURS 0,
       BANKS(3)  TYPE C,
       BANKL(10) TYPE C,
       BANKN(10) TYPE C,
       KOINH(30) TYPE C,
       LIFNR(10) TYPE C,
       END OF IT_BANK.
DATA : IT_BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE,
       IT_BDCMSGCOLL LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.

CALL FUNCTION 'WS_UPLOAD'
 EXPORTING
   FILENAME                      = 'C:VENDOR.TXT'
   FILETYPE                      = 'ASC'
 TABLES
   DATA_TAB                      = IT_DUMMY.

LOOP AT IT_DUMMY.
  IF IT_DUMMY-DUMMY+0(2) = '11'.
    IT_XK01-LIFNR = IT_DUMMY-DUMMY+2(10).
    IT_XK01-BUKRS = IT_DUMMY-DUMMY+12(4).
    IT_XK01-EKORG = IT_DUMMY-DUMMY+16(4).
    IT_XK01-KTOKK = IT_DUMMY-DUMMY+20(4).
    IT_XK01-NAME1 = IT_DUMMY-DUMMY+24(30).
    IT_XK01-SORTL = IT_DUMMY-DUMMY+54(10).
    IT_XK01-LAND1 = IT_DUMMY-DUMMY+64(3).
    IT_XK01-SPRAS = IT_DUMMY-DUMMY+67(2).
    IT_XK01-AKONT = IT_DUMMY-DUMMY+69(6).
    IT_XK01-FDGRV = IT_DUMMY-DUMMY+75(2).
    IT_XK01-WAERS = IT_DUMMY-DUMMY+77(3).
    APPEND IT_XK01.
  ELSE.
    IT_BANK-BANKS = IT_DUMMY-DUMMY+2(3).
    IT_BANK-BANKL = IT_DUMMY-DUMMY+5(10).
    IT_BANK-BANKN = IT_DUMMY-DUMMY+15(10).
    IT_BANK-KOINH = IT_DUMMY-DUMMY+25(30).
    IT_BANK-LIFNR = IT_DUMMY-DUMMY+55(10).
    APPEND IT_BANK.
  ENDIF.
ENDLOOP.

LOOP AT IT_XK01.
REFRESH IT_BDCDATA.
perform bdc_dynpro      using 'SAPMF02K' '0100'.
perform bdc_field       using 'BDC_CURSOR'
                              'RF02K-REF_LIFNR'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'RF02K-LIFNR'
                              IT_XK01-LIFNR.
perform bdc_field       using 'RF02K-BUKRS'
                              IT_XK01-BUKRS.
perform bdc_field       using 'RF02K-EKORG'
                              IT_XK01-EKORG.
perform bdc_field       using 'RF02K-KTOKK'
                              IT_XK01-KTOKK.
perform bdc_dynpro      using 'SAPMF02K' '0110'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFA1-TELX1'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'LFA1-NAME1'
                              IT_XK01-NAME1.
perform bdc_field       using 'LFA1-SORTL'
                              IT_XK01-SORTL.
perform bdc_field       using 'LFA1-LAND1'
                              IT_XK01-LAND1.
perform bdc_field       using 'LFA1-SPRAS'
                              IT_XK01-SPRAS.
perform bdc_dynpro      using 'SAPMF02K' '0120'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFA1-KUNNR'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_dynpro      using 'SAPMF02K' '0130'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFBK-KOINH(02)'.
perform bdc_field       using 'BDC_OKCODE'
                              '=ENTR'.
DATA : FNAM(20) TYPE C,
       IDX      TYPE C.
  MOVE 1 TO IDX.
LOOP AT IT_BANK WHERE LIFNR = IT_XK01-LIFNR.
  CONCATENATE 'LFBK-BANKS(' IDX ')' INTO FNAM.
  perform bdc_field       using FNAM
                                IT_BANK-BANKS.

  CONCATENATE 'LFBK-BANKL(' IDX ')' INTO FNAM.
  perform bdc_field       using FNAM
                                IT_BANK-BANKL.

  CONCATENATE 'LFBK-BANKN(' IDX ')' INTO FNAM.
  perform bdc_field       using FNAM
                                IT_BANK-BANKN.

  CONCATENATE 'LFBK-KOINH(' IDX ')' INTO FNAM.
  perform bdc_field       using FNAM
                                IT_BANK-KOINH.
  IDX = IDX + 1.
ENDLOOP.

perform bdc_dynpro      using 'SAPMF02K' '0130'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFBK-BANKS(01)'.
perform bdc_field       using 'BDC_OKCODE'
                              '=ENTR'.
perform bdc_dynpro      using 'SAPMF02K' '0210'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFB1-FDGRV'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'LFB1-AKONT'
                              IT_XK01-AKONT.
perform bdc_field       using 'LFB1-FDGRV'
                              IT_XK01-FDGRV.
perform bdc_dynpro      using 'SAPMF02K' '0215'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFB1-ZTERM'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_dynpro      using 'SAPMF02K' '0220'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFB5-MAHNA'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_dynpro      using 'SAPMF02K' '0310'.
perform bdc_field       using 'BDC_CURSOR'
                              'LFM1-WAERS'.
perform bdc_field       using 'BDC_OKCODE'
                              '/00'.
perform bdc_field       using 'LFM1-WAERS'
                              IT_XK01-WAERS.
perform bdc_dynpro      using 'SAPMF02K' '0320'.
perform bdc_field       using 'BDC_CURSOR'
                              'WYT3-PARVW(01)'.
perform bdc_field       using 'BDC_OKCODE'
                              '=ENTR'.
perform bdc_dynpro      using 'SAPLSPO1' '0300'.
perform bdc_field       using 'BDC_OKCODE'
                              '=YES'.
CALL TRANSACTION 'XK01' USING IT_BDCDATA
                        MODE  'A'
                       UPDATE 'S'
                     MESSAGES INTO IT_BDCMSGCOLL.
ENDLOOP.

FORM BDC_DYNPRO USING PROG SCR.
  CLEAR IT_BDCDATA.
  IT_BDCDATA-PROGRAM = PROG.
  IT_BDCDATA-DYNPRO  = SCR.
  IT_BDCDATA-DYNBEGIN = 'X'.
  APPEND IT_BDCDATA.
ENDFORM.

FORM BDC_FIELD USING FNAM FVAL.
  CLEAR IT_BDCDATA.
  IT_BDCDATA-FNAM = FNAM.
  IT_BDCDATA-FVAL  = FVAL.
  APPEND IT_BDCDATA.
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 05:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416481#M200317</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-07-19T05:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416482#M200318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;   Have a look at these good links-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control in BDC&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bdc.htm" target="test_blank"&gt;http://www.sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sappoint.com/abap/bdcconcept.pdf" target="test_blank"&gt;www.sappoint.com/abap/bdcconcept.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;www.planetsap.com/bdc_main_page.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1585209"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 06:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416482#M200318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T06:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416483#M200319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="160175"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sap-img.com/bdc.htm"&amp;gt;BDC&amp;lt;/a&amp;gt;&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;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 06:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-on-table-control/m-p/1416483#M200319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T06:05:55Z</dc:date>
    </item>
  </channel>
</rss>

