2007 Jun 28 8:34 AM
hello all
in a simple report
(1) i want to have the heading ' the employee address ' to be displayed as
the employee |
address |
i.e. i want to break the header info into two lines .. how can i do this ?
(2) can we add hyperlink to the field dispalayed in the simple report.?
plz help
Thanks inn advance.
nilesh.
2007 Jun 28 8:40 AM
1) Put them on two separate WRITE statements like -
WRITE:\ 'the employee',
\ 'Address'.
2) For hyperlink use 'SET HOTSPOT ON/OFF'. Check help for HOTSPOT.
Lata
1) Put them on two separate WRITE statements like -
WRITE:\ 'the employee',
\ 'Address'.
2) For hyperlink use 'SET HOTSPOT ON/OFF'. Check help for HOTSPOT.
Lata
2007 Jun 28 8:40 AM
1) Put them on two separate WRITE statements like -
WRITE:\ 'the employee',
\ 'Address'.
2) For hyperlink use 'SET HOTSPOT ON/OFF'. Check help for HOTSPOT.
Lata
2007 Jun 28 8:49 AM
hi Nilesh,
1. Write two different write statements and make use of UNDER key word to print one below the other...
2. U should use the option HOTSPOT, but you should explain what you exactly need to do.
http://help.sap.com/saphelp_crm50/helpdata/en/7a/504e380745427ee10000009b38f842/content.htm
Regards,
Santosh
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |