cancel
Showing results for 
Search instead for 
Did you mean: 

how to assign a perticular application in display mode?

Former Member
0 Kudos

hi all,

My application is working properly but now have to change it in display mode.

for that what changrs needs to be done?

Regarding the input field and rpdown by key field those should also be set as read only.

and i have three views.shall i need to change in each and every view?

Regards,

Tannu,

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

It is possible to use the enabled property at the group or tray level and then all UI elements within that higher level element will inherit the setting. This is from the online help:

In Web Dynpro ABAP u201Cenabledu201D is always passed down from parent to child. If a UI element lies nested in another UI element that has enabled=FALSE, then this UI element has also enabled=false.

Former Member
0 Kudos

Hi Tania,

I think it better to attached the display property all the element and view with an a context attributes. Now changing of value of the attributes your view will be either display mode or edit mode.

Rgards

Satrajit.

Former Member
0 Kudos

Hi,

Yes you have to change it for every view and every single UI Element. I do not know if there is an other better option.

Regards,

$=====$

Are you newbie? Check this out: [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]