Menu

SAP Function Module DOCU_CALL

Documentation call documentation editor

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 DOCU_CALL (Documentation call documentation editor) is a standard Function Module in SAP ERP and is part of the function group SDOC within the package SDOC.

Technical Information

Function Module DOCU_CALL
Short Text Documentation call documentation editor
Function Group SDOC
Package SDOC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CMOD_ENTRANCE LIKE SPACE Access via transaction CMOD
DISPL LIKE ' ' Display/maintenance mode
DISPL_MODE LIKE '1' Display mode (1-Editor,2-Formatted)
DYNPRO_FOR_THLPF LIKE THLPF-DYNPRO SPACE
EXTENSION_MODE LIKE SPACE Enhancement mode
FDNAME_FOR_THLPF LIKE THLPF-FDNAME SPACE
ID LIKE DOKHL-ID Module class
LANGU LIKE DOKHL-LANGU Language
OBJECT LIKE DOKHL-OBJECT Documentation module name
PROGRAM_FOR_THLPF LIKE THLPF-PROGRAMM SPACE
SHORTTEXT LIKE SPACE
SUPPRESS_EDIT LIKE SPACE
TYP LIKE DOKHL-TYP 'E' Documentation type
USE_SEC_LANGU LIKE SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXIT_CODE LIKE RSDCU-EXIT_CODE Document editor exit type
SAVETEXT LIKE TTXCT-FUNCTION

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.