The Function Module ISB_EDT_OBJECT_EGK_COSTING (IS-B: Sofortige Kalkulation von Geschäften) is a standard Function Module in SAP ERP and is part of the function group JBFOEDT within the package JBA.
Function Module | ISB_EDT_OBJECT_EGK_COSTING |
Short Text | IS-B: Sofortige Kalkulation von Geschäften |
Function Group | JBFOEDT |
Package | JBA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SAV_ABPER_CALC | LIKE | JBIKAPD-JABKAL | ' ' | Abgeschl. Periode erneut kalklieren - 'X' |
SAV_DETAIL_PROT_ACTIVE | LIKE | JBIKAPD-JDETAI | 'X' | Detail-Protokoll - 'X' |
SAV_DKALK | LIKE | SY-DATUM | Kalkulationsdatum | |
SAV_ERKRS | LIKE | TKEB-ERKRS | Ergebnisbereich | |
SAV_PER_ABS | LIKE | JBIKAPD-JPERAB | ' ' | Periode abschließen - 'X' |
SAV_TESTLAUF | LIKE | JBIKAPD-JTESTL | 'X' | Kalkulation im Testlauf - 'X' |
SAV_VALUES_CLEAR | LIKE | JBIKAPD-JWFLOE | ' ' | Periodenwerte vor der Kalkulation löschen - 'X' |
This function module does not define any EXPORTING parameters.
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_PROT | LIKE | SPROT_X | Fehler bei der Kalkulations (Nur für TSal) | |
T_RECEIVED_DATA | LIKE | Übergebene Einzelposten |
This function module does not define any Exceptions.