Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table maintenance

Former Member
0 Likes
316

Hi

How (if it's possible) to remove or to deactivate menu

preparing transaction to table maintenance (tcode se51 or other) ?

Thanks

PWnuk

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
295

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

1 REPLY 1
Read only

Former Member
0 Likes
296

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