cancel
Showing results for 
Search instead for 
Did you mean: 

how to display attached file in a event message? sap EM

rcastil01
Explorer
0 Kudos

i need display an attached file in a event message. i have cutomized a field where send the file

how to display this file?

Accepted Solutions (1)

Accepted Solutions (1)

Hi Rafael

You have to define a field for displaying the attachemnts sent via event messages.

This is done in Fields for display of the Web Application Fields SPRO activity ( you can access this customizing cluster directly via transaction SM34 and cluster view /SAPTRX/VC_UCCF )

One you have defined a field for display, for example Z_ATTACHMENTS of type EV - ATTACHMENTS, you have to add it to a profile and to a user, the normal way for the EM web applications configuration.

Keep in mind that these attachemnts are only visibile in EM and not in TM, as they have different ways of storing and accesing attachments. If you also need the attachement in TM you need to code adding the uploaded file to the attachments folder node of the TM BOPF document.

Hope it helps.

Regards, Rafael Cano

Answers (0)