Application Development 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: 

Table Control Issue

Former Member
0 Kudos

Dear Friends,

I have incorporated a table-control in one of my screens to let the user enter some data but as soon as user enters the data and presses 'enter'. The row of the table-control gets cleared.

How to overcome this. I wish the entry to remain there and the cursor should blink in the next line.

Regards,

Alok.

3 REPLIES 3

Former Member
0 Kudos

u need to modify the internal table in PBO and display the internal table.

Former Member
0 Kudos

Hi Alok,

U need to add loop statement in both PBO and PAI to pass data from Program to Screen and Screen to Program. Try it.

Regards,

Murali Krishna K

0 Kudos

Hi,

AT THE END OF THE LOOP AND END LOOP IN THE PAI.

CALL

MODULE UPDATE.

IN THIS APPEND THE VALUES TO INTERNAL TABLE.

AGAIN IT WILL DISPLAY BECAUSE YOU HAVE LOOP END LOOP IN THE PBO

POST THE CODE IN HERE IF YOU ANY FURTHER ASSISTANCE

THANKS