Hello Chirag,
This is done through the PBO module of the Screen-exit you are using. You need to put a code (sample syntax below) to hide a custom screen area (or custom screen-fields).
IF table-profilefield = 'abcd'.
LOOP AT SCREEN.
SCREEN-INVISIBLE = '1'.
MODIFY SCREEN.
ENDLOOP.
ENDIF.
Good luck
KJogeswaraRao
PS: You look like Ranbir Kapoor ![]()