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 STATUS_TEXT_EDIT_LONG () is a standard Function Module in SAP ERP and is part of the function group BSVA within the package BSV.
Function Module | STATUS_TEXT_EDIT_LONG |
Short Text | |
Function Group | BSVA |
Package | BSV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BYPASS_BUFFER | TYPE | XFELD | ' ' | 'Read from DB' Flag |
CLIENT | LIKE | SY-MANDT | SY-MANDT | Client (Only for Exceptional Cases!) |
FLG_USER_STAT | TYPE | XFELD | ' ' | 'Edit user status' flag |
OBJNR | LIKE | JEST-OBJNR | Status object number | |
ONLY_ACTIVE | TYPE | XFELD | 'X' | 'Only take active statuses into account' flag |
SPRAS | LIKE | SY-LANGU | Language, in which statuses are edited |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ANW_STAT_EXISTING | TYPE | XFELD | 'User Statuses Exist' Flag | |
E_STSMA | LIKE | JSTO-STSMA | Status Profile | |
LINE | LIKE | BSVX-STTXT | Line of the edited system individual statuses | |
LINE_LONG | TYPE | C | ||
STONR | LIKE | TJ30-STONR | Status number | |
USER_LINE | LIKE | BSVX-STTXT | Line of edited user individual statuses | |
USER_LINE_LONG | TYPE | C |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
OBJECT_NOT_FOUND | Status object does not exist |