General

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

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

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