The Function Module RSPO_LIST_DEVICES (Liste aller Drucker für bestimmte Aufbereitung) is a standard Function Module in SAP ERP and is part of the function group SPOO within the package SPOO.
Function Module | RSPO_LIST_DEVICES |
Short Text | Liste aller Drucker für bestimmte Aufbereitung |
Function Group | SPOO |
Package | SPOO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DEV_PATT | LIKE | RSPOTYPE-NAME | '*' | Generic name for desired devices |
DEV_TYPE | LIKE | '*' | generischer Type für gesuchte Geräte | |
LAYOUT | LIKE | Predefined editing | ||
NOT_KIND1 | LIKE | RSPOTYPE-DEVICEKIND | 'A' | Prohibited device class |
NOT_KIND2 | LIKE | RSPOTYPE-DEVICEKIND | '*' | Prohibited device class (additional) |
NOT_KIND3 | LIKE | RSPOTYPE-DEVICEKIND | '*' | Prohibited device class (additional) |
W_LAYOUT | LIKE | RSPOTYPE-DEVICEKIND | ' ' | Also output editing ? (' '/'X') |
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 |
---|---|---|---|---|
DEVICES | LIKE | RSPOLD | Resulting list of devices/printers |
This function module does not define any Exceptions.