listbox

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