<?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 Handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849413#M667658</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;I have a couple of manuals but they are in spanish if you don't mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 14:43:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T14:43:06Z</dc:date>
    <item>
      <title>Table control Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849412#M667657</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;&lt;/P&gt;&lt;P&gt;Can any one send material related to table control...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhagya&lt;/P&gt;&lt;P&gt;bhagesh_007@yahoo.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849412#M667657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849413#M667658</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;I have a couple of manuals but they are in spanish if you don't mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849413#M667658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849414#M667659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you start with:&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;and follow the links from there.  There are also plenty of demos in your SAP system - try looking through the various code that accesses the SFLIGHT suite of tables, plus the BIBS transaction of same dynpros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 21:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849414#M667659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849415#M667660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bhagya, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    There are many documents available for Table controls in SDN , please do a good  search and you will get it . Else see the simple code provided below for assistance .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of table controls in mpools&lt;/P&gt;&lt;P&gt;Here you go with the  complete steps  for creating module pool programs  using table control:&lt;/P&gt;&lt;P&gt;open se51, choose the icon like a table for table control . drag it and then place it in your screen . click on F6 and you will get a screen where youi need to provide the table name / field name that ( fields ) you are going to use in the screen and table control. after giving the ztable name click on get it from dictionary . you will get the list of available fields in a table. next choose the fields you wish to place in the table control , and if you want to place all fields in your table control then select every fields . after this you will get a structure which you should drag place inside the table control area .&lt;/P&gt;&lt;P&gt;double click on the table control , set the proper attributes, tickmark the horizontal and vertical scroll bars to appear in your TC in the screen . save , check and activate ..&lt;/P&gt;&lt;P&gt;following are the sample code you should follow to display datas in your table control ..&lt;/P&gt;&lt;P&gt;write the following code in the flow logic of the screen ............&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;module tc_01_init.&lt;/P&gt;&lt;P&gt;loop at g_tc_01_itab&lt;/P&gt;&lt;P&gt; into g_tc_01_wa&lt;/P&gt;&lt;P&gt;with control tc_01&lt;/P&gt;&lt;P&gt;cursor tc_01-current_line.&lt;/P&gt;&lt;P&gt;module tc_01_move.&lt;/P&gt;&lt;P&gt;module tc_01_get_lines.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;module status_0001.&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;loop at g_tc_01_itab.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;field sflight-carrid.&lt;/P&gt;&lt;P&gt;field sflight-connid.&lt;/P&gt;&lt;P&gt;field sflight-fldate.&lt;/P&gt;&lt;P&gt;module tc_01_modify on chain-request.&lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;module tc_01_user_command.&lt;/P&gt;&lt;P&gt;Write the following code in your Zmodulepool program !!&lt;/P&gt;&lt;P&gt;program z_tst_mpool_tc_01.&lt;/P&gt;&lt;P&gt;data: begin of l_tab_sflight occurs 10,&lt;/P&gt;&lt;P&gt;carrid like sflight-carrid,&lt;/P&gt;&lt;P&gt;connid like sflight-connid,&lt;/P&gt;&lt;P&gt;fldate like sflight-fldate,&lt;/P&gt;&lt;P&gt;end of l_tab_sflight.&lt;/P&gt;&lt;P&gt;tables: sflight.&lt;/P&gt;&lt;P&gt;types: begin of t_tc_01,&lt;/P&gt;&lt;P&gt;carrid like sflight-carrid,&lt;/P&gt;&lt;P&gt;connid like sflight-connid,&lt;/P&gt;&lt;P&gt;fldate like sflight-fldate,&lt;/P&gt;&lt;P&gt;end of t_tc_01.&lt;/P&gt;&lt;P&gt;data: g_tc_01_itab type t_tc_01 occurs 0,&lt;/P&gt;&lt;P&gt;g_tc_01_wa type t_tc_01. "work area&lt;/P&gt;&lt;P&gt;data: g_tc_01_copied. "copy flag&lt;/P&gt;&lt;P&gt;controls: tc_01 type tableview using screen 0001.&lt;/P&gt;&lt;P&gt;data: g_tc_01_lines like sy-loopc.&lt;/P&gt;&lt;P&gt;data: ok_code like sy-ucomm.&lt;/P&gt;&lt;P&gt;include z_tst_mpool_tc_01_pbo .&lt;/P&gt;&lt;P&gt;include z_tst_mpool_tc_01_pai .&lt;/P&gt;&lt;P&gt;include z_tst_mpool_tc_01_incl01 .&lt;/P&gt;&lt;P&gt;include z_tst_mpool_tc_01_status_0001.&lt;/P&gt;&lt;P&gt;include Z_TST_MPOOL_TC_01_PBO .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;inside include &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;module tc_01_init output.&lt;/P&gt;&lt;P&gt;if g_tc_01_copied is initial.&lt;/P&gt;&lt;P&gt;select * from sflight&lt;/P&gt;&lt;P&gt;into corresponding fields&lt;/P&gt;&lt;P&gt;of table g_tc_01_itab.&lt;/P&gt;&lt;P&gt;g_tc_01_copied = 'X'.&lt;/P&gt;&lt;P&gt;refresh control 'TC_01' from screen '0001'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;module tc_01_move output.&lt;/P&gt;&lt;P&gt;move-corresponding g_tc_01_wa to sflight.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;module tc_01_get_lines output.&lt;/P&gt;&lt;P&gt;g_tc_01_lines = sy-loopc.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else check for the sample programs in Txn ABAPDOCU &lt;/P&gt;&lt;P&gt;or search for prgrams in SE38 , you will get many more . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Anytime you need a document do not post it as a thread until you dont get it in the SDN forum .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 04:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-handling/m-p/2849415#M667660</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-09-21T04:00:02Z</dc:date>
    </item>
  </channel>
</rss>

