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

SAPF180X SAP ABAP INCLUDE - documentation and ABAP source code







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

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_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = i_bukrs IMPORTING e_x001 = x001 EXCEPTIONS OTHERS = 1.

BREAKDOWN_ACTIVITY_GET CALL FUNCTION 'BREAKDOWN_ACTIVITY_GET' EXPORTING i_bukrs = i_bukrs i_gjahr = i_gjahr IMPORTING e_fields = memo02-fields EXCEPTIONS OTHERS = 1.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = events_tab EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = 'SAPLF041' i_internal_tabname = 'DOC_TAB' CHANGING ct_fieldcat = fieldcat_tab EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = variant-report * IS_LAYOUT = it_fieldcat = fieldcat_tab i_save = 'A' is_variant = variant it_events = events_tab i_screen_start_column = 20 i_screen_start_line = 7 i_screen_end_column = cols i_screen_end_line = rows TABLES t_outtab = doc_tab EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_callback_prog i_internal_tabname = cnt_outtabname_beleg "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_COMPANYCODE_GETDETAIL CALL FUNCTION 'FI_COMPANYCODE_GETDETAIL' "#EC EXISTS EXPORTING bukrs_int = gd_bukrs authority_check = space IMPORTING t001_int = xt001_bf TABLES t001z_int = x001z EXCEPTIONS bukrs_not_found = 1 no_authority_display_bukrs = 2 OTHERS = 3.

FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = gd_bukrs IMPORTING e_x001 = x001 EXCEPTIONS OTHERS = 1.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING eo_form_grid = lo_grid.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_commentary.

REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * it_list_commentary = gt_listtop.

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



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