<?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 How to Display fields on screen based on selected parameter? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-fields-on-screen-based-on-selected-parameter/m-p/8116249#M1618006</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 have a requirement of displaying those field values that is being given in import parameter in the API.&lt;/P&gt;&lt;P&gt;I have an import parameter that can hold the parameter name and based on some criteria I have an internal table with few records.&lt;/P&gt;&lt;P&gt;Now I want to display only that value from record that is entered in import parameter.&lt;/P&gt;&lt;P&gt;Field symbols can be used for dynamic tables but for dynamic fields ,what is to be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2011 08:53:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-13T08:53:13Z</dc:date>
    <item>
      <title>How to Display fields on screen based on selected parameter?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-fields-on-screen-based-on-selected-parameter/m-p/8116249#M1618006</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 have a requirement of displaying those field values that is being given in import parameter in the API.&lt;/P&gt;&lt;P&gt;I have an import parameter that can hold the parameter name and based on some criteria I have an internal table with few records.&lt;/P&gt;&lt;P&gt;Now I want to display only that value from record that is entered in import parameter.&lt;/P&gt;&lt;P&gt;Field symbols can be used for dynamic tables but for dynamic fields ,what is to be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 08:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-fields-on-screen-based-on-selected-parameter/m-p/8116249#M1618006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display fields on screen based on selected parameter?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-fields-on-screen-based-on-selected-parameter/m-p/8116250#M1618007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;easy one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS: &amp;lt;struc&amp;gt; TYPE ANY, &amp;lt;field&amp;gt; TYPE ANY.

LOOP AT in_table ASSIGNING &amp;lt;struc&amp;gt;.
  ASSIGN COMPONENT fieldname OF STRUCTURE &amp;lt;struc&amp;gt; TO &amp;lt;field&amp;gt;.
  WRITE: / &amp;lt;field&amp;gt;.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 14:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-fields-on-screen-based-on-selected-parameter/m-p/8116250#M1618007</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2011-09-21T14:52:26Z</dc:date>
    </item>
  </channel>
</rss>

