Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module BKK_COND_BDC_CDPOS_CDHDR (Konditionsgruppenwechsel aus Historie erkennen) is a standard Function Module in SAP ERP and is part of the function group FB8R within the package FKBC.
Function Module | BKK_COND_BDC_CDPOS_CDHDR |
Short Text | Konditionsgruppenwechsel aus Historie erkennen |
Function Group | FB8R |
Package | FKBC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_INT | LIKE | BKK42-ACNUM_INT | Interne Kontonummer für Kontokorrent | |
I_BKKRS | LIKE | BKK42-BKKRS | Bankkreis | |
I_CONDAREA | LIKE | BKK42-CONDAREA | Konditionskreis | |
I_CONDGR1 | LIKE | BKK42-CONDGR1 | Konditionsgruppe: Zinsen | |
I_CONDGR2 | LIKE | BKK42-CONDGR2 | Konditionsgruppe: Gebühren | |
I_CONDGR3 | LIKE | BKK42-CONDGR3 | Konditionsgruppe: Wertstellungen | |
I_DATE | LIKE | BKK42-CONDCHDATE | Datum der letzten Änderung der Konditionsgruppe |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
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 |
---|---|---|---|---|
T_CLOSING_PERIODS | LIKE | BKK92 | Kontoabschluß (Zinsen und Gebühren) | |
T_CONDCHTAB | TYPE | BKKC_T_CONDCHTAB | Tabelle Änderungen durch Konditionsgruppenwechsel |
This function module does not define any Exceptions.