The Function Module FCJ_POST_CHECK_STACK (Verbuchen eines Scheckstapels in einem Kassenbuch) is a standard Function Module in SAP ERP and is part of the function group SAPLFCJ_PROCESS_MANAGER within the package CAJO.
Function Module | FCJ_POST_CHECK_STACK |
Short Text | Verbuchen eines Scheckstapels in einem Kassenbuch |
Function Group | SAPLFCJ_PROCESS_MANAGER |
Package | CAJO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_GL_ACCOUNT | TYPE | HKONT | Sachkonto der Hauptbuchhaltung | |
I_TAX_CODE | TYPE | MWSKZ | Umsatzsteuerkennzeichen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_UPDATE_CR_POSTINGS | TYPE | BOOLEAN | boolsche Variable (X-true, --false, space-unknown) |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_LS_CHECK_STACK | LIKE | ISCJ_CHECK_STACKS | Kassenbuchstruktur Dynpro 0500 SAPLFCJ0_MAIN_FORM |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ITCJ_CPD | LIKE | TCJ_CPD | FBCJ: CpD-Daten der Kassenbuchbelegpositionen | |
ITCJ_SPLIT_POSTINGS | LIKE | ISCJ_POSTINGS | Kassenbuchstruktur Dynpro 0100 SAPMFCJ0 | |
ITCJ_WTAX_ITEMS | LIKE | TCJ_WTAX_ITEMS | Quellensteuereinträge für Kassenbuchbelegpositionen |
This function module does not define any Exceptions.