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

ALV Display issue.

Former Member
0 Likes
786

Hi ,

I have an issue in display of grid alv.

The issue is :

I have 5 satic and 5 dynamic fields in the output.

I have popoulated the fieldcatalogue as well as the output internal table correctly.

This is confirmed in debugging mode.

However in the output of the report the values are coming wrong.

The value of the fifth static field gets populated in all the dynamic fields column.

In my case ,the value of UOM goes to all the quantity field(dynamic),though I am passing the

correct tables to the "REUSE_ALV_GRID_DISPLAY".

Please help.

Thanks,

Sucharita.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
763

Hi Sucharita,

Check the table content in the debugging mode. It should be correct. If its correct then the fieldcatalog is wrong the fieldname parameter in fieldcatalog is populated wronly I think to the fifth column.

Br/Manas

Hi ,

I have an issue in display of grid alv.

The issue is :

I have 5 satic and 5 dynamic fields in the output.

I have popoulated the fieldcatalogue as well as the output internal table correctly.

This is confirmed in debugging mode.

However in the output of the report the values are coming wrong.

The value of the fifth static field gets populated in all the dynamic fields column.

In my case ,the value of UOM goes to all the quantity field(dynamic),though I am passing the

correct tables to the "REUSE_ALV_GRID_DISPLAY".

Please help.

Thanks,

Sucharita.

5 REPLIES 5
Read only

Former Member
0 Likes
764

Hi Sucharita,

Check the table content in the debugging mode. It should be correct. If its correct then the fieldcatalog is wrong the fieldname parameter in fieldcatalog is populated wronly I think to the fifth column.

Br/Manas

Read only

sarbajitm
Contributor
0 Likes
763

Hi Sucharita,

Check the tabname , fieldname field of your fieldcatalogue itab for the dynamic fields.

Regards.

Sarbajit.

Read only

Former Member
0 Likes
763

Hi,

Thanks for your replies.

I got the issue resolved.

By mistake the fieldname of dynamic fileds was in small letter.

Thanks to all,

Suchi.

Read only

Former Member
0 Likes
763

Hi,

step 1) check whether your are populating correct field names in the fielcatalog .

step 2) check whether you are populating correct value in the particular field

Thanks & Regards,

Sateesh

Read only

sarbajitm
Contributor
0 Likes
763

Hi Suchi

Please mark the thread as answered.