Creating Toolbar Button with Icon on Selection Screen.

Expected Result*See source code at Appendix A. First, declare two global table work area, SSCRFIELDS and SMP_DYNTXT; structures from ABAP Dictionary.*See SSCRFIELDS and SMP_DYNTXT structures at Appendix B. Second, define the toolbar button as many as you need (the limitation is five Read More

How to Debug the SAP Pop-up Window.

ABAPer Pain Point: Sometimes we need to debug at the beginning of pop-up window to find the root cause of some errors. And I will show how to switch the debugger mode on. Copy below text, open Notepad application then Read More

Creating Simple Toolbar Button on Selection Screen.

Expected Result*See source code at Appendix A. First, declare a global table work area SSCRFIELDS; structure from ABAP Dictionary.*See SSCRFIELDS structure at Appendix B. Second, define the toolbar button as many as you need (the limitation is five buttons). Next. Read More