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

SO_DOCUMENT_SEND_API1

Former Member
0 Likes
481

Hi All,

I am very new to ABAP and need a little help if you do not mind!

When we send an external email using SO_DOCUMENT_SEND_API1 the user opens Outlook and see the importance notice as an exclamation icon. We would like to have the importance (priority) set the importance (priority) dynamically.

Any ideas?

Thank you

Tom

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
415

Hi,

Check for the PRIORITY field in importing DOCUMENT_DATA as 1 . Its have priority value of range 1 to 8..

DOCUMENT_DATA-PRIORITY = '1'

a®

Read only

0 Likes
415

Thank you for your input; however, I think I have not asked the question correctly. I tried setting the priority to 1, 5, and then finally 8 and the priority/Importance icon in Microsoft Outlook did not change. It consistantely stayed at the exlamation icon.

Q:

I have an ABAP batch program that sends internal SAP email and an external email notification. How can I have the email change the importance icon to something other than the exlamation icon in Outlook.

Thanks again for your support,

Tom