Application Development 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: 

indifferent values internal table whn passed to alv

Former Member
0 Kudos

hi ppl,

In my alv report i have collected datas from diff tables into my final internal table.

while executing im gettin diff values for few fields which is not the valus of my final internal table.

ie.

when i debug the code the data which i required to display is exactly placed in my final internal table but while passing my internal table to alv im gettin diff values.

pl help me if u guys have any such experience.

awards will be rewarded imm.

Thank you

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

when your passing that values to the function module

you need to check the field names given in fieldcatalog must be in capitol letters

if that is in small letter then it will show different output

make them as capitol letter in filedcatalog

reward if usefull

6 REPLIES 6

varma_narayana
Active Contributor
0 Kudos

hi Dilip..

If u paste the Code it is possible to Trace the problem

regards..

Former Member
0 Kudos

Hi,

By pressing F3 button continuosly, come out from report and clkear the buffer..... and again report the code....

regards,

shardul shah

Former Member
0 Kudos

Hi

when your passing that values to the function module

you need to check the field names given in fieldcatalog must be in capitol letters

if that is in small letter then it will show different output

make them as capitol letter in filedcatalog

reward if usefull

0 Kudos

hi naresh

Thanks a lot solved it ur answer was very help ful.

Former Member
0 Kudos

hi,

1. check whether the declations for the final itab is correct,

2. check whether u r moving the right fields from the right itab.

3. chk whether data type of both the same.

With Rgds,

S.Barani.

Former Member
0 Kudos

Hi Dilip,

What ever your passing internal table it should be clear (CLEAR ITAB) other wise we will get different values not exact values.

Please reward me a points if it is use full answer.

praveen