<?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: Display internal table on screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396580#M1995202</link>
    <description>&lt;P&gt;The question has already been asked many times in the forum:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Display internal table on screen site:sap.com
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 31 Aug 2021 14:23:58 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-08-31T14:23:58Z</dc:date>
    <item>
      <title>Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396576#M1995198</link>
      <description>&lt;P&gt;Hi expert,&lt;/P&gt;
  &lt;P&gt;I want to display mara table using internal table .but its not displaying all the records on the output screen and the code is correct can u please help me with it and my version is 7.0 and there are no error in the code using mara table and i want to display all the reocords but staring records are not displaying of person name blank is coming &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;WRITE : /5 'MATERIAL NO',&lt;BR /&gt; 30 'CREATED ON',&lt;BR /&gt; 60 'PERSON NAME',&lt;BR /&gt; 90 'LAST CHANGED ON'.&lt;/P&gt;
  &lt;P&gt;how can i solve this ? &lt;/P&gt;
  &lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396576#M1995198</guid>
      <dc:creator>former_member1326774</dc:creator>
      <dc:date>2021-08-31T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396577#M1995199</link>
      <description>&lt;P&gt;Welcome
to the SAP Community! We
wanted to give you the opportunity to take the tutorial to get started in
SAP Community: &lt;U&gt;&lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;&lt;/U&gt;,
as it provides tips for preparing questions that draw responses from our
members. Additionally, by adding a picture to your profile you
encourage readers to respond to your question. Learn more about your profile
here: &lt;U&gt;&lt;A href="https://developers.sap.com/tutorials/community-profile.html"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396577#M1995199</guid>
      <dc:creator>former_member751964</dc:creator>
      <dc:date>2021-08-31T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396578#M1995200</link>
      <description>&lt;P&gt;use the button [code] to format your code, provide the SELECT statement part&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396578#M1995200</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-08-31T13:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396579#M1995201</link>
      <description>&lt;P&gt;To display data in screen, you should use an ALV or a TREE, if you are within SAPGui.&lt;/P&gt;&lt;P&gt;Check CL_SALV_TABLE sample programs.&lt;/P&gt;&lt;P&gt;About your code, what's the line size defined in your report header?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396579#M1995201</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2021-08-31T13:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396580#M1995202</link>
      <description>&lt;P&gt;The question has already been asked many times in the forum:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Display internal table on screen site:sap.com
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Aug 2021 14:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396580#M1995202</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-31T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396581#M1995203</link>
      <description>&lt;P&gt;no not about alv report i am saying that i am trying to display all the records of the mara table using internal table but its not displaying all the records its display from s.no from 22 and person name is blank till sum point like 588 like that so i am asking weather its version problem bcoz i tried for kna1 table also so can u please help me with u &lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 14:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396581#M1995203</guid>
      <dc:creator>former_member1326774</dc:creator>
      <dc:date>2021-08-31T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396582#M1995204</link>
      <description>&lt;P&gt;if u dont mind can u please send me that forum &lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 14:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396582#M1995204</guid>
      <dc:creator>former_member1326774</dc:creator>
      <dc:date>2021-08-31T14:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396583#M1995205</link>
      <description>&lt;P&gt;punctuation is your friend... or should be&lt;/P&gt;&lt;P&gt;The best way to DISPLAY any table-like information in screen is the ALV one. REUSE_ALV (old), CL_GUI_ALV (not so bad), CL_SALV_TABLE (last one).&lt;/P&gt;&lt;P&gt;If you want to use the WRITE sentence for any obscure reason, then you must be sure your REPORT has the proper line width.&lt;/P&gt;&lt;P&gt;In SE38 put the focus in the REPORT sentence, press F1 and look the help for its clauses. One of them sets the amount of characters the "printed" list will display.&lt;/P&gt;&lt;P&gt;But it's the wrong way to go.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396583#M1995205</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2021-08-31T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396584#M1995206</link>
      <description>&lt;A href="https://lmgtfy.app/?q=Display+internal+table+on+screen+site%3Asap.com"&gt;Try here&lt;/A&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396584#M1995206</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-08-31T16:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396585#M1995207</link>
      <description>&lt;P&gt;here i am unable to display all the fileds as u can see staring fields cant properly been displayed and i have written the code properly can u please help me with this issuse using internal table i am trying to display kna1 means using internal table cant we display standard internal table ?&lt;/P&gt;&lt;P&gt;&amp;lt;Personal information was deleted by moderator.&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 08:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396585#M1995207</guid>
      <dc:creator>former_member1326774</dc:creator>
      <dc:date>2021-09-01T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396586#M1995208</link>
      <description>&lt;P&gt;Check the below code&lt;/P&gt;&lt;P&gt;SELECT * FROM mara INTO TABLE @DATA(lt_mara) UP TO 20 ROWS.&lt;/P&gt;&lt;P&gt;WRITE: 5 'Material Number', 30 'Created On', 60 'Person Name', 90 'Last changed on'.&lt;BR /&gt;&lt;BR /&gt;LOOP AT lt_mara INTO DATA(ls_mara).&lt;BR /&gt; WRITE: /, 5 ls_mara-matnr, 30 ls_mara-ersda, 60 ls_mara-ernam, 90 ls_mara-laeda.&lt;BR /&gt;ENDLOOP.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 09:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396586#M1995208</guid>
      <dc:creator>ashiqali_ratnani</dc:creator>
      <dc:date>2021-09-01T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396587#M1995209</link>
      <description>&lt;P&gt;I wouldn't recommend that solution, but you can give your answer a better design with colors and indentation (CODE button), see:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM mara INTO TABLE @DATA(lt_mara) UP TO 20 ROWS.
WRITE: 5 'Material Number', 30 'Created On', 60 'Person Name', 90 'Last changed on'.

LOOP AT lt_mara INTO DATA(ls_mara).
  WRITE: /, 5 ls_mara-matnr, 30 ls_mara-ersda, 60 ls_mara-ernam, 90 ls_mara-laeda.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Sep 2021 09:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396587#M1995209</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-09-01T09:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396588#M1995210</link>
      <description>&lt;P&gt;You didn't post the code where you have a problem. Based on your latest comment, I guess your question gets changed. Are you talking about MARA or about KNA1, and why is it a different problem? Why don't you want to use ALV?&lt;/P&gt;&lt;P&gt;Now, I don't understand your issue at all.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 09:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396588#M1995210</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-09-01T09:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396589#M1995211</link>
      <description>&lt;P&gt;where we can find code button if u dont mind can u say me nd what does co&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 07:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396589#M1995211</guid>
      <dc:creator>former_member1326774</dc:creator>
      <dc:date>2021-09-02T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display internal table on screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396590#M1995212</link>
      <description>&lt;P&gt;i am talking about both i tried mara it not displayed starting record so i took another table nd tried kna1 same issuse so i am not getting the solution i want to try displaying internal table only later i will go with alv &lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 07:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-internal-table-on-screen/m-p/12396590#M1995212</guid>
      <dc:creator>former_member1326774</dc:creator>
      <dc:date>2021-09-02T07:58:37Z</dc:date>
    </item>
  </channel>
</rss>

