F111SFUT 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 F111SFUT 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 F111SFUT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = P_BUKRS IMPORTING E_T001 = T001.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING I_BUKRS = T001-BUKRS I_LAND1 = T001-LAND1 I_RCOMP = T001-RCOMP IMPORTING E_X001 = X001.
FI_PRQ_DEBIT_CREDIT CALL FUNCTION 'FI_PRQ_DEBIT_CREDIT' EXPORTING I_ZBUKR = P_PAYRQ-ZBUKR I_ZBNKS = P_PAYRQ-ZBNKS I_ZBNKR = P_PAYRQ-ZBNKR I_UBNKS = P_PAYRQ-UBNKS I_UBNKR = P_PAYRQ-UBNKR I_PACUR = P_PAYRQ-PACUR I_CREDIT = P_PAYRQ-CRVAL IMPORTING E_DEBIT = P_PAYRQ-VALUT EXCEPTIONS PARAMETER_EXPECTED = 1 PARAMETER_INVALID = 2 ENTRY_NOT_FOUND = 3 OTHERS = 4.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = P_PAYRQ-VALUT TXTNR = '415'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' TXTNR = '411'.
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.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' TXTNR = '412'.
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.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = P_PAYRQ-PACUR MSGV2 = P_PAYRQ-BUKRS MSGV3 = P_PAYRQ-ZBNKS TXTNR = '413'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' TXTNR = '414'.
OPEN_FI_PERFORM_00001630_P CALL FUNCTION 'OPEN_FI_PERFORM_00001630_P' EXPORTING I_ZHLG1 = ZHLG1 I_KEYNO = REGUP-KEYNO I_ZWELS = REGUP-ZWELS I_TAGE1 = REGUP-ZBD1T I_TRACE = TRCOPT IMPORTING E_PAYMETHOD = L_ZWELS E_NOT_DUE = L_NOT_DUE E_VALUT = L_NEW_VALUT E_RC = P_RC EXCEPTIONS OTHERS = 5.
OPEN_FI_PERFORM_00001620_P CALL FUNCTION 'OPEN_FI_PERFORM_00001620_P' EXPORTING I_BUDAT = F110C-BUDAT I_PAYRQ = P_P_PAYRQ I_NEDAT = ATTRIB-NEDAT I_ZWELS = P_P_PAYRQ-ZWELS I_TRACE = TRCOPT IMPORTING E_NOT_DUE = L_NOT_DUE E_ZWELS = L_ZWELS E_RC = P_RC.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = '00001620' TXTNR = '450'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = '00001620' TXTNR = '451'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = '00001620' TXTNR = '452'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = '00001620' TXTNR = '453'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'PZ' MSGTY = 'S' MSGV1 = '00001620' TXTNR = '455'.
OPEN_FI_PERFORM_00001610_P CALL FUNCTION 'OPEN_FI_PERFORM_00001610_P' EXPORTING I_PAYRQ = P_P_PAYRQ IMPORTING E_VALUT = P_P_PAYRQ-VALUT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.