Posts

Showing posts with the label Parameters

Navigating SAP ABAP: Deep Dive into Selection Screens, Parameters, and Select-Options for Effective Input Management

Image
 Welcome back everyone, we were discussing about types of internal table till our last blog. For previous concepts kindly follow the previous blogs. From today on we are going to start with Selection screen. Selection Screen :- Selection Screen is also known as Input Screen. With the help of selection screen user provides a input to the program. What is the Screen Number of Selection Screen ? →Every Selection Screen or Input Screen always has the number 1000 (It is the standard selection screen). How to Find the screen number ? Step 1 :- Click on Environment. Step 2 :- Click on status. you can find the screen number in the status. Input to the Program :- There are 2 ways to provide the input to the program. Parameters Select-Options 1. Parameters :- Select-Options are used to pass the single input. The various parameters variations are as follows :- PARAMETERS<p> ……….. DEFAULT <f> … PARAMETERS<p> ……….. OBLIGATORY … PARAMETE