SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPF180U SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE SAPF180Y.
INCLUDE SAPF180X.


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:

BREAKDOWN_SHOW_DOCUMENT CALL FUNCTION 'BREAKDOWN_SHOW_DOCUMENT' EXPORTING i_bukrs = fg_header-bukrs i_belnr = fg_header-belnr i_gjahr = fg_item-gjahr EXCEPTIONS OTHERS = 0.

BREAKDOWN_ACTIVITY_GET CALL FUNCTION 'BREAKDOWN_ACTIVITY_GET' EXPORTING i_bukrs = e_bukrs IMPORTING e_fields = i_fields EXCEPTIONS OTHERS = 1.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = dgsb-budat i_periv = t001-periv IMPORTING e_gjahr = dgsb-gjahr e_monat = dgsb-monat.

K_COIN_SUBSEQUENT_POSTING_SET CALL FUNCTION 'K_COIN_SUBSEQUENT_POSTING_SET' EXPORTING I_ACTIVATE = 'X' EXCEPTIONS OTHERS = 1.

K_COBL_CHECK CALL FUNCTION 'K_COBL_CHECK' EXPORTING i_cobl = cobl IMPORTING e_cobl = cobl.

K_COIN_SUBSEQUENT_POSTING_SET CALL FUNCTION 'K_COIN_SUBSEQUENT_POSTING_SET' EXPORTING I_ACTIVATE = space EXCEPTIONS OTHERS = 1.

BREAKDOWN_ACTIVITY_GET CALL FUNCTION 'BREAKDOWN_ACTIVITY_GET' EXPORTING i_bukrs = t001-bukrs IMPORTING e_fields = i_fields EXCEPTIONS OTHERS = 1.

BREAKDOWN_SHOW_DOCUMENT * CALL FUNCTION 'BREAKDOWN_SHOW_DOCUMENT' * EXPORTING * i_bukrs = beleg_tab-bukrs * i_belnr = beleg_tab-belnr * i_gjahr = beleg_tab-gjahr * i_pmode = ' ' * i_xgsb0 = ' ' * EXCEPTIONS * OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = ' ' * I_INTERNAL_TABNAME = ' ' i_structure_name = cnt_tabname_tmp "BFIT_A * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = st_fieldcat_tmp EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_callback_prog i_internal_tabname = cnt_outtabname_sumundbeleg * I_structure_name = ' ' * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = cnt_includename_q * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = st_fieldcat_tmp EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = xrf180-bukrs IMPORTING e_x001 = x001 EXCEPTIONS OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = ld_iconname * text = ' ' info = ld_iconinfo add_stdinf = lb_add_stdinf IMPORTING RESULT = ld_icontxt EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_MESSAGE_QUESTION' text = pd_info * INFO = ' ' add_stdinf = 'X' IMPORTING RESULT = s_icotxt EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_callback_prog i_internal_tabname = cnt_outtabname_item * i_structure_name = ' ' * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = cnt_includename_q CHANGING ct_fieldcat = st_fieldcat_itm_tmp EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.



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