Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read-only View

Sesh_Sreenivas
Product and Topic Expert
Product and Topic Expert
0 Likes
611

Hello Experts,

Based on some checks i want to decide whether a maintenance view should be editable or read-only and i want to do this before displaying the view to the user.

I found that three events - 19 (After initializing global variables, field sysmbols etc), 25 (Individual auth checks), and 10 (After creating header entries) are called before displaying the view.

Can i implement in either of the three events to make the view read-only (may be event 25)? If so, please tell me which parameter holds the key for making a view editable or read-only.

Or, is there any other way to do the same?

Thanks and Regards,

Seshadri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

Seshadri,

You simply call Standard FM - VIEW_MAINTENANCE_CALL

For Display -- pass S to Action Parameter and

Fpr Change ---pass U to action Parameter

I think it will solve ur problem.

1 REPLY 1
Read only

Former Member
0 Likes
497

Seshadri,

You simply call Standard FM - VIEW_MAINTENANCE_CALL

For Display -- pass S to Action Parameter and

Fpr Change ---pass U to action Parameter

I think it will solve ur problem.