F111SFSE 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 F111SFSE 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.
Title: Include F111SFSE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FI_PERFORM_00001661_P CALL FUNCTION 'OPEN_FI_PERFORM_00001661_P' EXPORTING i_xvorl = parxvorl CHANGING ct_payrq = g_tab_payrq[].
FI_PAYMENT_REQUEST_GET_ZBUKR CALL FUNCTION 'FI_PAYMENT_REQUEST_GET_ZBUKR' EXPORTING i_bukrs = p_payrq-bukrs i_origin = p_payrq-origin IMPORTING e_zbukr = p_payrq-zbukr e_absbu = p_payrq-absbu.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'FZ' msgty = 'S' txtnr = '771' msgv1 = p_payrq-keyno msgv2 = l_old_pacur msgv3 = p_payrq-zbukr msgv4 = f110c-budat.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'FZ' msgty = 'S' txtnr = '720'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'FZ' msgty = 'S' txtnr = '770' msgv1 = p_payrq-keyno msgv2 = l_old_pacur msgv3 = p_payrq-pacur.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_payrq-hkont msgv2 = p_payrq-bukrs txtnr = '027'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_payrq-belnr " document number msgv2 = p_payrq-buzei " item txtnr = '037'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_payrq-keyno txtnr = '028'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_payrq-belnr " Beleg msgv2 = p_payrq-buzei " Buchungszeile txtnr = '036'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_payrq-belnr " Beleg msgv2 = p_payrq-buzei " Buchungszeile txtnr = '038'.
FI_PAYMENT_METHODS_ITEMS CALL FUNCTION 'FI_PAYMENT_METHODS_ITEMS' EXPORTING i_mzwels = g_master_b-zwels i_koart = p_payrq-koart i_parno = p_payrq-parno i_keyno = p_payrq-keyno i_ztrace = tmp_trcopt-xtrzw i_etrace = tmp_trcopt-xtrze CHANGING c_pzwels = p_payrq-zwels EXCEPTIONS no_valid_payment_method = 1 OTHERS = 2.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'FZ' msgty = 'S' msgv1 = g_master_b-zlspr " Sperrkennzeichen txtnr = '717'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'FZ' msgty = 'S' msgv1 = g_master_b-zlspr " Sperrkennzeichen txtnr = '718'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'FZ' msgty = 'S' msgv1 = p_payrq-zlspr " Sperrkennzeichen txtnr = '716'.
ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gclient = sy-mandt gname = 'PAYRQ' guname = space TABLES enq = lt_enq EXCEPTIONS OTHERS = 4.
ENQUEUE_EFPAYRQ CALL FUNCTION 'ENQUEUE_EFPAYRQ' EXPORTING keyno = p_keyno _scope = 1 EXCEPTIONS foreign_lock = 1 OTHERS = 2.
DEQUEUE_EFPAYRQ CALL FUNCTION 'DEQUEUE_EFPAYRQ' EXPORTING keyno = p_keyno.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_keyno txtnr = '097'.
CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'PZ' msgty = 'S' msgv1 = p_keyno txtnr = '134'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'MC' msgty = 'S' msgv1 = l_uname txtnr = '601'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = sy-msgid msgty = 'S' msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno.
CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = s_process IMPORTING all_bukrs = l_all_bukrs TABLES t_bukrs = st_bukrs EXCEPTIONS process_not_maintained = 4.
CURRENCY_GET_SUBSEQUENT CALL FUNCTION 'CURRENCY_GET_SUBSEQUENT' EXPORTING currency = p_pacur process = s_process date = f110c-budat bukrs = p_zbukr IMPORTING currency_new = l_pacur.
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = p_zbukr IMPORTING e_t001 = ls_t001.
CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING date = f110c-budat type_of_rate = 'M' from_amount = p_pamtf from_currency = p_pacur to_currency = l_pacur local_currency = ls_t001-waers conversion_mode = 'X' IMPORTING to_amount = l_pamtf.
CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING currency = p_pacur date = f110c-budat object = 'BKPF' bukrs = p_zbukr EXCEPTIONS warning_occurred = 0 error_occurred = 4.
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 F111SFSE or its description.