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

bdc prb

Former Member
0 Likes
620

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.

4 REPLIES 4
Read only

Former Member
0 Likes
587

hi,

are you proerly looping your itab.

loop at itab.

endloop.

regards,

Navneeth.K

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
587

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

Read only

Former Member
0 Likes
587

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)

Read only

0 Likes
587

hi,

when i process in forground . i am unable to get the values in the input fields .