<?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: table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715759#M629818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC table control means here we can populate the data into the table control.&lt;/P&gt;&lt;P&gt;i.e.if you take VA01 for sales order creation in the belwo of VA01 screen there is table control for the filling of material details so here we will write the code to populate the data into the table control screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZBDC_TableControl&lt;/P&gt;&lt;P&gt;no standard page heading line-size 255.&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 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=CHANGE_RADIO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=ADD'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE_VAL'&lt;/P&gt;&lt;P&gt;'ztest_Str'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSED1' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'D_100-STRU'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=GOON'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-DTEL'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-STRU'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSTRD' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'KO007-L_DEVCLASS'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=TEMP'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'KO007-L_AUTHOR'&lt;/P&gt;&lt;P&gt;'VARUN'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EWB_CANCEL'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EABR'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'SE11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/tablecontrol_sap.html" target="test_blank"&gt;http://www.sapmaterial.com/tablecontrol_sap.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if Useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please Close the Thread if you have the answer&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 08:55:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T08:55:40Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715750#M629809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;       Can anyone explain me very clearly the concept of table-control in bdc... please explain me with a recording example step by step.. it would be very useful if you could explain me with the very start of shdb transaction onwards and also tell me the concept behind this. and also tell me where this table-control comes into use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With thanks&lt;/P&gt;&lt;P&gt;karthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715750#M629809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715751#M629810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these programs&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats the reason i gave you these examples. these are very basic examples related to table controls. they are easily understood. please go through this program also&lt;/P&gt;&lt;P&gt;RSDEMO_TABLE_CONTROL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link as well&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3538349"&gt;&lt;/A&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Gopi Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715751#M629810</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-08-29T06:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715752#M629811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i don't even know the concept behind table-control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715752#M629811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715753#M629812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramanian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Control is used in Module Pool Programming.&lt;/P&gt;&lt;P&gt;Table Control is used to display data of any internal table of ur program or the data from dictionary table directly ino a table format. Using table control with the help of screen painter, data can be easily displayed.It can be created manually through coding or using Table Control Wizard given in the sreen painter.&lt;/P&gt;&lt;P&gt;Table Controls are labeled screen elements to display and process table-type data on dynpros. In a table control, a maximum of 255 screen elements is summarized in a table control row, which can be repeated multiple times within the table control on the screen. The fields of a row have to be created only once as dynpro fields in the dynpro and as global data objects in the ABAP program. Table controls provide an area on the screen for editing the displayed table control rows which offers column headers, marking of rows and columns, horizontal and vertical scrolling with scroll bars, the definition of lead columns and saving of the current settings (see DEMO_DYNPRO). Parts of the user actions in table controls are processed on the presentation server. Vertical scrolling, saving of settings, and changes of screen size (if the resizing properties have been set accordingly when defining the table controls) trigger the event PAI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A column of the table controls can be defined as marking column , in which the screen element is displayed like a pushbutton and treated like a checkbox (see the first column of the table control in DEMO_DYNPRO). A checked selection key sets the content of the assigned dynpro-field to "X", an unchecked key sets the content to " ". The state of the selection key is transported at the event PAI to a data object of the same name in the ABAP-program and at PBO, you can set the marker via the content of the data object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Controls encapsulate step loops and make their independent use obsolete. The processing of table controls in the dynpro flow logic accordingly bases on the step loop technique using the statement LOOP. In contrary to the processing of independent step loops, the loops of the dynpro flow logic are linked with the addition WITH CONTROL with the table controls of the dynpros during the processing of table controls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ABAP-program, table controls must be declared with the statement CONTROLS, whereat a special structure for handling of table controls is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM ZTABLECON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: LFA1, EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: OKCODE1 LIKE SY-UCOMM,&lt;/P&gt;&lt;P&gt;OKCODE2 LIKE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS TABC TYPE TABLEVIEW USING SCREEN 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;MANDT LIKE EKKO-MANDT,&lt;/P&gt;&lt;P&gt;EBELN LIKE EKKO-EBELN,&lt;/P&gt;&lt;P&gt;BSTYP LIKE EKKO-BSTYP,&lt;/P&gt;&lt;P&gt;BSART LIKE EKKO-BSART,&lt;/P&gt;&lt;P&gt;END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_1000 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE OKCODE1.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;SET SCREEN 0.&lt;/P&gt;&lt;P&gt;WHEN 'NEXT'.&lt;/P&gt;&lt;P&gt;SET SCREEN 1001.&lt;/P&gt;&lt;P&gt;SELECT * FROM EKKO INTO CORRESPONDING FIELDS OF TABLE ITAB WHERE&lt;/P&gt;&lt;P&gt;LIFNR = LFA1-LIFNR.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " USER_COMMAND_1001 INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE MOVE_DATA OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKKO-MANDT = ITAB-MANDT.&lt;/P&gt;&lt;P&gt;EKKO-EBELN = ITAB-EBELN.&lt;/P&gt;&lt;P&gt;EKKO-BSTYP = ITAB-BSTYP.&lt;/P&gt;&lt;P&gt;EKKO-BSART = ITAB-BSART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " MOVE_DATA OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_1001 INPUT.&lt;/P&gt;&lt;P&gt;CASE OKCODE2.&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;SET SCREEN 1000.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE. " USER_COMMAND_1001 OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_1001 OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'MENU'.&lt;/P&gt;&lt;P&gt;SET TITLEBAR 'TIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " STATUS_1001 OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_1000 OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'DMENU'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. " STATUS_1000 OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM ON_CTMENU_FORM1 USING CMENU TYPE REF TO CL_CTMENU.&lt;/P&gt;&lt;P&gt;CALL METHOD CMENU-&amp;gt;LOAD_GUI_STATUS&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;PROGRAM = ' ZBHTCTRL'&lt;/P&gt;&lt;P&gt;STATUS = 'CMENU'&lt;/P&gt;&lt;P&gt;MENU = CMENU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CMENU-&amp;gt;ADD_FUNCTION&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FCODE = 'RX'&lt;/P&gt;&lt;P&gt;TEXT = 'RECIEVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLOW LOGIC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE STATUS_1000.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;MODULE STATUS_1001.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB WITH CONTROL TABC CURSOR TABC-TOP_LINE.&lt;/P&gt;&lt;P&gt;MODULE MOVE_DATA.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_1001.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful Sites&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/tablecontrol_sap.html" target="test_blank"&gt;http://www.sapmaterial.com/tablecontrol_sap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD POINTS IF USEFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 07:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715753#M629812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715754#M629813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gokhul.&lt;/P&gt;&lt;P&gt;            thanks for your elaborative reply... i appreciate you for the valuable time u spent in this issue.. my doubt is complately different. i'm not asking the table control in screen painter, i need information about table control in some transactions that will be recorded while updating data.. if u could give me details regarding this it will be of great use to me.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;karthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 07:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715754#M629813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T07:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715755#M629814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talkin abt Table Controls in tcode while doing the BDC recording method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 07:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715755#M629814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T07:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715756#M629815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 07:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715756#M629815</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-08-29T07:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715757#M629816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to deal with table control / step loop in BDC? &lt;/P&gt;&lt;P&gt;Steploop and table contol is inevitable in certain transactions. When we run BDC for such transactions, we will face the situation: how many visible lines of steploop/tablecontrol are on the screen? Although we can always find certain method to deal with it, such as function code 'NP', 'POPO', considering some extreme situation: there is only one line visible one the screen, &lt;/P&gt;&lt;P&gt;our BDC program should display an error message. (See transaction 'ME21', we you resize your screen to let only one row visible, you can not enter mutiple lines on this screen even you use 'NP') &lt;/P&gt;&lt;P&gt;Now, I find a method with which we can determine the number of visible lines on Transaction Screen from our Calling BDC program. Maybe it is useless to you, but I think it will give your some idea. &lt;/P&gt;&lt;P&gt;Demo ABAP code has two purposes: &lt;/P&gt;&lt;P&gt;1. how to determine number of visible lines and how to calculte page number; (the 'calpage' routine has been modify to meet general purpose usage) &lt;/P&gt;&lt;P&gt;2. using field symbol in BDC program, please pay special attention to the difference in Static &lt;/P&gt;&lt;P&gt;ASSIGN and Dynamic ASSIGN. &lt;/P&gt;&lt;P&gt;Now I begin to describe the step to implement my method: &lt;/P&gt;&lt;P&gt;(I use transaction 'ME21', screen 121 for sample, the method using is Call Transation Using..) &lt;/P&gt;&lt;P&gt;Step1: go to screen painter to display the screen 121, then we can count the fixed line on this screen, there is 7 lines above the steploop and 2 lines below the steploop, so there are total 9 fixed lines on this screen. This means except these 9 lines, all the other line is for step loop. &lt;/P&gt;&lt;P&gt;Then have a look at steploop itselp, one entry of it will occupy two lines. &lt;/P&gt;&lt;P&gt;(Be careful, for table control, the head and the bottom scroll bar will possess another two fixed lines, and there is a maximum number for table line) &lt;/P&gt;&lt;P&gt;Now we have : FixedLine = 9 &lt;/P&gt;&lt;P&gt;              LoopLine  = 2(for table control, LoopLine is always equal to 1) &lt;/P&gt;&lt;P&gt;Step2: go to transaction itself(ME21) to see how it roll page, in ME21, the first line of new page is always occupied by the last line of last page, so it begin with index '02', but in some other case, fisrt line is empty and ready for input. &lt;/P&gt;&lt;P&gt;Now we have: FirstLine = 0 &lt;/P&gt;&lt;P&gt;          or FirstLine = 1 ( in our case, FirstLine is 1 because the first line of new page is fulfilled) &lt;/P&gt;&lt;P&gt;Step3: write a subroutine calcalculating number of pages &lt;/P&gt;&lt;P&gt;(here, the name of actual parameter is the same as formal parameter) &lt;/P&gt;&lt;P&gt;global data:    FixedLine type i, " number of fixed line on a certain screen &lt;/P&gt;&lt;P&gt;                LoopLine  type i, " the number of lines occupied by one steploop item &lt;/P&gt;&lt;P&gt;                FirstLine type i, " possbile value 0 or 1, 0 stand for the first line of new &lt;/P&gt;&lt;P&gt;                                                         " scrolling screen is empty, otherwise is 1 &lt;/P&gt;&lt;P&gt;                Dataline  type i, " number of items you will use in BDC, using DESCRIBE to get &lt;/P&gt;&lt;P&gt;                pageno    type i, " you need to scroll screen how many times. &lt;/P&gt;&lt;P&gt;                line      type i, " number of lines appears on the screen. &lt;/P&gt;&lt;P&gt;                index(2)  type N, " the screen index for certain item &lt;/P&gt;&lt;P&gt;                begin     type i, " from parameter of loop &lt;/P&gt;&lt;P&gt;                end       type i. " to parameter of loop &lt;/P&gt;&lt;P&gt;*in code sample, the DataTable-linindex stands for the table index number of this line &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;form calpage using FixedLine type i (see step 1) &lt;/P&gt;&lt;P&gt;                   LoopLine  type i (see step 1) &lt;/P&gt;&lt;P&gt;                   FirstLine type i (see step 2) &lt;/P&gt;&lt;P&gt;                   DataLine  type i ( this is the item number you will enter in transaction) &lt;/P&gt;&lt;P&gt;          changing pageno    type i (return the number of page, depends on run-time visible  line in table control/ Step Loop) &lt;/P&gt;&lt;P&gt;          changing line      type i.(visible lines one the screen) &lt;/P&gt;&lt;P&gt;data: midd type i, &lt;/P&gt;&lt;P&gt;      vline type i, "visible lines &lt;/P&gt;&lt;P&gt;if DataLine eq 0. &lt;/P&gt;&lt;P&gt;   Message eXXX. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;vline = ( sy-srows - FixedLine ) div LoopLine. &lt;/P&gt;&lt;P&gt;*for table control, you should compare vline with maximum line of &lt;/P&gt;&lt;P&gt;*table control, then take the small one that is min(vline, maximum) &lt;/P&gt;&lt;P&gt;*here only illustrate step loop &lt;/P&gt;&lt;P&gt;if FirstLine eq 0. &lt;/P&gt;&lt;P&gt;        pageno = DataLine div vline. &lt;/P&gt;&lt;P&gt;        if pageno eq 0. &lt;/P&gt;&lt;P&gt;           pageno = pageno + 1. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;elseif FirstLine eq 1. &lt;/P&gt;&lt;P&gt;        pageno = ( DataLine - 1 ) div ( vline - 1 ) + 1. &lt;/P&gt;&lt;P&gt;        midd = ( DataLine - 1 ) mod ( vline - 1). &lt;/P&gt;&lt;P&gt;        if midd = 0 and DataLine gt 1. &lt;/P&gt;&lt;P&gt;                pageno = pageno - 1. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;line = vline. &lt;/P&gt;&lt;P&gt;endform. &lt;/P&gt;&lt;P&gt;Step4 write a subroutine to calculate the line index for each item. &lt;/P&gt;&lt;P&gt;form calindex using Line type i (visible lines on the screen) &lt;/P&gt;&lt;P&gt;                    FirstLine type i(see step 2) &lt;/P&gt;&lt;P&gt;                    LineIndex type i(item index) &lt;/P&gt;&lt;P&gt;          changing  Index type n.    (index on the screen) &lt;/P&gt;&lt;P&gt;  if  FirstLine = 0. &lt;/P&gt;&lt;P&gt;        index = LineIndex mod Line. &lt;/P&gt;&lt;P&gt;        if index = '00'. &lt;/P&gt;&lt;P&gt;                index = Line. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;  elseif FirstLine = 1. &lt;/P&gt;&lt;P&gt;        index = LineIndex mod ( Line - 1 ). &lt;/P&gt;&lt;P&gt;        if ( index between 1 and 0 ) and LineIndex gt 1. &lt;/P&gt;&lt;P&gt;                index = index + Line - 1. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;        if Line = 2. &lt;/P&gt;&lt;P&gt;                index = index + Line - 1. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt; endif. &lt;/P&gt;&lt;P&gt;endform. &lt;/P&gt;&lt;P&gt;Step5 write a subroutine to calculate the loop range. &lt;/P&gt;&lt;P&gt;form calrange using Line type i ( visible lines on the screen) &lt;/P&gt;&lt;P&gt;                    DataLine type i &lt;/P&gt;&lt;P&gt;                    FirstLine type i &lt;/P&gt;&lt;P&gt;                    loopindex like sy-index &lt;/P&gt;&lt;P&gt;        changing    begin type i &lt;/P&gt;&lt;P&gt;                    end type i. &lt;/P&gt;&lt;P&gt;If FirstLine = 0. &lt;/P&gt;&lt;P&gt;   if loopindex = 1. &lt;/P&gt;&lt;P&gt;        begin = 1. &lt;/P&gt;&lt;P&gt;        if DataLine &amp;lt;= Line. &lt;/P&gt;&lt;P&gt;                end = DataLine. &lt;/P&gt;&lt;P&gt;        else. &lt;/P&gt;&lt;P&gt;                end = Line. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;   elseif loopindex gt 1. &lt;/P&gt;&lt;P&gt;        begin = Line * ( loopindex - 1 ) + 1. &lt;/P&gt;&lt;P&gt;        end   = Line * loopindex. &lt;/P&gt;&lt;P&gt;        if end gt DataLine. &lt;/P&gt;&lt;P&gt;           end = DataLine. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;   endif. &lt;/P&gt;&lt;P&gt;elseif FirstLine = 1. &lt;/P&gt;&lt;P&gt;  if loopindex = 1. &lt;/P&gt;&lt;P&gt;        begin = 1. &lt;/P&gt;&lt;P&gt;        if DataLine &amp;lt;= Line. &lt;/P&gt;&lt;P&gt;                end = DataLine. &lt;/P&gt;&lt;P&gt;        else. &lt;/P&gt;&lt;P&gt;                end = Line. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;  elseif loop index gt 1. &lt;/P&gt;&lt;P&gt;        begin = ( Line - 1 ) * ( loopindex - 1 ) + 2. &lt;/P&gt;&lt;P&gt;        end =   ( Line - 1 ) * ( loopindex - 1 ) + Line. &lt;/P&gt;&lt;P&gt;        if end gt DataLine. &lt;/P&gt;&lt;P&gt;                end = DataLine. &lt;/P&gt;&lt;P&gt;        endif. &lt;/P&gt;&lt;P&gt;  endif. &lt;/P&gt;&lt;P&gt;endif. &lt;/P&gt;&lt;P&gt;endform. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Step6 using field sysbol in your BDC, for example: in ME21, but you should calculate each item will correponding to which index &lt;/P&gt;&lt;P&gt;form creat_bdc. &lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;material&amp;gt;, &amp;lt;quan&amp;gt;, &amp;lt;indicator&amp;gt;. &lt;/P&gt;&lt;P&gt;data: name1(14) value 'EKPO-EMATN(XX)', &lt;/P&gt;&lt;P&gt;      name2(14) value 'EKPO-MENGE(XX)', &lt;/P&gt;&lt;P&gt;      name3(15) value 'RM06E-SELKZ(XX)'. &lt;/P&gt;&lt;P&gt;assign:         name1 to &amp;lt;material&amp;gt;, &lt;/P&gt;&lt;P&gt;                name2 to &amp;lt;quan&amp;gt;, &lt;/P&gt;&lt;P&gt;                name3 to &amp;lt;indicator&amp;gt;. &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;do pageno times. &lt;/P&gt;&lt;P&gt;if sy-index gt 1 &lt;/P&gt;&lt;P&gt;*insert scroll page ok_code" &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;        perform calrange using Line DataLine FirstLine sy-index &lt;/P&gt;&lt;P&gt;                         changing begin end. &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;loop at DataTable from begin to end. &lt;/P&gt;&lt;P&gt;        perform calindex using Line FirstLine DataTable-LineIndex changing Index. &lt;/P&gt;&lt;P&gt;        name1+11(2) = Index. &lt;/P&gt;&lt;P&gt;        name2+11(2) = Index. &lt;/P&gt;&lt;P&gt;        name3+12(2) = Index. &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;        perform bdcfield using &amp;lt;material&amp;gt; DataTable-matnr. &lt;/P&gt;&lt;P&gt;        perform bdcfield using &amp;lt;quan&amp;gt;     DataTable-menge. &lt;/P&gt;&lt;P&gt;        perform bdcfield using &amp;lt;indicator&amp;gt; DataTable-indicator. &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;              . &lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;Sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is a sample code of handling table control in BDC. &lt;/P&gt;&lt;P&gt;REPORT Y730_BDC5 .&lt;/P&gt;&lt;P&gt;*HANDLING TABLE CONTROL IN BDC&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF IT_DUMMY OCCURS 0,&lt;/P&gt;&lt;P&gt;       DUMMY(100) TYPE C,&lt;/P&gt;&lt;P&gt;       END OF IT_DUMMY.&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF IT_XK01 OCCURS 0,&lt;/P&gt;&lt;P&gt;       LIFNR(10) TYPE C,&lt;/P&gt;&lt;P&gt;       BUKRS(4)  TYPE C,&lt;/P&gt;&lt;P&gt;       EKORG(4)  TYPE C,&lt;/P&gt;&lt;P&gt;       KTOKK(4)  TYPE C,&lt;/P&gt;&lt;P&gt;       NAME1(30) TYPE C,&lt;/P&gt;&lt;P&gt;       SORTL(10) TYPE C,&lt;/P&gt;&lt;P&gt;       LAND1(3)  TYPE C,&lt;/P&gt;&lt;P&gt;       SPRAS(2)  TYPE C,&lt;/P&gt;&lt;P&gt;       AKONT(6)  TYPE C,&lt;/P&gt;&lt;P&gt;       FDGRV(2)  TYPE C,&lt;/P&gt;&lt;P&gt;       WAERS(3)  TYPE C,&lt;/P&gt;&lt;P&gt;       END OF IT_XK01,&lt;/P&gt;&lt;P&gt;       BEGIN OF IT_BANK OCCURS 0,&lt;/P&gt;&lt;P&gt;       BANKS(3)  TYPE C,&lt;/P&gt;&lt;P&gt;       BANKL(10) TYPE C,&lt;/P&gt;&lt;P&gt;       BANKN(10) TYPE C,&lt;/P&gt;&lt;P&gt;       KOINH(30) TYPE C,&lt;/P&gt;&lt;P&gt;       LIFNR(10) TYPE C,&lt;/P&gt;&lt;P&gt;       END OF IT_BANK.&lt;/P&gt;&lt;P&gt;DATA : IT_BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;       IT_BDCMSGCOLL LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_UPLOAD'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   FILENAME                      = 'C:\VENDOR.TXT'&lt;/P&gt;&lt;P&gt;   FILETYPE                      = 'ASC'&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   DATA_TAB                      = IT_DUMMY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_DUMMY.&lt;/P&gt;&lt;P&gt;  IF IT_DUMMY-DUMMY+0(2) = '11'.&lt;/P&gt;&lt;P&gt;    IT_XK01-LIFNR = IT_DUMMY-DUMMY+2(10).&lt;/P&gt;&lt;P&gt;    IT_XK01-BUKRS = IT_DUMMY-DUMMY+12(4).&lt;/P&gt;&lt;P&gt;    IT_XK01-EKORG = IT_DUMMY-DUMMY+16(4).&lt;/P&gt;&lt;P&gt;    IT_XK01-KTOKK = IT_DUMMY-DUMMY+20(4).&lt;/P&gt;&lt;P&gt;    IT_XK01-NAME1 = IT_DUMMY-DUMMY+24(30).&lt;/P&gt;&lt;P&gt;    IT_XK01-SORTL = IT_DUMMY-DUMMY+54(10).&lt;/P&gt;&lt;P&gt;    IT_XK01-LAND1 = IT_DUMMY-DUMMY+64(3).&lt;/P&gt;&lt;P&gt;    IT_XK01-SPRAS = IT_DUMMY-DUMMY+67(2).&lt;/P&gt;&lt;P&gt;    IT_XK01-AKONT = IT_DUMMY-DUMMY+69(6).&lt;/P&gt;&lt;P&gt;    IT_XK01-FDGRV = IT_DUMMY-DUMMY+75(2).&lt;/P&gt;&lt;P&gt;    IT_XK01-WAERS = IT_DUMMY-DUMMY+77(3).&lt;/P&gt;&lt;P&gt;    APPEND IT_XK01.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    IT_BANK-BANKS = IT_DUMMY-DUMMY+2(3).&lt;/P&gt;&lt;P&gt;    IT_BANK-BANKL = IT_DUMMY-DUMMY+5(10).&lt;/P&gt;&lt;P&gt;    IT_BANK-BANKN = IT_DUMMY-DUMMY+15(10).&lt;/P&gt;&lt;P&gt;    IT_BANK-KOINH = IT_DUMMY-DUMMY+25(30).&lt;/P&gt;&lt;P&gt;    IT_BANK-LIFNR = IT_DUMMY-DUMMY+55(10).&lt;/P&gt;&lt;P&gt;    APPEND IT_BANK.&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;LOOP AT IT_XK01.&lt;/P&gt;&lt;P&gt;REFRESH IT_BDCDATA.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02K' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RF02K-REF_LIFNR'.&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 'RF02K-LIFNR'&lt;/P&gt;&lt;P&gt;                              IT_XK01-LIFNR.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF02K-BUKRS'&lt;/P&gt;&lt;P&gt;                              IT_XK01-BUKRS.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF02K-EKORG'&lt;/P&gt;&lt;P&gt;                              IT_XK01-EKORG.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF02K-KTOKK'&lt;/P&gt;&lt;P&gt;                              IT_XK01-KTOKK.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02K' '0110'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFA1-TELX1'.&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 'LFA1-NAME1'&lt;/P&gt;&lt;P&gt;                              IT_XK01-NAME1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LFA1-SORTL'&lt;/P&gt;&lt;P&gt;                              IT_XK01-SORTL.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LFA1-LAND1'&lt;/P&gt;&lt;P&gt;                              IT_XK01-LAND1.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LFA1-SPRAS'&lt;/P&gt;&lt;P&gt;                              IT_XK01-SPRAS.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02K' '0120'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFA1-KUNNR'.&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_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFBK-KOINH(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ENTR'.&lt;/P&gt;&lt;P&gt;DATA : FNAM(20) TYPE C,&lt;/P&gt;&lt;P&gt;       IDX      TYPE C.&lt;/P&gt;&lt;P&gt;  MOVE 1 TO IDX.&lt;/P&gt;&lt;P&gt;LOOP AT IT_BANK WHERE LIFNR = IT_XK01-LIFNR.&lt;/P&gt;&lt;P&gt;  CONCATENATE 'LFBK-BANKS(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                IT_BANK-BANKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE 'LFBK-BANKL(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                IT_BANK-BANKL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE 'LFBK-BANKN(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                IT_BANK-BANKN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CONCATENATE 'LFBK-KOINH(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                IT_BANK-KOINH.&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;perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFBK-BANKS(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ENTR'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02K' '0210'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFB1-FDGRV'.&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 'LFB1-AKONT'&lt;/P&gt;&lt;P&gt;                              IT_XK01-AKONT.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'LFB1-FDGRV'&lt;/P&gt;&lt;P&gt;                              IT_XK01-FDGRV.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02K' '0215'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFB1-ZTERM'.&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_dynpro      using 'SAPMF02K' '0220'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFB5-MAHNA'.&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_dynpro      using 'SAPMF02K' '0310'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'LFM1-WAERS'.&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 'LFM1-WAERS'&lt;/P&gt;&lt;P&gt;                              IT_XK01-WAERS.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02K' '0320'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'WYT3-PARVW(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=ENTR'.&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;P&gt;CALL TRANSACTION 'XK01' USING IT_BDCDATA&lt;/P&gt;&lt;P&gt;                        MODE  'A'&lt;/P&gt;&lt;P&gt;                       UPDATE 'S'&lt;/P&gt;&lt;P&gt;                     MESSAGES INTO IT_BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_DYNPRO USING PROG SCR.&lt;/P&gt;&lt;P&gt;  CLEAR IT_BDCDATA.&lt;/P&gt;&lt;P&gt;  IT_BDCDATA-PROGRAM = PROG.&lt;/P&gt;&lt;P&gt;  IT_BDCDATA-DYNPRO  = SCR.&lt;/P&gt;&lt;P&gt;  IT_BDCDATA-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND IT_BDCDATA.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_FIELD USING FNAM FVAL.&lt;/P&gt;&lt;P&gt;  CLEAR IT_BDCDATA.&lt;/P&gt;&lt;P&gt;  IT_BDCDATA-FNAM = FNAM.&lt;/P&gt;&lt;P&gt;  IT_BDCDATA-FVAL  = FVAL.&lt;/P&gt;&lt;P&gt;  APPEND IT_BDCDATA.&lt;/P&gt;&lt;P&gt;ENDFORM.&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;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 08:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715757#M629816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T08:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715758#M629817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes gokhul, i was asking wat u mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 08:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715758#M629817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T08:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715759#M629818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC table control means here we can populate the data into the table control.&lt;/P&gt;&lt;P&gt;i.e.if you take VA01 for sales order creation in the belwo of VA01 screen there is table control for the filling of material details so here we will write the code to populate the data into the table control screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZBDC_TableControl&lt;/P&gt;&lt;P&gt;no standard page heading line-size 255.&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 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=CHANGE_RADIO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=ADD'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-TBMA_VAL'&lt;/P&gt;&lt;P&gt;'EKPO'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSRD1-DDTYPE_VAL'&lt;/P&gt;&lt;P&gt;'ztest_Str'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSED1' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'D_100-STRU'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=GOON'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-DTEL'&lt;/P&gt;&lt;P&gt;''.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'D_100-STRU'&lt;/P&gt;&lt;P&gt;'X'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'bukrs'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'kostl'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_LINE_INSERT'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-FIELDNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&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 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-FIELDNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD03P_D-ROLLNAME(01)'&lt;/P&gt;&lt;P&gt;'wrbtr'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=WB_SAVE'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'DD02D-DDTEXT'&lt;/P&gt;&lt;P&gt;'test'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'DD03P_D-ROLLNAME(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSTRD' '0100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'KO007-L_DEVCLASS'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=TEMP'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'KO007-L_AUTHOR'&lt;/P&gt;&lt;P&gt;'VARUN'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPLSD41' '2100'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EWB_CANCEL'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro using 'SAPMSRD0' '0102'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'/EABR'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'RSRD1-DDTYPE_VAL'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'SE11'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/tablecontrol_sap.html" target="test_blank"&gt;http://www.sapmaterial.com/tablecontrol_sap.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points if Useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please Close the Thread if you have the answer&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 08:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2715759#M629818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T08:55:40Z</dc:date>
    </item>
  </channel>
</rss>

