hi , i want to design a input selection screen through abap program.
i have following fields in table input master
1 Form type,
2 step no,
3 step desc,
4 value
i want to bring programatically first three values of input master on selection screen and fourth value should be given by user and after user fills the value it should get store in input master.
how to do it through abap program ???