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 VIEW CONTROL IN MODULE POOL PROGRAMMING

Former Member
0 Likes
327

Hai Friends,

<b>My problem is i design table view control using se51. I entered the data on table view and when i press ENTER button on keyboard the total data is disapears from the screec(i.e table view).

but i do not want this functionality. when i press ENTER button on keyboard that data is must be on the screen only.....................

please tell me how it is possible

</b>

2 REPLIES 2
Read only

Former Member
0 Likes
308

Hello,

Fill the data of the table control in PBO event of the screen.

CHeck this sample report:

DEMO_DYNPRO_TABCONT_LOOP

Vasanth

Read only

Former Member
0 Likes
308

Hi,

in the PBO of that screen initialize the value....

reward if helpful.

regards,

Vinod Samuel.