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

differentiate input fields in loop at screen

former_member355261
Participant
0 Likes
1,390

Hi,

I have a step loop on an input field. So all the fields generated by the step loop have the same properties.

So when I use LOOP AT SCREEN in the PBO event, I can't find something to determine which input field to process (change length or disable ...) which means that my process is applied to all the fields of the step loop.

So I need something to differenciate the input fields.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

rosenberg_eitan
Active Contributor
0 Likes
1,344

Hi,

For selection screen:

You can use the "MODIF ID" addition .

See here

Regards .

5 REPLIES 5
Read only

rosenberg_eitan
Active Contributor
0 Likes
1,345

Hi,

For selection screen:

You can use the "MODIF ID" addition .

See here

Regards .

Read only

0 Likes
1,344

Hi,

I don't have a selection screen but a screen made by the screen painter.

Read only

0 Likes
1,344

For Module pool:

You can use the "Groups"

See:

regards.

Read only

0 Likes
1,344

I have a step loop, which means that all my input fields have the same properties (same name, same groups, ...) so I can't use this to differenciate them !

Read only

0 Likes
1,344

Sample:

In the form:

Message was edited by: Eitan Rosenberg

Message was edited by: Eitan Rosenberg