‎2009 Nov 19 5:03 AM
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
‎2009 Nov 19 5:15 AM
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
‎2009 Nov 19 5:15 AM
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
‎2009 Nov 19 5:19 AM
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
‎2009 Nov 19 5:26 AM
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
‎2009 Nov 19 5:27 AM
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
‎2009 Nov 19 6:30 AM