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

Change screen attribute from dropdown to input field

Former Member
0 Likes
637


Hello

I have to change via code the attribute of a field from dropdown to input field.

I check first of the dropdown field is empty (no values in my itab which is placed in my dropdown), if so I want to add something in this field so this field has to be an input field.

I can't find this attribute in screen...

Someone can explain me how I can do this?

Thank you!

1 ACCEPTED SOLUTION
Read only

former_member201285
Active Participant
0 Likes
569

I haven't tried it yet, but there's a field VALUES_IN_COMBO in table screen, which you might have to change...

Regards,

Ulrich


Hello

I have to change via code the attribute of a field from dropdown to input field.

I check first of the dropdown field is empty (no values in my itab which is placed in my dropdown), if so I want to add something in this field so this field has to be an input field.

I can't find this attribute in screen...

Someone can explain me how I can do this?

Thank you!

2 REPLIES 2
Read only

former_member201285
Active Participant
0 Likes
570

I haven't tried it yet, but there's a field VALUES_IN_COMBO in table screen, which you might have to change...

Regards,

Ulrich

Read only

0 Likes
569

yes that did the trick