Using transaction SOST you can view all emails that have been sent out of SAP using the function modules such asSO_DOCUMENT_SEND_API1or class interfaceCL_BCS. Step 1 - Execute transaction SOST In-order to view sent emails execute the SOST t-code by entering it into the SAP command box...
SAP Managed Tags: ABAP Development I want to get all pending email in SOST, and then filter unnecessary mail. because I use function moudle 'SO_NEW_DOCUMENT_SEND_API1' to send emails, but the program will send all pending emails in SOST. how to solve the issue?Reply...
SAP Managed Tags: NW ABAP Communication Services I have created a report that looks in the table SOST, graps the records with an error code and reports them via email to the end-user. They want to be able to remove the record using SOST the t-code and have it not show up in th...
I have made my standard text named zsd_email, how do I link it up in the process exit 2310? eduardo_hinojosa Active Contributor 2014 Apr 08 0 Kudos Hi Have you created it with tcode SO10., with the ID FIKO? According the mentioned note, set the name in C_FINAA-MAIL_BODY...
change the abap code in the program which sends the email so that it sets the emails as private or confidential. If this is done anyone who tries to view the emails via SAP tcode SOST will get a restricted access message, saying that the email can not be viewed as it is confidential...
SAP Managed Tags: SAP Business Workflow Hi , I am trying to delete error messages from tcode SOST , but they are not getting deleted . Is there any report to delete error requests from tcode SOSTKnow the answer? Help others by sharing your knowledge. Answer Need more details? Request...
You can keep log of email sent in any database table even keep records for emails which has to be sent. Moreover , have a look on T-code VF31 Regards Yogendra Bhaskar Reply Former Member In response to yogendra_bhaskar 2015 Apr 28 2:14 PM 0 Kudos 469 SAP Managed Tags:...
There is no error, but if I look at the long test for the message's status in tcode SOST, the long text says: Definition A message was sent from the application. The application told the send interface that the message must not be sent before a specified time. Use The message is no...