<?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 Get field structure dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702825#M308008</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 want in ABAP to loop for all fields of a structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2006 09:48:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-24T09:48:10Z</dc:date>
    <item>
      <title>Get field structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702825#M308008</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 want in ABAP to loop for all fields of a structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702825#M308008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get field structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702826#M308009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please field symbol and more details ,  have a look at &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702826#M308009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get field structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702827#M308010</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;Create an internal table of the required stucture and loop through it. &lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data: itl_demo type zstructure occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itl_demo.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls mark helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702827#M308010</guid>
      <dc:creator>former_member758419</dc:creator>
      <dc:date>2006-11-24T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get field structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702828#M308011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FIELD SYMBOL&lt;/P&gt;&lt;P&gt;More details are at &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 09:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702828#M308011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T09:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get field structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702829#M308012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tafkap ,&lt;/P&gt;&lt;P&gt;the code would be like this...here intab and itab are internal table.&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;fs&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;loop at intab.&lt;/P&gt;&lt;P&gt;do.&lt;/P&gt;&lt;P&gt;assign component sy-index of structure intab to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;here &amp;lt;fs&amp;gt; will hold the value of column &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;itab-field = &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this answers your question.&lt;/P&gt;&lt;P&gt;Reward useful answers.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shrita Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 10:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-field-structure-dynamically/m-p/1702829#M308012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-24T10:09:20Z</dc:date>
    </item>
  </channel>
</rss>

