‎2007 May 12 9:25 PM
Hi
How (if it's possible) to remove or to deactivate menu
preparing transaction to table maintenance (tcode se51 or other) ?
Thanks
PWnuk
‎2007 May 12 10:05 PM
Well,
in the function group where the table maintenance screens and function modules were created, you can simply add your own GUI status (without any menu). In the flow logic of the maintenance screens, you add another PBO module, which issues
SET PF-STATUS 'NEW_STATE'
If you do not want to create an extra GUI status, you could write
SET PF-STATUS space.
Björn
‎2007 May 12 10:05 PM
Well,
in the function group where the table maintenance screens and function modules were created, you can simply add your own GUI status (without any menu). In the flow logic of the maintenance screens, you add another PBO module, which issues
SET PF-STATUS 'NEW_STATE'
If you do not want to create an extra GUI status, you could write
SET PF-STATUS space.
Björn