Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CACS_LOG_NAV_TO_DOC_01 (Setzen von Navigationsparametern zu einer Meldung) is a standard Function Module in SAP ERP and is part of the function group CACS_CACSPY_TOOLS within the package CACSPY.
Function Module | CACS_LOG_NAV_TO_DOC_01 |
Short Text | Setzen von Navigationsparametern zu einer Meldung |
Function Group | CACS_CACSPY_TOOLS |
Package | CACSPY |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARBGB | LIKE | SMESG-ARBGB | Arbeitsgebiet | |
CONTEXT | TYPE | BAL_S_CONT | Anwendungs-Log: Kontext | |
I_BUSCASETYPE | TYPE | CACS00_DOCHD-TRI_BUSCASE_TYP | Provisionsfallauslösender Geschäftsvorfall im Vorsystem | |
I_BUSOBJ_ID | TYPE | CACS00_DOCHD-BUSOBJ_ID | Identifikation des auslösenden Geschäftsobjekts | |
I_LOG_HANDLE | TYPE | BALLOGHNDL | Anwendungs-Log: Externe Identifikation | |
I_PERIOD_NO | TYPE | CACSPERIOD | Periodennummer | |
I_PERRULE_ID | TYPE | CACSPERRULE | Periodenregel | |
I_RUN_ID | TYPE | CACS00_DOCHD-RUN_ID | Identifikationsnummer des Verarbeitungslaufs | |
I_SIMU | TYPE | CACSSIMULATION | 'X' | Knz.: Prozeß soll im Simulationsmodus durchgeführt werden |
I_TRI_BUSCASE_ID | TYPE | CACS00_DOCHD-TRI_BUSCASE_ID | Identifikation d. auslösenden Geschäftsvorfalls im Vorsystem | |
MSGTY | LIKE | SMESG-MSGTY | Typ der Nachricht (E, I, W, ...) | |
MSGV1 | LIKE | SMESG-MSGV1 | SPACE | Nachrichten, Nachrichtenvariable |
MSGV2 | LIKE | SMESG-MSGV2 | SPACE | Nachrichten, Nachrichtenvariable |
MSGV3 | LIKE | SMESG-MSGV3 | SPACE | Nachrichten, Nachrichtenvariable |
MSGV4 | LIKE | SMESG-MSGV4 | SPACE | Nachrichten, Nachrichtenvariable |
PARAMS | TYPE | BAL_S_PARM | Anwendungs-Log: Parameter | |
XBATCH | TYPE | BOOLEAN | 'X' | boolsche Variable (X-true, --false, space-unknown) |
XDIALOG | TYPE | BOOLEAN | 'X' | boolsche Variable (X-true, --false, space-unknown) |
This function module does not define any EXPORTING parameters.
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 |
---|---|
LOG_IS_FULL | Protokoll ist voll |
LOG_NOT_FOUND | Protokoll nicht gefunden |
MSG_INCONSISTENT | Meldung inkonsistent |
MSG_NOT_STORED | Meldung nicht gespeichert |
MSG_STORE_NOT_ALLOWED | Meldung speichern nicht erlaubt |
SEVERE_ERROR | Schwerer Fehler |