Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

auto populate in selection screen parameter 2 depends on parameter 1 value w/o enter

Former Member
0 Likes
2,325

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.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,487

Question asked again and again. By searching the same question, I get these other questions just in this forum:

  • How to populate a field depends on other field in selection screen ...
  • How to fill another parameter automatically on selection screen ...
  • Get value without press enter in selection screen
  • populating selection screen values automatically
  • F4 Help on one field should populate data on another field
  • selection screen parameter update
  • ...
Read only

Abinathsiva
Active Contributor
0 Likes
1,487

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.