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

input field in selection screen

Former Member
0 Likes
625

Hi All,

I am having a input field in selection screen and I wrote the code

S_EQUNR FOR EQUI-EQUNR.

When I click on this input drop down then it is showing only 3 line item while in table EQUI 256 line item is there for uniq equnr.

Can any body help me to resolve this problem.

I want to see all 256 line item in our input field.

Thanks,

Rakesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Hello

Try this:


select-options: S_EQUNR FOR EQUI-EQUNR MATCHCODE OBJECT EQUIT.

3 REPLIES 3
Read only

Former Member
0 Likes
586

hi,

use the function VRM_SET_VALUES

this function module is used to populate a dropdown list with a set of values

Read only

Former Member
0 Likes
587

Hello

Try this:


select-options: S_EQUNR FOR EQUI-EQUNR MATCHCODE OBJECT EQUIT.

Read only

Subhankar
Active Contributor
0 Likes
586

Hi

EQUI is a collective search help. if check the others tabs will find the equipment number as in the table.

If you use this match code it will not be any issue. Also you can use any elementary search help assigned to the main one.

Thanks

Subhanakr