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 RM_DERI_BCA_CUST_EXIT_CALL (RM: ruft User Exit in Ableitung FO für Bankenkontokorrent) is a standard Function Module in SAP ERP and is part of the function group RMDBC within the package JBR.
Function Module | RM_DERI_BCA_CUST_EXIT_CALL |
Short Text | RM: ruft User Exit in Ableitung FO für Bankenkontokorrent |
Function Group | RMDBC |
Package | JBR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BCA_ACC | TYPE | RMDBC_BCA | Daten des Kontos | |
I_DATE | LIKE | SY-DATUM | Ableitungsdatum | |
I_FOB | TYPE | RMDR_FOB | Parameter des Finanzobjekts | |
I_RMDA | TYPE | RMDR_RMDA | Risikomanagementbereich | |
I_RM_CHAR | LIKE | RM-Merkmale in Struktur I75xxxx | ||
I_STEP_ID | TYPE | KEDR_ID | Benutzerdefinierter Identifizierer | |
I_TEMP | TYPE | RMDR_TEMP | Temporäre Hilfsfelder |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FOB | TYPE | RMDR_FOB | Rückgabe: Parameter des Finanzobjekts | |
E_RM_CHAR | LIKE | Rückgabe: RM-Merkmale in Struktur I75xxxx | ||
E_TEMP | TYPE | RMDR_TEMP | Rückgabe: Temporäre Hilfsfelder |
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 |
---|---|
DERIVATION_FAILED | Ableitung fehlgeschlagen |