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

Table Control Loop

Former Member
0 Likes
293

hi,

I've a table control with 16 values. At one point of time only 9 entries can be displayed.

User selects one line item from the line item level and then enters value at the below screen.

But when user selects one entry and then presses enter the selected line item gets replicated on the table control.

As many times user presses enter that many times the selected line item gets replicated.

There is some problem in handling the table control. Also the table control gets processed only for 9 records in loop endloop block of PAI coding and not for 16.

PLZ HELP!

1 REPLY 1
Read only

Former Member
0 Likes
276

hi ,

if ur Requirement is that when the user presses enter no action should be done then write a code in PAI .

If ok_code = ' '.

exit.

endif.

Regards,

vikram