you may not want any user with access to the sap transaction SOST to view these details. In order to do this you could possibly delete the entries out of the SAP table where these are stored. A better method would be to change the abap code in the program which sends ...
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...
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...
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: ABAP Development Yogendra, I want to have the invoices sit in SOST prior to emailing so they can delete ...