Posted: Mon Dec 03, 2007 4:45 pm Post subject: Bypass the access key request dialog
Test home ABAP program
Peng Siong Lim
If you have an SAP system installed at your home and want to test out ABAP programs, this tip will help. It will show you how to modify a program without ABAP access key.
Follow the guide below on how to bypass the access key request dialog, then enjoy the freedom of create, modify any program (including standard program).
Procedure:
1. Setting the breakpoint
SE37 Display Function Module TR_EDIT_CHECK_OBJECTS_KEYS
Search (Ctrl+F) for string "lv_check_license"
Double click on search result of line
"IF lv_check_license = k_x.", set a breakpoint.
2. Create or modify ABAP program
Go to SE38 to create or change any ABAP program or FM,
anyplace the debugger hits the breakpoint set above.
Clear the field content of field lv_check_license. That's it!
Note:
If you want to avoid repeatedly clearing the field content of lv_check_license , insert the line below just before line
"IF lv_check_license = k_x." by modifying FM TR_EDIT_CHECK_OBJECTS_KEYS at point 2.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.