The Function Module RSPO_TEST_RFC_STORE (Spooler-Test via RFC) is a standard Function Module in SAP ERP and is part of the function group SPOL within the package SPOO.
Function Module | RSPO_TEST_RFC_STORE |
Short Text | Spooler-Test via RFC |
Function Group | SPOL |
Package | SPOO |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DEST | LIKE | TSP01-RQDEST | '*' | Output device |
NAME0 | LIKE | TSP01-RQ0NAME | 'LIST1S' | Name of spool request (DSN) |
NAME1 | LIKE | TSP01-RQ1NAME | 'RFC' | Name of spool request (suffix 1) |
NAME2 | LIKE | TSP01-RQ2NAME | ' ' | Name of spool request (suffix 2) |
NEED_SYSLOG | LIKE | RSLGTYPE-RSLGS_ | ' ' | Write sysLog entry? |
SPOOL_TITLE | LIKE | TSP01-RQTITLE | 'via RFC' | Title of spool request |
WITH_PING | LIKE | RSLGTYPE-RSLGS_ | ' ' | Use PING trick |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
DATA | LIKE | ABAPTEXT | Table with data lines |
This function module does not define any Exceptions.