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

prblem with Table control entry

Former Member
0 Likes
619

Dear all

i created table control, but when i am executing the mpp and witting any thing on table grid then, data will not hold on the grid, automatic clear the data.

how to solve it.

thanks,

Abhilash

1 ACCEPTED SOLUTION
Read only

sravya_ch
Participant
0 Likes
594

Hi Abhilash

what variables you are using is it database table fileds as well programe field names and screen fileds names are one and the same or u r moving . if database fields names , progarm variabled and screen fields are one and the same the next point u need to check is which level it is clearing .did u use any where clear statement .

if this is also not the case then the piont we need to check is that weather PBO events and PAI events u have used in the right way

check with this points if then also u dont get send the code so that i can tell where the problem is

Sravya

5 REPLIES 5
Read only

sravya_ch
Participant
0 Likes
595

Hi Abhilash

what variables you are using is it database table fileds as well programe field names and screen fileds names are one and the same or u r moving . if database fields names , progarm variabled and screen fields are one and the same the next point u need to check is which level it is clearing .did u use any where clear statement .

if this is also not the case then the piont we need to check is that weather PBO events and PAI events u have used in the right way

check with this points if then also u dont get send the code so that i can tell where the problem is

Sravya

Read only

Former Member
0 Likes
594

hi Sravya

no i am not using any clear statement and i crated table control ref. to internal table, i created only entry screen just as for user requirement, when i am enter any thigh on grid and press enter then data not hold on the grid just clear it.

Abhilash

Edited by: Abhilash on Nov 19, 2009 6:20 AM

Read only

Former Member
0 Likes
594

Hello,

Are you modifying the internal table with the data entered? If you do not modify this is what will happen. Check this for reference

Vikranth

Read only

Former Member
0 Likes
594

Hi,

Basically in PAI while you loop through the internal table, you need to use modify the record using work area. This ensures that, the data entered in the table control will be saved in the internal table/table controle and will be visible in the table controle.

Thanks

Sankar

Read only

Former Member
0 Likes
594

thanks buddy solved it.