2012 May 21 7:27 AM
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
2012 May 21 8:51 AM
Hi Adrian,
Check below links
http://scn.sap.com/thread/957287
http://www.qnasap.com/custom-pf-status-for-table-maintenance-for-additional-button/
2012 May 21 8:58 AM
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.
2012 May 21 11:05 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |