Menu

SAP Function Module POSS_DEV_GET_FILTERED_OPTIONS

Get print options for printer, filtered by ADMIN settings

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module POSS_DEV_GET_FILTERED_OPTIONS (Get print options for printer, filtered by ADMIN settings) is a standard Function Module in SAP ERP and is part of the function group RSPOPOSS within the package SPOO.

Technical Information

Function Module POSS_DEV_GET_FILTERED_OPTIONS
Short Text Get print options for printer, filtered by ADMIN settings
Function Group RSPOPOSS
Package SPOO
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PRINTER TYPE RSPOPNAME Spool: Output Device
USE_CONFIG_IN_MEM TYPE C SPACE SPAD: Use current option config in memory
USE_DEVTYPE TYPE RSPOPTYPE SPACE Devtype to be used

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DEVTYPE TYPE RSPOPTYPE Spool: Device type name

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OPTIONTAB TYPE POSS_OPTIONINFOTAB Table of printer options information and values

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DEV_NO_SUPPORT_OPT Printer does not support print options
INVALID_PRINTER Printer does not exist
SYSTEM_NO_SUPPORT_OPT SAP system doesn not support print options