<?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 Attribute appearance in UI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/attribute-appearance-in-ui/m-p/8443758#M1648856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a quety regarding UI attribute appreance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field in UI and it gets visible in the screen all the time I run the application, instead I want to make that field attribute customizing dependent, ie. if product customizing status is green then only it should be visible in the screen otherwise it should not get displayed in the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide me valuable input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Viral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2011 10:53:47 GMT</pubDate>
    <dc:creator>viralkumar_patel</dc:creator>
    <dc:date>2011-12-13T10:53:47Z</dc:date>
    <item>
      <title>Attribute appearance in UI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attribute-appearance-in-ui/m-p/8443758#M1648856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a quety regarding UI attribute appreance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field in UI and it gets visible in the screen all the time I run the application, instead I want to make that field attribute customizing dependent, ie. if product customizing status is green then only it should be visible in the screen otherwise it should not get displayed in the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide me valuable input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Viral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 10:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attribute-appearance-in-ui/m-p/8443758#M1648856</guid>
      <dc:creator>viralkumar_patel</dc:creator>
      <dc:date>2011-12-13T10:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute appearance in UI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attribute-appearance-in-ui/m-p/8443759#M1648857</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;     Goto layout and double click onthe field and set the group to the field.I take group as GP&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   //  write this code in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if product_cuct status = green     // write your code ie your field&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    loop at screen.&lt;/P&gt;&lt;P&gt;       if screen-group1 = 'GP'&lt;/P&gt;&lt;P&gt;          screen-active = 1.&lt;/P&gt;&lt;P&gt;        else.&lt;/P&gt;&lt;P&gt;          screen-active = 0.&lt;/P&gt;&lt;P&gt;       endif.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 11:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attribute-appearance-in-ui/m-p/8443759#M1648857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-13T11:05:03Z</dc:date>
    </item>
  </channel>
</rss>

