<?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: Static attribute properties in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294243#M1917235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ulli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you interested in knowing which are the properties which apply to an instance or in knowing which properties are static properties?&lt;/P&gt;&lt;P&gt;Using /bobf/if_frw_configuration, you can obtain the information about the designtime configuration of the business object. This includes the static properties among others.&lt;/P&gt;&lt;P&gt;If you are interested in knowing which attributes of a BO &lt;SPAN style="text-decoration: underline;"&gt;instance&lt;/SPAN&gt; (precidesly of a node instance) are enabled, you have to use the method retrieve_properties of the service manager (/bobf/if_tra_service_manager). This will not tell you which of those properties have been defined statically, but for the actual consumer this doesn't matter anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as static properties apply to all instances, you can combine those two methods if you really need to know which properties are static and which ones have been determined using a property determination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did that answer your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 09:56:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-10-22T09:56:54Z</dc:date>
    <item>
      <title>Static attribute properties</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294240#M1917232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the config object /BOBF/IF_FRW_CONFIGURATION I'd like to access the static attribute properties defined for a particular node, i.e. whether an attribute is enabled, mandatory etc. However, I can't find a suitable method providing the data. Method GET_NODE only returns a list of the attributes ( /BOBF/S_CONFRO_NODE-FIELD_NAMES) but not their properties. Do I miss something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for any advice,&lt;/P&gt;&lt;P&gt;Ulli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294240#M1917232</guid>
      <dc:creator>Ulli_Hoffmann</dc:creator>
      <dc:date>2015-10-20T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Static attribute properties</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294241#M1917233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ulli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In &lt;EM&gt;&lt;STRONG&gt;/BOBF/IF_FRW_CONFIGURATION &lt;/STRONG&gt;&lt;/EM&gt;has method called &lt;EM&gt;&lt;STRONG&gt;GET_PROPERTY &lt;/STRONG&gt;&lt;/EM&gt;which will return static property details. Exporting parameter of this method holds property name and its value for each attribute whereas '&lt;EM&gt;&lt;STRONG&gt;PROPERTY_NAME'&lt;/STRONG&gt;&lt;/EM&gt; denotes the Mandatory(M), Enabled(E), Read Only(R) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; And also, &lt;STRONG&gt;&lt;EM&gt;/BOBF/IF_FRW_PROPERTY&lt;/EM&gt;&lt;/STRONG&gt; is the interface which deals with the property object of each Business object. In that interface, &lt;EM&gt;&lt;STRONG&gt;GET_PROPERTY &lt;/STRONG&gt;&lt;/EM&gt;is the method which will return all the property details. Exporting parameter of the method holds the information about the property name and its value for each attribute in the business object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhivya. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 19:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294241#M1917233</guid>
      <dc:creator>Dhivya</dc:creator>
      <dc:date>2015-10-20T19:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Static attribute properties</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294242#M1917234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dhivya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. When I looked for a solution before, I came across method GET_PROPERTY as well. However, the method seems to return only the defined node action, an association and the node key for the particular node category (see screenshot). All the defined attributes and their properties are missing. Not sure whether this is a bug in BOPF or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ulli&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/814734" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 08:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294242#M1917234</guid>
      <dc:creator>Ulli_Hoffmann</dc:creator>
      <dc:date>2015-10-21T08:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Static attribute properties</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294243#M1917235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ulli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you interested in knowing which are the properties which apply to an instance or in knowing which properties are static properties?&lt;/P&gt;&lt;P&gt;Using /bobf/if_frw_configuration, you can obtain the information about the designtime configuration of the business object. This includes the static properties among others.&lt;/P&gt;&lt;P&gt;If you are interested in knowing which attributes of a BO &lt;SPAN style="text-decoration: underline;"&gt;instance&lt;/SPAN&gt; (precidesly of a node instance) are enabled, you have to use the method retrieve_properties of the service manager (/bobf/if_tra_service_manager). This will not tell you which of those properties have been defined statically, but for the actual consumer this doesn't matter anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as static properties apply to all instances, you can combine those two methods if you really need to know which properties are static and which ones have been determined using a property determination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did that answer your question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 09:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294243#M1917235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-22T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Static attribute properties</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294244#M1917236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;thx, that solved it.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ulli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 09:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/static-attribute-properties/m-p/11294244#M1917236</guid>
      <dc:creator>Ulli_Hoffmann</dc:creator>
      <dc:date>2015-10-26T09:27:10Z</dc:date>
    </item>
  </channel>
</rss>

