cancel
Showing results for 
Search instead for 
Did you mean: 

T_property in SET_ATTRIBUTE_PROPERTY method

vivekananthan_sellavel
Active Participant
0 Kudos

hi Guru's;

Any one can explain me how to use SET_ATTRIBUTE_PROPERTY method

and explain me T_property.

Regard's

Vivekananthan.S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

SET_ATTRIBUTE_PROPERTY is the method to set the attribute property at runtime.

T_property is the structure where u can control visibility, read only,enabled and mandatory property also.

use *ref-variable->e_property-read_only to set the property .

See this link for more details

http://help.sap.com/saphelp_nw70/helpdata/EN/45/d44e0cdff073b1e10000000a11466f/content.htm

Hope its useful for u..

vivekananthan_sellavel
Active Participant
0 Kudos

hi ganga;

i got the answer . and this what the exact solution for that..

Answers (0)