<?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: Internal Table to boxes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589308#M1435599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boxes? What are boxes..... in UI programming that is? Table control, ALV grid? You have provided way too less info for us to answer this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have an internal table which has to be displayed on screen. So far so good. Now where and how exactly do you want this data to be displayed? Is there a UI element you have in mind? Or don't you want to whole table to be displayed, but merely a few of them fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2010 06:26:20 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2010-01-25T06:26:20Z</dc:date>
    <item>
      <title>Internal Table to boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589306#M1435597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am taking some data from my ztable  through select quarry  and i want to show these data in the boxes as i designed in the &lt;/P&gt;&lt;P&gt;screen,but the problem is it is not displaying data in the respective boxes.But in the debugging mod all the data displaying in the&lt;/P&gt;&lt;P&gt;internal table ,can you help how can i solve this problem.&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;bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 05:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589306#M1435597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T05:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589307#M1435598</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;If you want to display the data as soon as the screen is displayed then first loop at the internal table and get the data into the work aarea and in PBo of the screen write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;empno = wa_empno.                       " empno is the name of the field in the screen.
empname = wa_empname.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you want it to display after some button click then write the code under the function code of that button in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 06:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589307#M1435598</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-01-25T06:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589308#M1435599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boxes? What are boxes..... in UI programming that is? Table control, ALV grid? You have provided way too less info for us to answer this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have an internal table which has to be displayed on screen. So far so good. Now where and how exactly do you want this data to be displayed? Is there a UI element you have in mind? Or don't you want to whole table to be displayed, but merely a few of them fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 06:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589308#M1435599</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2010-01-25T06:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table to boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589309#M1435600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP    Dynpro   , you have two kinds of screen elements which might meet your requirements based on your final selection. As you mentioned an Internal Table, you can use a Table Control which will be populated by data from the internal table. You can also populate the data in the Input output box but you need a lot of them which will make the screen very clumsy. So, you can best decide on the approach which will suit you the best. My recommendation is to use a Table Control as it will provide you will a wide array of other capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the following demo code for Table Control:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_TABCONT_LOOP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_TABCONT_LOOP_AT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the following demo code for Input Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_INPUT_OUTPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 15:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-to-boxes/m-p/6589309#M1435600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T15:35:06Z</dc:date>
    </item>
  </channel>
</rss>

