WUCIFF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter WUCIFF01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include WUCIFF01: Specific Subroutines for RFEWUCIF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_EWU_RESET_EWUFI_BAL CALL FUNCTION 'FI_EWU_RESET_EWUFI_BAL' EXCEPTIONS OTHERS = 1.
FI_EWU_RESET_KC_BALANCE CALL FUNCTION 'FI_EWU_RESET_KC_BALANCE' EXCEPTIONS OTHERS = 1.
FI_EWU_APPEND_KC_BALANCE CALL FUNCTION 'FI_EWU_APPEND_KC_BALANCE' EXPORTING I_KNC1 = XKNC1 I_BALANCE_1 = BALANCE_1 EXCEPTIONS NO_DATA_FOUND = 1 DATA_NOT_CORRECT = 2 OTHERS = 3.
FI_EWU_APPEND_KC_BALANCE CALL FUNCTION 'FI_EWU_APPEND_KC_BALANCE' EXPORTING I_KNC3 = XKNC3 I_BALANCE_3 = BALANCE_3 EXCEPTIONS NO_DATA_FOUND = 1 DATA_NOT_CORRECT = 2 OTHERS = 3.
FI_EWU_POST_EWUFI_BAL CALL FUNCTION 'FI_EWU_POST_EWUFI_BAL' EXPORTING I_PAKET = P_PAKET I_PHASE = P_PHASE I_TYPE = 'DD' EXCEPTIONS OTHERS = 1.
FI_EWU_CHECK_KC_BALANCE CALL FUNCTION 'FI_EWU_CHECK_KC_BALANCE' EXPORTING I_DELTA = '10000' " diff max 100,00 EUR EXCEPTIONS NO_DATA_FOUND = 1 DIFFERENCE_TO_LARGE = 2 OTHERS = 3.
FI_EWU_POST_KC_BALANCE CALL FUNCTION 'FI_EWU_POST_KC_BALANCE' EXCEPTIONS NO_DATA_FOUND = 1 DATA_NOT_CORRECT = 2 OTHERS = 3.
FI_EWU_RESET_EWUFI_BAL CALL FUNCTION 'FI_EWU_RESET_EWUFI_BAL' EXCEPTIONS OTHERS = 1.
FI_EWU_RESET_LC_BALANCE CALL FUNCTION 'FI_EWU_RESET_LC_BALANCE' EXCEPTIONS OTHERS = 1.
FI_EWU_APPEND_LC_BALANCE CALL FUNCTION 'FI_EWU_APPEND_LC_BALANCE' EXPORTING I_LFC1 = XLFC1 I_BALANCE_1 = BALANCE_1 EXCEPTIONS NO_DATA_FOUND = 1 DATA_NOT_CORRECT = 2 OTHERS = 3.
FI_EWU_APPEND_LC_BALANCE CALL FUNCTION 'FI_EWU_APPEND_LC_BALANCE' EXPORTING I_LFC3 = XLFC3 I_BALANCE_3 = BALANCE_3 EXCEPTIONS NO_DATA_FOUND = 1 DATA_NOT_CORRECT = 2 OTHERS = 3.
FI_EWU_POST_EWUFI_BAL CALL FUNCTION 'FI_EWU_POST_EWUFI_BAL' EXPORTING I_PAKET = P_PAKET I_PHASE = P_PHASE I_TYPE = 'KK' EXCEPTIONS OTHERS = 1.
FI_EWU_CHECK_LC_BALANCE CALL FUNCTION 'FI_EWU_CHECK_LC_BALANCE' EXPORTING I_DELTA = '10000' " diff max 100,00 EUR EXCEPTIONS NO_DATA_FOUND = 1 DIFFERENCE_TO_LARGE = 2 OTHERS = 3.
FI_EWU_POST_LC_BALANCE CALL FUNCTION 'FI_EWU_POST_LC_BALANCE' EXCEPTIONS NO_DATA_FOUND = 1 DATA_NOT_CORRECT = 2 OTHERS = 3.
FI_EWU_CHECK_EWUFI_BAL CALL FUNCTION 'FI_EWU_CHECK_EWUFI_BAL' EXPORTING I_FLG_ONLY = H_FLG_ONLY IMPORTING E_DIFFERENCES = LD_DIFFERENCE TABLES TT_EWUFI_BAL = TT_BAL EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WUCIFF01 - Include WUCIFF01: Specific Subroutines for RFEWUCIF WUCBAP01 - Include WUCBFP01: specific protocol of RFEWUCBF WUCBAF02 - General Routines for FIAA-EWU - Correction WUCBAF01 - Include WUCBFF01: specific subroutines of RFEWUCBF WUC1OTOP - documentation and ABAP source code WUC1OP01 - documentation and ABAP source code