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 screen - deactivate PREV & NEXT?

Former Member
0 Likes
663

Hi

When capturing data into a DB table via SM30 in second screen of 2-step maintenance, SAP automatically gives a PREV and NEXT button to capture a next entry or to go back to a previous entry.Where/how can these buttons be deactivated/hidden as the GUI status is not available as part of the function group of the table change? Please assist.

Thanks,

Adrian

Hi

When capturing data into a DB table via SM30 in second screen of 2-step maintenance, SAP automatically gives a PREV and NEXT button to capture a next entry or to go back to a previous entry.Where/how can these buttons be deactivated/hidden as the GUI status is not available as part of the function group of the table change? Please assist.

Thanks,

Adrian

3 REPLIES 3
Read only

jitendra_it
Active Contributor
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
605

I am not sure if this is possible directly through SM30 without modifying the generated source code . You can try creating your own program by calling function VIEW_MAINTENANCE_CALL and passing the relevant function codes to parameter EXCL_CUA_FUNCT and disabling it.

Read only

0 Likes
605

Agree with Keshav,  Using Function module VIEW_MAINTENANCE_CALL will be the right approach. Add rows in internal table parameter EXCL_CUA_FUNCT for Fcodes "NEXT" & "PREV".

Regards, Vinod