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 CVV1_PLOT_DOCUMENTS (DDS: Plotten von Dokumenten) is a standard Function Module in SAP ERP and is part of the function group CVV1 within the package CVDI.
Function Module | CVV1_PLOT_DOCUMENTS |
Short Text | DDS: Plotten von Dokumenten |
Function Group | CVV1 |
Package | CVDI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CLASS | LIKE | KLAH-CLASS | Klasse | |
I_CLASSTYPE | LIKE | KLAH-KLART | '170' | Klassenart |
I_COM_TYPE | LIKE | DRZOC-COM_TYPE | Verteilungsart | |
I_PRINTER | LIKE | TDIPR-PRINTER | Drucker/Plotter | |
I_STATUS | LIKE | DRZOC-STATUS | 'SY' | Initialstatus für die Verteilung SY, AS, MA |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DDI_ID | LIKE | DRZOI-DDI_ID | Initialauftragsnummer |
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 |
---|---|---|---|---|
CHARACTERISTICS | LIKE | CLS_CHARAC | Merkmalwerte | |
DOCUMENTS | LIKE | CVIOBJDATA | auszugebende Dokumente |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLASSIFICATION_UPDATE_ERROR | Fehler beim update der Klassendaten |
PARAMETER_ERROR | Falscher Parameter |
PRINTER_DOES_NOT_EXIST | Plotter existiert nicht |