cancel
Showing results for 
Search instead for 
Did you mean: 

Information Broadcasting E-Mail - Remove Link to Settings

Former Member
0 Kudos

I am working with Information Broadcasting, and distributing my workbook via E-Mail in Excel format. Included within the E-Mail is a link to

http://swdbp11.ny.com:8100/sap/bw/BEx?CMD=START_BROADCASTER&SETTING_ID=ZBWVENTOP50

I do NOT want this link to appear in the message, how can it be 'suppressed'? It has the effect of confusing my users.

Best regards,

Bryan

Message was edited by: Bryan Karant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bryan,

A workaround to get rid of the link,

Step1-> Find the class "CL_RSRD_DISTRIBUTOR_MAIL" in tx:se80

Step2->Navigate to the method "ADD_FOOTER"

Step3-> In this method find the segment "add to body", comment the following lines mentioned below.

add to body

*\ IF i_as_html = rs_c_true.

*\ cl_rsrd_utilities=>convert_non_ascii_to_unicode( changing c_string = l_footer ).

*\ CONCATENATE c_body '<hr>' l_footer INTO c_body.

*\ ELSE.

*\ CONCATENATE c_body

*\ cl_rsr_www_renderer=>c_lf

*\ '______________________________________________________________________'

*\ cl_rsr_www_renderer=>c_lf

*\ l_footer

*\ INTO c_body.

*\ ENDIF.

Let me know if this works for you.

best regards

prasad