SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Management(FIN-FSCM-TRM-TM-TR) SAP FIN

FTR_FAC_REP_F01 SAP ABAP INCLUDE - Include FTR_FAC_REP1_F01







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


Text pool values


Title: Include FTR_FAC_REP1_F01


INCLUDES used within this REPORT FTR_FAC_REP_F01

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 25 text = text-004.

FTR_FC_GET_COMMITMENT CALL FUNCTION 'FTR_FC_GET_COMMITMENT' EXPORTING pi_so = ls_so pi_numbr = p_numbr pi_dstich = p_dstich pi_waers = p_waers pi_bukrs2 = p_bukrs2 IMPORTING pe_fac_output = gt_fac_output pe_fac_message = gt_fac_message EXCEPTIONS invalid_selection = 0 OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = gd_tabname i_client_never_display = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_TRANSFER_TO_SLIS CALL FUNCTION 'LVC_TRANSFER_TO_SLIS' EXPORTING it_fieldcat_lvc = gt_fieldcat it_sort_lvc = gt_sort it_filter_lvc = gt_filter is_layout_lvc = gs_layout IMPORTING et_fieldcat_alv = gt_is_fieldcat et_sort_alv = gt_it_sort et_filter_alv = gt_it_filter es_layout_alv = gs_is_layout * TABLES * IT_DATA = EXCEPTIONS it_data_missing = 0 it_fieldcat_lvc_missing = 0 OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = gd_tabname is_layout = gs_is_layout it_fieldcat = gt_is_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = gt_it_sort it_filter = gt_it_filter * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = gs_variant * IT_EVENTS = * IT_EVENT_EXIT = is_print = gt_is_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IR_SALV_LIST_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2 .

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = p_log_handle i_msgty = p_msgty * I_PROBCLASS = '4' i_text = p_text * I_S_CONTEXT = * I_S_PARAMS = * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4 .

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

TB_DEAL_BUKRS_CHECK CALL FUNCTION 'TB_DEAL_BUKRS_CHECK' TABLES i_tab_companycode = s_bukrs e_tab_companycode = r_bukrs EXCEPTIONS authority = 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 FTR_FAC_REP_F01 or its description.