SAP Reports / Programs | Financial Accounting | Accounts Payable | Payment Transactions(FI-AP-AP-PT) SAP FI

F110SFS0_SET_GLOBAL_FLAGS SAP ABAP INCLUDE - F110SFS0SETGLOBALFLAGS







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

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:

PC_FUNCTION_FIND CALL FUNCTION 'PC_FUNCTION_FIND' EXPORTING I_PROCS = '00001820' TABLES T_FMRFC = GT_FMTAB EXCEPTIONS NOTHING_FOUND = 4 OTHERS = 8.

PC_FUNCTION_FIND CALL FUNCTION 'PC_FUNCTION_FIND' EXPORTING I_PROCS = '00001830' TABLES T_FMRFC = GT_FMTAB EXCEPTIONS NOTHING_FOUND = 4 OTHERS = 8.

PC_FUNCTION_FIND CALL FUNCTION 'PC_FUNCTION_FIND' EXPORTING I_PROCS = '00001825' TABLES T_FMRFC = GT_FMTAB EXCEPTIONS NOTHING_FOUND = 4 OTHERS = 8.

BF_FUNCTIONS_FIND CALL FUNCTION 'BF_FUNCTIONS_FIND' EXPORTING I_EVENT = '00001025' TABLES T_FMRFC = GT_FMTAB EXCEPTIONS NOTHING_FOUND = 4 OTHERS = 8.

PC_FUNCTION_FIND CALL FUNCTION 'PC_FUNCTION_FIND' EXPORTING I_PROCS = '00000119' TABLES T_FMRFC = GT_FMTAB EXCEPTIONS NOTHING_FOUND = 4 OTHERS = 8.

CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING PROCESS = 'SAPF110' * IMPORTING * ALL_BUKRS = * TABLES * T_BUKRS = EXCEPTIONS PROCESS_NOT_MAINTAINED = 1 OTHERS = 2 .

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING * E_DA_ACTIV = * E_EU_ACTIV = * E_KOM_ACTIV = E_FLG_ISPS_NOT_ACTIVE = GD_FLG_ISPS_NOT_ACTIVE E_FUNCTION_ACTIVE = GD_FLG_FUNCTION_ACTIVE E_FUND_ACTIVE = GD_FLG_FUND_ACTIVE * E_GRANT_ACTIVE = E_PS_US_ACTIVE = GD_FLG_PS_US_ACTIVE .

FM_CHECK_PPA_ACTIVE_CORE CALL FUNCTION 'FM_CHECK_PPA_ACTIVE_CORE' EXPORTING I_COMPANY_CODE = BUKTAB-BUKRS IMPORTING E_ACTIVE = LD_PPA_ACTIVE.

FMFG_TC_PS_US_ACTIVE_CORE CALL FUNCTION 'FMFG_TC_PS_US_ACTIVE_CORE' IMPORTING E_ACTIVE = GD_TC_ACTIVE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FSBP_CHECK_FS_CRITERIA CALL FUNCTION 'FSBP_CHECK_FS_CRITERIA' IMPORTING e_fs_active = gd_flg_fs_active.

K_PCA_CHECK_BALANCE_GLOBAL CALL FUNCTION 'K_PCA_CHECK_BALANCE_GLOBAL' IMPORTING E_BIACT = GD_PCA_BALANCES_ACTIVE.

APAR_EBPP_CHECK_ACTIVE CALL FUNCTION 'APAR_EBPP_CHECK_ACTIVE' IMPORTING E_ACTIVE = GD_EBPP_ACTIVE.

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING E_GLFLEX_ACTIVE = GD_GLFLEX_ACTIVE EXCEPTIONS OTHERS = 1.

FAGL_MIG_GET_MGPLN_FOR_BUKRS CALL FUNCTION 'FAGL_MIG_GET_MGPLN_FOR_BUKRS' EXPORTING IT_BUKRS = lt_bukrs IMPORTING * ET_FAGL_MIG_002 = ET_MGPLN = lt_mgpln EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.

FAGL_MIG_GET_ALL_MGPLN_DATA_EX CALL FUNCTION 'FAGL_MIG_GET_ALL_MGPLN_DATA_EX' EXPORTING IT_MGPLN = lt_mgpln IMPORTING ET_MGPLN_DATA_EXT = lt_mgpln_data_ext EXCEPTIONS INTERNAL_ERROR = 1 NO_DATA_FOUND = 2 OTHERS = 3.

FAGL_GET_SPLIT_STATUS CALL FUNCTION 'FAGL_GET_SPLIT_STATUS' EXPORTING I_MGPLN = ls_mgpln_data_ext-mgpln IMPORTING E_SPLIT_ACTIVE = lx_mgpln_split_active EXCEPTIONS MGPLN_NOT_FOUND = 1 INVALID_INPUT = 2 INVALID_MG_TYP = 3 OTHERS = 4.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = 'REEX_CB_GET_ACCOUNT' EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

FI_PAYMENT_USE_OF_GTS_CHECK CALL FUNCTION 'FI_PAYMENT_USE_OF_GTS_CHECK' IMPORTING e_xspl_active_gts = gd_gts_active.

FI_PAYMENT_GTS_AUTO_PAY_MODE





CALL FUNCTION 'FI_PAYMENT_GTS_AUTO_PAY_MODE' EXPORTING is_reguv = reguv iv_proposal_run = parxvorl IMPORTING ev_runmode = gd_gts_runmode ev_write_trigger_entries = gd_gts_write_trigger_entries ev_delete_trigger_entry = gd_gts_delete_trigger_entry ev_stop_processing = ld_stop_processing ev_gts_available = gd_gts_available.

BF_CHECK_APPL_ACTIVE CALL FUNCTION 'BF_CHECK_APPL_ACTIVE' EXPORTING i_applk = 'FI-PRL' IMPORTING aktiv = gd_prl_active.

FPRL_APPLICATION_READ CALL FUNCTION 'FPRL_APPLICATION_READ' IMPORTING e_application = l_application EXCEPTIONS OTHERS = 4.



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