2020 Feb 12 4:37 PM
Hi Experts,
I need to populate values in Selection screen parameter 2 depends on value given in Parameter 1 without any enter command or any action.
BATCH ________________ ( when the value is given here) automatically parameter2 value should appear.
PARAMETER 2 ________________ value should appear without enter key
Can you please help me.
Hi Experts,
I need to populate values in Selection screen parameter 2 depends on value given in Parameter 1 without any enter command or any action.
BATCH ________________ ( when the value is given here) automatically parameter2 value should appear.
PARAMETER 2 ________________ value should appear without enter key
Can you please help me.
2020 Feb 12 5:54 PM
Question asked again and again. By searching the same question, I get these other questions just in this forum:
2020 Feb 12 5:58 PM
Hi Bala
Check below code this is if selection screen has Parameters.
AT SELECTION-SCREEN ON parameter1.
Refresh : Parameter2.
*if any selection from table or suitable code to get value to lv_variable.
* assign to parameter2.
parameter2 = lV_variable.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |