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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF180X - documentation and ABAP source code SAPF180W - documentation and ABAP source code SAPF180V - documentation and ABAP source code SAPF180U - documentation and ABAP source code SAPF180S_NACC - Reverse Posting Run for Balance Sheet Adjustment SAPF180S_NACC - Reverse Posting Run for Balance Sheet Adjustment