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

Problem in ALV while displaying output?

Former Member
0 Likes
2,082

Hi all,

I am facing little problem here.

While display alv report output, one column of data not coming properly showing some junk values like #... and remaining columns are fine with correct data.

In bebugging the data is coming correcly for all columns, while coming to display only i am facing this problem.

Please help me , how to troubleshoot this issue.?

Regards,

Siva

Hi all,

I am facing little problem here.

While display alv report output, one column of data not coming properly showing some junk values like #... and remaining columns are fine with correct data.

In bebugging the data is coming correcly for all columns, while coming to display only i am facing this problem.

Please help me , how to troubleshoot this issue.?

Regards,

Siva

6 REPLIES 6
Read only

Former Member
0 Likes
1,446

Hi Siva,

Check the field catlog, reference table name and reference field name for the column. Also check whether the domain for the field as any conversion routine to it,

Cheers

~Niranjan

Read only

Former Member
0 Likes
1,446

Hello Siva,

please check the structure you are using for your fieldcatalog has the same fields/order of fields like your output table.

Regards Nico

Read only

Former Member
0 Likes
1,446

hi siva,

please Dubugg the ALV function module with your data . if again you will face same problem for that field please change the field  data element to string.

Read only

Former Member
0 Likes
1,446

Hi Siva ,

Please check the data type of the field you are passing in filedcatlog.Whether you are referring correct data type or not.

Regards ,

Ashok P 

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,446

Hi  Siva,

If you were using SET_TABLE_FOR_FIRST_DISPLAY.

Pass the Importing Parameter I_CONSISTENCY = 'X'

Then it will show where the error is ....

Hope this helps

Read only

Former Member
0 Likes
1,446

Hi Siva,

   Check the datatype of that particular column and also check the values. If there is inconsistency between this both, then you can address the error by changing the data type.

Thanks,

Umashankar