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

Column Header text Changing in Background mode.

Former Member
0 Likes
837

Hi all,

I have created a report which generate output in ALV GRID using OOPs.

When i try to execute the report in foreground column header appears properly as i gave in the Field catalog, but when i try to execute the same in background for some of the column the header text is coming from the Text element not from the field catalog.

Kindly suggest some solution.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
728

Hi Nikhil,

Can you debug your background and see what is exactly happening in your program?

Regards,

Rafi

Read only

RaymondGiuseppi
Active Contributor
0 Likes
728

Can you check the field catalog thru the Consistency Check, are the data element texts (printed in background) available in the field catalog. I suppose the width of the spool (*) is not the size of the screen display so system chooses another header text?

Regards,

Raymond

(*) From report, print parameter or some code of yours.

Read only

former_member185054
Active Participant
0 Likes
728

hi,

    we can use  LINE-SIZE width]

    [LINE-COUNT page_lines[(footer_lines)]] ...


regards,

sampath kumar.