SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

WUCBAF01 SAP ABAP INCLUDE - Include WUCBFF01: specific subroutines of RFEWUCBF







WUCBAF01 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 WUCBAF01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT WUCBAF01. "Basic submit
SUBMIT WUCBAF01 AND RETURN. "Return to original report after report execution complete
SUBMIT WUCBAF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include WUCBFF01: specific subroutines of RFEWUCBF


INCLUDES used within this REPORT WUCBAF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FI_EWU_RESET_EWUFI_BAL CALL FUNCTION 'FI_EWU_RESET_EWUFI_BAL' EXCEPTIONS OTHERS = 1.

T001_READ_FIAA CALL FUNCTION 'T001_READ_FIAA' CHANGING F_T001 = LS_T001.

FI_EWU_POST_EWUFI_BAL CALL FUNCTION 'FI_EWU_POST_EWUFI_BAL' EXPORTING I_PAKET = P_PAKET I_PHASE = P_PHASE I_TYPE = 'AS' EXCEPTIONS OTHERS = 1.

FI_EWU_GET_GL_BALANCE_CYEAR CALL FUNCTION 'FI_EWU_GET_GL_BALANCE_CYEAR' EXPORTING I_GLT0 = XGLT0 I_BALANCE = BALANCE I_TYPE = '1LC' I_MODE = P_MODE I_STRICT_GSBER = P_STRICT "note_1575409 IMPORTING E_DELTA = DELTA_H EXCEPTIONS OTHERS = 1.

FI_EWU_GET_GL_BALANCE_CYEAR CALL FUNCTION 'FI_EWU_GET_GL_BALANCE_CYEAR' EXPORTING I_GLT0 = XGLT0 I_BALANCE = BALANCE I_TYPE = '2LC' I_MODE = P_MODE I_STRICT_GSBER = P_STRICT "note_1575409 IMPORTING E_DELTA = DELTA_H EXCEPTIONS OTHERS = 2.

FI_EWU_GET_GL_BALANCE_CYEAR CALL FUNCTION 'FI_EWU_GET_GL_BALANCE_CYEAR' EXPORTING I_GLT0 = XGLT0 I_BALANCE = BALANCE I_TYPE = '3LC' I_MODE = P_MODE I_STRICT_GSBER = P_STRICT "note_1575409 IMPORTING E_DELTA = DELTA_H EXCEPTIONS OTHERS = 2.

T030B_READ CALL FUNCTION 'T030B_READ' IMPORTING E_ANLAH = L_BUS_ANLAH E_ANLAS = L_BUS_ANLAS E_SAKOH = L_BUS_SAKOH E_SAKOS = L_BUS_SAKOS EXCEPTIONS OTHERS = 1.

FI_EWU_GET_CUSTOMIZING CALL FUNCTION 'FI_EWU_GET_CUSTOMIZING' EXPORTING I_EWUDIF = '006' TABLES I_BUKRS = T_BUKRS E_GLACC = LT_GLACC E_MSG = T_MSG EXCEPTIONS OTHERS = 1.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATLO I_PERIV = T_BUKRS-PERIV IMPORTING E_BUPER = L_BUPER E_GJAHR = L_GJAHR EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.

LAST_DAY_IN_PERIOD_GET CALL FUNCTION 'LAST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = L_GJAHR I_PERIV = T_BUKRS-PERIV I_POPER = L_BUPER IMPORTING E_DATE = L_BUDAT EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.

READ_SACHKONTO CALL FUNCTION 'READ_SACHKONTO' EXPORTING BUCHUNGSKREIS = T_GLT0_CY-BUKRS SACHKONTO = T_GLT0_CY-HKONT IMPORTING SACHKONTO_WA = L_SACHKONTO EXCEPTIONS SACHKONTO_NOT_FOUND = 1 OTHERS = 2.

AM_RWIN_CALL CALL FUNCTION 'AM_RWIN_CALL' EXPORTING I_AWTYP = CON_AWTYP_AMBU I_GLVOR = 'RFBU' I_BUKRS = T_BUKRS-BUKRS I_GJAHR = L_GJAHR IMPORTING E_AWREF = L_AWREF E_AWORG = L_AWORG E_AWSYS = L_AWSYS TABLES T_ABUZ = LT_ABUZ EXCEPTIONS ERROR_MESSAGE = 1.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = XMESG EXCEPTIONS OTHERS = 1.

FI_COMPANYCODES CALL FUNCTION 'FI_COMPANYCODES' TABLES T_BUKRS = T_BUKRS EXCEPTIONS OTHERS = 1.

FI_DOCUMENT_NUMBER_INTERNAL CALL FUNCTION 'FI_DOCUMENT_NUMBER_INTERNAL' EXPORTING X_GET = L_BOOLE TABLES T_ACCDN = XACCDN EXCEPTIONS OTHERS = 2.

FI_EWU_MODIFY_EWUFI_BAL CALL FUNCTION 'FI_EWU_MODIFY_EWUFI_BAL' EXPORTING I_EWUFI_BAL = L_EWUFI_BAL EXCEPTIONS OTHERS = 1.

FI_EWU_MODIFY_EWUFI_BAL CALL FUNCTION 'FI_EWU_MODIFY_EWUFI_BAL' EXPORTING I_EWUFI_BAL = L_EWUFI_BAL I_DELETE = 'X' EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name WUCBAF01 or its description.