<?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/4484514#M1061653</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;Use the Function Module to show the output in Table Control Format : REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back need any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2008 13:35:32 GMT</pubDate>
    <dc:creator>saranwin</dc:creator>
    <dc:date>2008-09-15T13:35:32Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484513#M1061652</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 selection screen having 3 fields:-&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF SCREEN 300.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS  : S_VBELN FOR VBAK-VBELN,&lt;/P&gt;&lt;P&gt;                  S_FKDAT FOR VBRK-FKDAT,&lt;/P&gt;&lt;P&gt;                  S_KUNNR FOR KNA1-KUNNR.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF SCREEN 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user enters data in this feilds and press F8 the output should be displayed in a table control picking data from table zmail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to code this..and bring the result to table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 13:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484513#M1061652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T13:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484514#M1061653</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;Use the Function Module to show the output in Table Control Format : REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back need any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 13:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484514#M1061653</guid>
      <dc:creator>saranwin</dc:creator>
      <dc:date>2008-09-15T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484515#M1061654</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 think you need some more functions after displaying the data.&lt;/P&gt;&lt;P&gt;Otherwise ALV could be enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the data through table control,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create an internal table containing the fields you need and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a screen, assume numbered as 0100 and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on this screen, go to layout of this screen and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Table Control With Wizard(third button from buttom)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at later steps  select Internal Program Table instead of Dictionary table and provide your internal table that you have created at source code side.&lt;/P&gt;&lt;P&gt;Go on  the way please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 13:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484515#M1061654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484516#M1061655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra Narayan Sahoo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the logic of dialog programming and the logic of using table control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to select your data 'process before output' of the screen and you can process data after process after input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since your internal table is the table used at table control,&lt;/P&gt;&lt;P&gt;it will display all data selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 14:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484516#M1061655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484517#M1061656</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;&lt;/P&gt;&lt;P&gt;1. create a program in se38 as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zgtest100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES :zmail.&lt;/P&gt;&lt;P&gt;CONTROLS tcn TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt;DATA : itab LIKE STANDARD TABLE OF zmail.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF SCREEN 300.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_VBELN FOR VBAK-VBELN,&lt;/P&gt;&lt;P&gt;S_FKDAT FOR VBRK-FKDAT,&lt;/P&gt;&lt;P&gt;S_KUNNR FOR KNA1-KUNNR.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF SCREEN 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if S_VBELN is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 100.&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;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  fill_itab  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE fill_itab OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ZMAIL into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;                         where vbeln in S_VBELN  and&lt;/P&gt;&lt;P&gt;                                  fkdat in S_FKDAT and&lt;/P&gt;&lt;P&gt;                                  kunnr in S_KUNNR  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " fill_itab  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a screen in SE51 with the same program name as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      -place a table control.&lt;/P&gt;&lt;P&gt;      -import the structure by clicking F6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   in flow logic write the code as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt; module fill_itab.                                             " module written above&lt;/P&gt;&lt;P&gt; loop at itab into zmail with control tcn.&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;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at itab.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 14:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4484517#M1061656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T14:44:23Z</dc:date>
    </item>
  </channel>
</rss>

