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

Change column header text dynamically

Former Member
0 Likes
797

Hi,

I have requirement to change the column header text dynamically in sap gui programming. but couldn't see straight forward way to achieve this.

i tried following link but no success:

[;

Please share your suggestions if it can be acheived.

Thanks,

Rahul

Edited by: Rahul Yadav on Oct 25, 2010 7:29 PM

6 REPLIES 6
Read only

Former Member
0 Likes
747

Hi,

Can you please elaborate which type of program, is it a ALV or Table control or normal GUI program.

Do you used Text fields for column headings.

Thanks,

Anmol.

Read only

0 Likes
747

Hi,

i am using table control.

Thanks,

Rahul

Read only

0 Likes
747

Take out any existing column header (text) fields and replace them with I/O fields defined as 'output only' with variable names (also declared in your TOP include). Assign your desired column header values to the fields in your PBO processing...

Read only

0 Likes
747

Hi,

So you can try 1 thing,

  • Dont use default Column Headings

  • Create I/O and choose ouput only and fix them in place of Column headings.

  • pass the values to these I/O accordingly.

Thanks,

Anmol.

Read only

0 Likes
747

>

> Hi,

> So you can try 1 thing,

> * Dont use default Column Headings

> * Create I/O and choose ouput only and fix them in place of Column headings.

> * pass the values to these I/O accordingly.

>

>

> Thanks,

> Anmol.

How is this different from the previous post?

Rob

Read only

Former Member
0 Likes
747

This message was moderated.