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_EXPRESS_FLAG_SET

Former Member
0 Likes
933

Hello All,

We are using this function module - "SO_EXPRESS_FLAG_SET" to send a notification to a user. Is there any place where we can see all the messages sent ?

Thanks and Regards,

Senthil G

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
746

Use Tcode SOST.

~Suresh

Read only

0 Likes
746

Hi Suresh.

Thanks for the response.

However, I checked the transaction "SOST" and could not find the express message.

I have also checked the inbox and the express message raised by "SO_EXPRESS_FLAG_SET" was not there.

Any further pointers would be highly appreciated.

Thanks,

Senthil G

Read only

Former Member
Read only

0 Likes
746

Hi,

Thanks.

I can actually achieve the required functionality through the FM "MESSAGE_SEND_AS_MAIL". This particular FM sends the express message and also stores the same in the inbox.

However, we are already using the FM "SO_EXPRESS_FLAG_SET" in our program and was interested in knowing, if it stores the express message somewhere or if it is only temporary and is lost.

Best Regards,

Senthil Gopalan

Read only

AlexanderOv
Product and Topic Expert
Product and Topic Expert
0 Likes
746

Hi,

I believe that information about the express messages is not stored. Because SAP points this as constraint of this FM in documentation:

An express message can only be displayed once. Afterwards, it is deleted directly from the database.

Link: [Creating Express Messages in Applications|http://help.sap.com/saphelp_470/helpdata/pt/d8/524e381540b20ee10000009b38f842/content.htm]