<?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: Populating Value In Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361281#M179364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the pbo module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declaration&lt;/P&gt;&lt;P&gt;data : zintab type standard table of ztable,&lt;/P&gt;&lt;P&gt;       wa_intab type ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;MODULE fetch_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above module get the data from the ztable and fill the values into an internal table say zintab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;LOOP AT zintab&lt;/P&gt;&lt;P&gt;        INTO wa_zintab&lt;/P&gt;&lt;P&gt;        WITH CONTROL table control name&lt;/P&gt;&lt;P&gt;        CURSOR table control name-current_line.&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;Hoping this gives some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 11:28:56 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2006-06-12T11:28:56Z</dc:date>
    <item>
      <title>Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361276#M179359</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;I have designed a table control on a z-screen. I have a z-table which is corresponding to the table control . I need to populate the values from the z-table to the table control . Plz give me the sequence of logic or steps of how to do it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361276#M179359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T10:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361277#M179360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the step by step guide as required to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sappoint.com/abap/dptc1.pdf"&amp;gt;http://www.sappoint.com/abap/dptc1.pdf&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361277#M179360</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-12T10:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361278#M179361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;complete  refrence  step by step  just  go through it...&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-samples/table" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/abap-code-samples/table&lt;/A&gt; control in abap.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and  also...&lt;/P&gt;&lt;P&gt;This is quite simple.&lt;/P&gt;&lt;P&gt;Go thru the transaction ABAPDOCU.&lt;/P&gt;&lt;P&gt;There are lots of examples available for almost all the topics.&lt;/P&gt;&lt;P&gt;The demo transaction BIBS contains examples for all module pool programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After entering transaction BIBS, go to menu path and you choose diffrent types of table control examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu need to write code in the PBO, if you want to display the details when screen is displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361278#M179361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361279#M179362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare one internal table with the fields that u want them to be displayed in table table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the same names in table control , eg itab-fld1 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u can write ur select statement in PBO of that screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select fld1 fld2 ..  from ztable into itab where ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will populate ur table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361279#M179362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361280#M179363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check these Demo programs.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DEMO_DYNPRO_TABLE_CONTROL_1  
DEMO_DYNPRO_TABLE_CONTROL_2  
DEMO_DYNPRO_TABCONT_LOOP     
DEMO_DYNPRO_TABCONT_LOOP_AT  
RSDEMO_TABLE_CONTROL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 11:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361280#M179363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T11:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361281#M179364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the pbo module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declaration&lt;/P&gt;&lt;P&gt;data : zintab type standard table of ztable,&lt;/P&gt;&lt;P&gt;       wa_intab type ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;MODULE fetch_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above module get the data from the ztable and fill the values into an internal table say zintab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;LOOP AT zintab&lt;/P&gt;&lt;P&gt;        INTO wa_zintab&lt;/P&gt;&lt;P&gt;        WITH CONTROL table control name&lt;/P&gt;&lt;P&gt;        CURSOR table control name-current_line.&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;Hoping this gives some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 11:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361281#M179364</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-06-12T11:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Value In Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361282#M179365</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;Check the foll links.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/controls/toolbar.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/controls/toolbar.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dialog/tabcontrol/tchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dialog/tabcontrol/tchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 04:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-value-in-table-control/m-p/1361282#M179365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T04:21:04Z</dc:date>
    </item>
  </channel>
</rss>

