‎2009 Jul 27 7:09 AM
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
‎2009 Jul 28 6:44 AM
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.
‎2009 Jul 28 6:44 AM
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.