ABAP Workbench: How To Bookmark The T-Codes in SAP Easy Access?
ABAP Workbench: How To Bookmark The T-Codes in SAP Easy Access?
ABAP Workbench: How To Bookmark The T-Codes in SAP Easy Access?
How to bookmark the t-codes in SAP Easy Access? We can easily bookmark all the transaction codes that we use frequently in SAP instead of remembering all the t-codes or using the navigation in SAP menu. Use below steps to bookmark all your favorite t-codes. How to debug a popup window in SAP? Have you ever tried to switch on the debugger in a popup window? We cant use /H in the command field in this case. But there is a work around for this problem. How to Display Tcodes in SAP Menu? Check whether the t-codes are displayed in the SAP menu. How to Maintain Documentation in ABAP Report? To maintain the documentation in a report, go to SE38. How to Enable Keys in SAP Listbox? By default no keys will be displayed in SAP dropdown listbox. How to Switch on ABAP New Editor? To switch on ABAP new editor go to Menu Utilities > Settings in t-code SE38.
We can directly add the t-code under favorite node. But here we first create a folder and then add a tcode under the folder. This will help us to segregate the t-codes based on applications, which in turn help us to search a t-code easily when this list grows bigger. Select Inset folder option in the context menu.
Right click on the newly created a folder under favorite node and select Insert transaction option.
In the popup screen enter the title for the shortcut, Type as System Command, Command as /H and location to store the shortcut and press Finish.
This will create the shortcut on the specified location i.e Desktop in this case.
Find the shortcut on the desktop, drag and drop this shortcut on the popup to start the debugger.
T-codes are not displayed in this case. So how to display the t-codes along with description in SAP menu?
Check the Display technical names checkbox and press continue. Now check the SAP menu.
Enter the name of the program for which you want to maintain documentation, select the Documentation radio button and press change.
This is the documentation maintain screen. Enter the documentation under relevant sections.
I have maintained the documentation only under PURPOSE section. Now save and activate. Then go back to SE38 initial screen and execute the program.
If the program has documentation maintained, then a blue icon appears next to execute button on the application toolbar. Just press the blue icon to see the documentation of the program.
To enable the keys in listbox click on Customize Local Layout (Alt+F12) on the standard toolbar.
Click on options.
Check the Show keys within dropdown lists checkbox and press Apply and OK. Now check the listbox in SAP.