cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_OFFLINE_APP_BADI

Former Member
0 Kudos

Hi.

Is it possible to display a Company Logo in the approval emails? We want to save the Company Logo somewhere in the SRM system.

Please advice whether this is doable.

Thanks.

Anuradha.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Laurent.

Thanks for the answer.

However the field lv_offapp_logo - does that always have to be an URL? Can it be some path where the logo is uploaded as an object (MIME) in the SRM system? If so, then how to access that logo object which is uploaded in the system rather than getting it from some URL?

Please advice.

Thanks.

Anuradha.

laurent_burtaire
Active Contributor
0 Kudos

Hello Anuradha,

Use instruction below:

CONCATENATE '<IMG SRC='"' lv_offapp_logo '"/>' INTO lt_header_content

in method MAIL_DATA_GET (for exemple) from BAdI BBP_OFFLINE_APP_BADI to add you logo.

lv_offapp_logo is a char255 to store image URL.

In SRM 7.0, public method GET_OFFAPP_LOGO from Class Interface /SAPSRM/CL_WF_CST is called in /SAPSRM/OFFLINEAPPROVALSEND report.

Regards.

Laurent.