<?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 Mapping data from internal table to SAPSCRIPT Box. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-data-from-internal-table-to-sapscript-box/m-p/5783951#M1308780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a sapscript where in I should get data from standard tables and display the data in box (table format) in sapscript. I know how to get a field (perform in zprogram) into sapscript form zprogram. I dont know how I can get data (internal table) from my zprogram into sapscript and display in a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 02:18:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-26T02:18:53Z</dc:date>
    <item>
      <title>Mapping data from internal table to SAPSCRIPT Box.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-data-from-internal-table-to-sapscript-box/m-p/5783951#M1308780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a sapscript where in I should get data from standard tables and display the data in box (table format) in sapscript. I know how to get a field (perform in zprogram) into sapscript form zprogram. I dont know how I can get data (internal table) from my zprogram into sapscript and display in a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 02:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-data-from-internal-table-to-sapscript-box/m-p/5783951#M1308780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T02:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping data from internal table to SAPSCRIPT Box.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-data-from-internal-table-to-sapscript-box/m-p/5783952#M1308781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;    consider the below example say if your zprogram having the internal table table loop and you want to print the contents line by line or in a box,&lt;/P&gt;&lt;P&gt; LOOP AT tj_1irg23d.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;header line&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            element = 'ITEM_HEADER1'&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS  = 1.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in your sap script main window or where ever you want to print just straight away give your internal table fileds as follows(just for example)&lt;/P&gt;&lt;P&gt;I2	 	,,&amp;amp;J_1IRG23D-ZEILE(Z)&amp;amp;,,&amp;amp;J_1IRG23D-MATNR&amp;amp;,,&amp;amp;J_1IRG23D-CHAPID&amp;amp;,,&lt;/P&gt;&lt;P&gt;=	 	&amp;amp;J_1IRG23D-MENGE(Z)&amp;amp;,,&amp;amp;J_1IRG23D-MEINS&amp;amp;,,0.0,,&lt;/P&gt;&lt;P&gt;then it will bring the values of your internal table in the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 03:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mapping-data-from-internal-table-to-sapscript-box/m-p/5783952#M1308781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T03:53:33Z</dc:date>
    </item>
  </channel>
</rss>

