SAP Reports / Programs | Financial Accounting | Asset Accounting | Information System(FI-AA-IS) SAP FI

DBADAF05 SAP ABAP INCLUDE - documentation and ABAP source code







DBADAF05 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 DBADAF05 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 DBADAF05. "Basic submit
SUBMIT DBADAF05 AND RETURN. "Return to original report after report execution complete
SUBMIT DBADAF05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT DBADAF05

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:

AM_T001_READ CALL FUNCTION 'AM_T001_READ' EXPORTING F_T001 = T001 IMPORTING F_T001 = T001.

LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING I_DATE = BERDATUM I_PERIV = HLP_PERIV IMPORTING E_DATE = L_LAST_DAY EXCEPTIONS OTHERS = 1.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATLO * I_MONMIT = T093C-MONMIT I_PERIV = HLP_PERIV IMPORTING E_GJAHR = L_GJAHR EXCEPTIONS OTHERS = 1.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = BERDATUM * I_MONMIT = T093C-MONMIT I_PERIV = HLP_PERIV IMPORTING E_BUPER = HLP_POPER E_GJAHR = L_GJAHR EXCEPTIONS OTHERS = 1.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = HLP_GJAHR I_PERIV = HLP_PERIV I_POPER = CON_FIRSTPER I_MONMIT = T093C-MONMIT IMPORTING E_DATE = HLP_FIRST_DAY.

T093_READ_MULTIPLE CALL FUNCTION 'T093_READ_MULTIPLE' EXPORTING I_AFAPL = T093C-AFAPL TABLES T_T093 = X093.

T093A_READ_MULTIPLE CALL FUNCTION 'T093A_READ_MULTIPLE' EXPORTING I_AFAPL = T093C-AFAPL TABLES T_T093A = X093A.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = X093C-DATUM I_PERIV = T001-PERIV IMPORTING E_GJAHR = L_GJAHR EXCEPTIONS OTHERS = 1.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = X093C-DATUM I_PERIV = T001-PERIV IMPORTING E_GJAHR = gs_legacy-gjahr E_BUPER = gs_legacy-period.

GET_VERSION_VERSN_011 CALL FUNCTION 'GET_VERSION_VERSN_011' EXPORTING I_BUKRS = T093C-BUKRS I_AFABE = HLP_AFABE * I_FLG_ONLY_READ = ' ' IMPORTING E_VERSN_011 = HLP_VERSN TABLES T_T093 = X093 EXCEPTIONS NO_VERSION_FOUND = 1 OTHERS = 2.

FI_IMPORT_BALANCE_SHEET_POS CALL FUNCTION 'FI_IMPORT_BALANCE_SHEET_POS' EXPORTING VERSION = HLP_VERSN TABLES I011Z = X011Z X011P = X011P * X011S = X011V = X011V * X011F = EXCEPTIONS NEW_BALANCE_SHEET = 1 OTHERS = 2.

T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING F_T093B = T093B IMPORTING F_T093B = T093B EXCEPTIONS OTHERS = 2.

T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING F_T093B = T093B IMPORTING F_T093B = T093B EXCEPTIONS OTHERS = 2.

RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' "vw EXPORTING "vw BUKRS = T093C-BUKRS "vw IMPORTING "vw KOKRS = L_KOKRS "vw EXCEPTIONS "vw OTHERS = 1. "vw

K_VERSN_VALUATION CALL FUNCTION 'K_VERSN_VALUATION' "vw EXPORTING "vw I_KOKRS = L_KOKRS "vw IMPORTING "vw E_BASIC_VALUATION = L_BASIC_VALUATION "vw TABLES "vw T_TKA09_V = T_TKA09_V "vw EXCEPTIONS "vw OTHERS = 4. "vw

T093B_READ_MULTIPLE CALL FUNCTION 'T093B_READ_MULTIPLE' EXPORTING I_BUKRS = T093C-BUKRS TABLES T_T093B = LD_X093B * T_T093T = EXCEPTIONS T093B_NOT_FOUND = 1 OTHERS = 2.



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 DBADAF05 or its description.