RSSMTP00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RSSMTP00 - Program to generate test e-mails RSSMTP00 is a test program to generate test e-mails and example code...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSSMTP00 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: IN_XMAIL = E-Mail body (Only per Program)
Selection Text: IN_SUBJ = Subject
Selection Text: IN_SERV = Next ESMTP MTA Server
Selection Text: IN_REC = Recipients
Selection Text: IN_PORT = ESMTP Port
Selection Text: IN_ORIG = Sender
Selection Text: IN_EMAIL = E-Mail Text
Selection Text: IN_DOM = Own e-mail Domain
Title: Email
Text Symbol: 014 = Ping e-mail from RSSMTP00
Text Symbol: 013 = MessageID:
Text Symbol: 012 = Port:
Text Symbol: 011 = Server:
Text Symbol: 010 = Domain:
Text Symbol: 009 = e-mail
Text Symbol: 008 = Re:
Text Symbol: 007 = Receiver:
Text Symbol: 006 = Sender
Text Symbol: 005 = The message with the following values has been successfully sent
Text Symbol: 004 = Exception 'cx_bcom_smtp' has been triggered
Text Symbol: 002 = Error code :
Text Symbol: 001 = if_smtp_client->send call ended with error
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = guid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.