Month: September 2020

Creating List Box on Selection Screen.

Step 1: Declare parameter as list box for selection screen by using below command: –PARAMETERS: … TYPE … AS LISTBOX VISIBLE LENGTH nn. Step 2: Declare two variables; one internal table and one work area.Table Type: VRM_VALUESStructure: VRM_VALUENote: VRM stands Read More

Saving Test Data for Function Module during Debugging.

Good Point: – No need to fill in the large amount of data into SE37 parameters manually.– You can reproduce the function module as much as you need. First, go to T-Code SE37. Fill in the function module name you’d Read More

Creating New Customized SAP Menu (Area Menu).

Role: In general, Functional Consultant is responsible for this task. Expected Result*See Appendix A for SE43 configuration. Go to T-Code SE43, fill in ‘S000‘ and press Change button. Press Change button. Select German language to edit the structure. Place cursor Read More

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