‎2008 May 26 1:40 PM
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!
‎2008 May 26 1:53 PM
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