Application Development 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: 

How to change the subject of all emails sending via SOST?

Former Member
0 Kudos
1,673

Hi All,

I have a requirement, where I need to change the subject of all emails sending via SOST.

If it is getting executed from quality, then I need to change the subject of email as "TEST MAIL".

Kindly assist.

Best Regards,

Aj.....

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
403

Look at BAdI SX_SECURE_EMAIL 'Connect External Security Proxies to SAPconnect', (you could also look at its sample implementations: SX_SECURE_EMAIL_HEAD SAP Example Implementation: Additional Header Lines and SX_SECURE_EMAIL_IMPL SAP Default Implementation: Enhance Subject) This BAdI can add some data to subject or header.

Regards,

Raymond

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos
404

Look at BAdI SX_SECURE_EMAIL 'Connect External Security Proxies to SAPconnect', (you could also look at its sample implementations: SX_SECURE_EMAIL_HEAD SAP Example Implementation: Additional Header Lines and SX_SECURE_EMAIL_IMPL SAP Default Implementation: Enhance Subject) This BAdI can add some data to subject or header.

Regards,

Raymond

alexcamayo
Explorer
0 Kudos
403

Hi,

Is it works with the BAdI SX_SECURE_EMAIL? how did you do it?

Thanks