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

regarding simple reports display

Former Member
0 Likes
437

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

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

2 REPLIES 2
Read only

Former Member
0 Likes
420

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

Read only

Former Member
0 Likes
419

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