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

DBADAF09 SAP ABAP INCLUDE - Include/SAPSLL/LCD_PROTOCOL_R3TOP







DBADAF09 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 DBADAF09 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 DBADAF09. "Basic submit
SUBMIT DBADAF09 AND RETURN. "Return to original report after report execution complete
SUBMIT DBADAF09 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 DBADAF09

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:

FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = v_bukrs i_area = hlp_afabe IMPORTING es_areasettings = ls_area EXCEPTIONS customizing_wrong = 1 wrong_input_data = 2 OTHERS = 3.

T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_093_temp IMPORTING f_t093 = ls_093_temp.

T093A_READ CALL FUNCTION 'T093A_READ' EXPORTING f_t093a = ls_093a_temp IMPORTING f_t093a = ls_093a_temp.

T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_093_temp IMPORTING f_t093 = ls_093_temp.

T093A_READ CALL FUNCTION 'T093A_READ' EXPORTING f_t093a = ls_093a_temp IMPORTING f_t093a = ls_093a_temp.

T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_093_temp IMPORTING f_t093 = ls_093_temp.

T095_READ CALL FUNCTION 'T095_READ' EXPORTING f_t095 = t095 IMPORTING f_t095 = t095 EXCEPTIONS OTHERS = 8.

T095P_READ CALL FUNCTION 'T095P_READ' EXPORTING f_t095p = t095p IMPORTING f_t095p = t095p EXCEPTIONS OTHERS = 8.

FIAA_KTANSW_SAKAN_GET CALL FUNCTION 'FIAA_KTANSW_SAKAN_GET' EXPORTING bukrs = v_bukrs ktansw = kto_ktansw IMPORTING ex_ktsakan = l_ktsakan EXCEPTIONS OTHERS = 2.

READ_SACHKONTO_ALTKT * CALL FUNCTION 'READ_SACHKONTO_ALTKT' * EXPORTING BUKRS = V_BUKRS * SAKNR = KTO_KTANSW * XMASS = 'X' " mit internem Puffer * XSKAN = 'X' " mit angepasstem Konto! * IMPORTING ALTKT_SAKAN = L_KTSAKAN * EXCEPTIONS OTHERS = 8.

FIAA_KTANSW_SAKAN_GET CALL FUNCTION 'FIAA_KTANSW_SAKAN_GET' EXPORTING bukrs = v_bukrs ktansw = kto_ktaufw IMPORTING ex_ktsakan = l_ktaufan EXCEPTIONS 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 DBADAF09 or its description.