Do a search & research about authorization object S_ALV_LAYO. You will get it.
Hi
In the Program LKKBLF90 ( main prog SAPLKKBL ) there is a form
form status_set_new using rs_stack type stack.
Just before the endform impliment an implicit enhancement and write this code
lt_extab-fcode = '&OLX'.
append lt_extab.
set pf-status 'STANDARD' excluding lt_extab.
This code is nothing but over ridding the standard PF status with the ok-codes you do not want to be active.
Hope this solve your problem
Cheers 😊
Bikas
You can handle it through authorization objects.
Add a comment