<?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: Passing structure data to screen at module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725374#M1456189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 17:39:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-18T17:39:53Z</dc:date>
    <item>
      <title>Passing structure data to screen at module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725371#M1456186</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 created one screen (100) with some output fields and I created the structure for these fields and filled the data into structure. I am getting the data into the structure and not able to display in the screen output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 15:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725371#M1456186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Passing structure data to screen at module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725372#M1456187</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;Whether your screen fields and structure fields are having same name. Just check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 16:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725372#M1456187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Passing structure data to screen at module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725373#M1456188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, on Screen 100 you have 2 Field I/O with name TAB_1-TRY1 and TAB_1-TRY2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In global data of your program/include, you should declare this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TAB_1 OCCURS 0,&lt;/P&gt;&lt;P&gt;      TRY1 TYPE STRING,&lt;/P&gt;&lt;P&gt;      TRY2 TYPE STRING,&lt;/P&gt;&lt;P&gt;END OF TAB_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of screen 100 you should create a module ex.: MODULE FILL_FIELDS with the code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE 'THIS IS A TRY' TO TAB_1-TRY1.&lt;/P&gt;&lt;P&gt;MOVE 'THIS IS A TRY2' TO TAB_1-TRY2.&lt;/P&gt;&lt;P&gt;APPEND TAB_1.&lt;/P&gt;&lt;P&gt;READ TABLE TAB_1 INDEX 1. &amp;lt;- The Header line shoul be filled, or you can declare TAB_1 "like line of"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 16:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725373#M1456188</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2010-03-18T16:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Passing structure data to screen at module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725374#M1456189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 17:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-structure-data-to-screen-at-module-pool/m-p/6725374#M1456189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T17:39:53Z</dc:date>
    </item>
  </channel>
</rss>

