cancel
Showing results for 
Search instead for 
Did you mean: 

Customize Text Elements on WAD Custom Print

Former Member
0 Kudos

HI our users are trying to print the reports using the Custom print on WAD. By default it is giving us all the Text Elemnts, but we need only 3 Text elements to Print.

I tried using the below code, but it is removing the Text Elements from the print preview. I want only the below

1.Query Technical Name

2.Status Of Data

3. Last Refreshed

Below is the code i am using.

<td>

<BODY><A class=SAPBEXBtnStd title="Print via Web Button"

href="<SAP_BW_URL cmd="PROCESS_HELP_WINDOW"

help_service="ZPRINTING" item="TABLE_1"

P_SHOW_FILTER=' '

P_SHOW_VARIABLES=' '

P_HEADER_RIGHT='&TITLE&'

P_PREVIEW_MODE=' '

P_DATA_AREA_ROWS='36'

P_DATA_AREA_COLUMNS=' '

P_HEADER_RIGHT='&TITLE&'

P_HEADER_HEIGHT='1'

P_FOOTER_HEIGHT='1'

P_DATA_AREA_PADDING_TOP='.25'

P_DATA_AREA_INDENT_LEFT='.5'

P_DATA_AREA_INDENT_RIGHT='.1'

P_PAGE_WIDTH='.5'

P_PAGE_HEIGHT='1'> " target=_blank><NOBR>Print </NOBR></A></TD>

Any One plz respond to this.

Thanks,

Kris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

sorry john i didnt still struggling with that...

Kris

Former Member
0 Kudos

Hi Kris,

Actually, I have the same problem.

I mean, either I have all text elements or I get none.

And I would like to see only dynamic filters I chose during the navigation (which are considered as text elements).

At the end, I would like to see only variables filled in the initial screen and those dynamic filters.

I have tried to debug Z_PRINT_HELP_SERVICE and change some commands, but nothing's answering my needs.

If you've found the solution, please let me know.

Regards,

John