Hi Experts
Recently I am working in a portal application where I need to display the properties of a PCD object selected in a Table.
My Table has 4 columns (isPropertyReadOnly, PropertyName, TechnicalName(Property ID) and Value)
I have to provide the flexibility that if the property of the object is editable(modifiable) then user can check the first column , as soon as he checked the Value in the last column should be editable to enter the value.
Then I have to save the PCD Object.
As of now I have successfully retrived the properties of a PCD object (i got the info of last two columns)
Issues
-----------
How can I find each propery of the PCD Object is editable /not editable at runtime.
How to get the DisplayName/Property Name of each attribure (https://help.sap.com/saphelp_nw04/helpdata/en/13/81a66d100011d7b84b00047582c9f7/content.htm)
For example as you know some property is editable and allows only valid values , in such a case how to get the valid values of each property.
We are in 7.3 version, so the old API like IPropertObject , IPropertyObjectProvider, IValidValueGenerators are not supported in the latest 7.3
Any help in this regards is highly appreciated.
Thanks and Regards
KALYAN