‎2009 Jul 30 9:09 AM
Hi,
I have created table maintenance generator for my cutom table.
I am calling this from my custom transaction using : VIEW_MAINTENANCE_CALL
Initially, I am displaying all the data : in DISPLAY Mode.
But, my requirement is, when the user says "CHANGE' Icon, then based on a condition, only few records should come in change mode. remaining records should be in DISPLAY mode only ( as he doesnt hav change authorization on those records).
Please let me know, how can I do this...
Thanks,
Sandeep
‎2009 Jul 31 11:02 AM
Hi,
I suggest that in your custom program before calling the FM; create a selection screen for the key fields where the user can enter the selection criteria.
Then check the entered values against the authority check object and pass only those to the FM which satisfy the authority check.
Then he can go to the change mode.
REgards,
Ankur PArab
‎2009 Jul 30 12:20 PM
‎2009 Jul 31 10:52 AM
‎2009 Jul 31 11:02 AM
Hi,
I suggest that in your custom program before calling the FM; create a selection screen for the key fields where the user can enter the selection criteria.
Then check the entered values against the authority check object and pass only those to the FM which satisfy the authority check.
Then he can go to the change mode.
REgards,
Ankur PArab