‎2010 Oct 25 6:25 PM
‎2010 Oct 25 7:17 PM
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.
‎2010 Oct 25 7:29 PM
‎2010 Oct 25 9:14 PM
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...
‎2010 Oct 25 10:00 PM
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.
‎2010 Oct 25 10:10 PM
>
> 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
‎2010 Oct 26 2:55 AM