‎2007 Apr 23 10:39 AM
hi all,
i am uploading the data into lfa1 thruogh my module pool program.
the data is transfered from flat file to itab. but no data is transfered from itab to the screen
wht could be the problem.
‎2007 Apr 23 10:41 AM
hi,
are you proerly looping your itab.
loop at itab.
endloop.
regards,
Navneeth.K
‎2007 Apr 23 10:47 AM
Hi
Please check the mapping is proper or not?
Is there any date fields u r loading?
Check the screen names and screen number and mapping fields very keenly.
Regards,
Sreeram
‎2007 Apr 23 10:48 AM
How you are passing the data from ITAB to SCREEN. Check the mapping there. In the PBO, go in debugging mode and check where the data is missing.
The problem could be the difference in NAMES of the program and screen (mapping)
‎2007 Apr 23 11:01 AM
hi,
when i process in forground . i am unable to get the values in the input fields .