<?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 To retrieve values from the variable declared as structure without workarea in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428650#M205174</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;I working on forms, i have declared a structure globally in se11, in the print program for the form i have taken the values and populated it into the structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i using this structure in the form, &lt;/P&gt;&lt;P&gt;in the form interface i have defined as&lt;/P&gt;&lt;P&gt; i_header like zstructureheader (userdifined structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cannot straight away populate the using the i_header, i am able to do only after assigning it to a work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i do in such a case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 13:52:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-06T13:52:03Z</dc:date>
    <item>
      <title>To retrieve values from the variable declared as structure without workarea</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428650#M205174</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;I working on forms, i have declared a structure globally in se11, in the print program for the form i have taken the values and populated it into the structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i using this structure in the form, &lt;/P&gt;&lt;P&gt;in the form interface i have defined as&lt;/P&gt;&lt;P&gt; i_header like zstructureheader (userdifined structure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cannot straight away populate the using the i_header, i am able to do only after assigning it to a work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i do in such a case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428650#M205174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: To retrieve values from the variable declared as structure without workarea</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428651#M205175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since u have declared it as global variable there is no need to declare inside the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful award the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428651#M205175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: To retrieve values from the variable declared as structure without workarea</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428652#M205176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;In forms you can do it only using a work area and loop control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428652#M205176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: To retrieve values from the variable declared as structure without workarea</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428653#M205177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For internal tables without header lines, there is no other way but to assign the header into a work area.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 13:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-retrieve-values-from-the-variable-declared-as-structure-without-workarea/m-p/1428653#M205177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T13:57:31Z</dc:date>
    </item>
  </channel>
</rss>

