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

SE38 Program variants

Former Member
0 Likes
582

Hi Friends,

Waiting for your valuable suggestions / solutions on my below issue.

I was changed the selection screen of the se38 program which developed by some one. Which has the variants for the selection screen ...say

Field1

Field2

Field3

i was modified something like ....

Field1

Field3

Field4 (new field)

Field5 (new field)

If i want to use the existed variants ...how can i use them for the <b>field1 & field3.</b>

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
427

You cannot delete any existing parameters from the selection screen if you want to use the existing variants. Here in your example you deleted the parameter Field2. Instead of deleting it, keep this field hidden with the option NO-DISPLAY. Do not use it in your code anywhere. That way you will be able to use the existing variants and change them to add the values for the new fields.

Read only

0 Likes
427

Sorry, we can use the existed variants, even if we delete the selection parameters in the screen.

Thanks

Read only

former_member187255
Active Contributor
0 Likes
427

You can use the existing variants for the Field1 & Field3 and you can pass the new values for Field4 and Field5 and save it...