The Function Module RMPS_POST_CREATE_SAPMAIL_API (Erzeugen einer SAP Mail als Basis für PES) is a standard Function Module in SAP ERP and is part of the function group RMPS_POST_API within the package RMPS_SP_POST.
Function Module | RMPS_POST_CREATE_SAPMAIL_API |
Short Text | Erzeugen einer SAP Mail als Basis für PES |
Function Group | RMPS_POST_API |
Package | RMPS_SP_POST |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_SUBJECT | TYPE | SO_OBJ_DES | Kurze Beschreibung des Inhaltes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_SEND_REQUEST_ID | TYPE | SYSUUID_X | ID der erzeugten SAP Mail |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_RETURN_TAB | LIKE | BAPIRET2 | Returnparameter | |
IM_FILE_TAB | LIKE | BAPIDOCFILES | SRM BAPI: Struktur zur Beschreibung von Dokument-Komponenten | |
IM_MAIL_TEXT | LIKE | SOLI | Mailtext, wird durch 1 Datei ersetzt wenn nicht gefüllt |
This function module does not define any Exceptions.