RFFMFGTCONFIRM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generated include for enhancement - HOWELLG - 15...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFFMFGTCONFIRM 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.
Treasury Confirmation List
Selection Text: P_ALC = D Agency Location Code
Selection Text: P_AMT = D Amount paid in local currency
Selection Text: P_CHECF = D Check number from
Selection Text: P_CHECT = D Check number
Selection Text: P_CONFD = D Confirmation Date
Selection Text: P_FNAME = SWIFT File name
Selection Text: P_MANUAL = Manual Confirmation Only
Selection Text: P_PC = PC File
Selection Text: P_RECONC = Start Bank Stmt Reconciliation
Selection Text: P_SCHNO = D Payment Schedule Number
Selection Text: P_TEST = Test
Selection Text: P_TESTF = With file creation
Selection Text: P_TESTNF = Without file creation
Selection Text: P_VAR = D Variant Name
Title: Treasury Confirmation
Text Symbol: 037 = Check Number
Text Symbol: 038 = Check Number From
Text Symbol: 039 = Payment Document
Text Symbol: 040 = Local Curr. Amount
Text Symbol: 041 = Can not find House Bank and Accout ID for Check
Text Symbol: 042 = in Schedule
Text Symbol: 043 = The last check number
Text Symbol: 044 = is greater than
Text Symbol: 045 = Checks is used up and no more lots assigned
Text Symbol: 046 = Check number in the check ranges of schedule
Text Symbol: 047 = has been used already
Text Symbol: 100 = Output SWIFT
Text Symbol: 101 = file is not in a local workstation
Text Symbol: 102 = file is not in an application server
Text Symbol: A00 = SWIFT File
Text Symbol: A01 = Local Workstation
Text Symbol: A02 = Application Server
Text Symbol: A03 = Agency Location Infomation
Text Symbol: A10 = Electronic Bank Statement
Text Symbol: A20 = Reversal
Text Symbol: A30 = Test Mode
Text Symbol: A40 = Confirmation
INCLUDE RFEBKAT9.
INCLUDE RFFMFGTCTOP.
INCLUDE MFGTCONFIRM_SEL_SCREEN.
INCLUDE MFGTCONFIRM_MSG_LOGF01.
INCLUDE MFGTCONFIRM_ALV_GRID.
No SAP DATABASE tables are accessed within this REPORT code!
FMFG_TC_SCHED_ENTRY CALL FUNCTION 'FMFG_TC_SCHED_ENTRY' EXPORTING i_alc = p_alc i_test = p_test i_manual = p_manual IMPORTING e_status = l_status e_manual = p_manual TABLES t_sched_info = g_t_sched_info t_check_range = g_t_check_range.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING I_BUDAT = g_t_sched_info-postd I_BUKRS = reguh-zbukr IMPORTING E_GJAHR = XGJAHR E_MONAT = XMONAT.
FI_PERIOD_CHECK CALL FUNCTION 'FI_PERIOD_CHECK' EXPORTING I_BUKRS = reguh-zbukr I_GJAHR = XGJAHR I_KOART = '+' I_KONTO = '+' I_MONAT = MONAT EXCEPTIONS OTHERS = 01.
INSERT_PAYR CALL FUNCTION 'INSERT_PAYR' EXPORTING I_APPL = 'FI' I_PAYR = l_payr I_TEST = p_test * Update des Schecknummernstandes durchführen I_XPCEC = l_xpcec " Update - default 'X' EXCEPTIONS APPLICATION_NOT_VALID = 1 BANK_ACCOUNT_NOT_VALID = 2 CHECK_ALREADY_ISSUED = 3 CHECK_NOT_VALID = 4 COMPANY_CODE_NOT_VALID = 5 FOREIGN_LOCK = 6 HOUSE_BANK_NOT_VALID = 7 INSERT_FAILURE = 8 NOT_NEXT_NUMBER = 9 REQUIRED_ENTRY_NOT_MADE = 10 UPDATE_FAILURE = 11 OTHERS = 12.
FMFG_TC_GET_PMT_METH_SUPP CALL FUNCTION 'FMFG_TC_GET_PMT_METH_SUPP' EXPORTING I_ALC = fmtc_schno-alc I_PMT_OFFICE = fmtc_schno-pmt_office IMPORTING E_UZAWE = g_uzawe EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CALL_FBRA CALL FUNCTION 'CALL_FBRA' EXPORTING I_BUKRS = l_t_bkpf-bukrs I_AUGBL = l_t_bkpf-belnr I_GJAHR = l_t_bkpf-gjahr I_XSIMU = P_TEST * I_XERLK = 'X' * I_AUGDT = '00000000' * I_STODT = '00000000' * I_STOMO = * I_RFZEI = * I_UPDATE = 'S' * I_MODE = 'N' * TABLES * T_ACCNT = EXCEPTIONS NOT_POSSIBLE = 1 OTHERS = 2.
CALL_FB08 CALL FUNCTION 'CALL_FB08' EXPORTING I_BUKRS = l_t_bkpf-bukrs I_BELNR = l_t_bkpf-belnr I_GJAHR = l_t_bkpf-gjahr * I_BVORG = ' ' I_STGRD = p_stgrd * I_VOIDR = * I_BUDAT = * I_MONAT = I_XSIMU = p_test * I_UPDATE = 'A' * I_MODE = 'N' * IMPORTING * E_BUDAT = * E_MONAT = * E_XSOFO = EXCEPTIONS NOT_POSSIBLE = 1 OTHERS = 2.
FMFG_TC_MANUAL_CONFIRMATION CALL FUNCTION 'FMFG_TC_MANUAL_CONFIRMATION' EXPORTING I_ALC = fmtc_schno-alc I_SCHED_NBR = fmtc_schno-scheduleno I_CONFD = p_i_confd I_POSTD = p_i_postd I_CHECF = p_i_checf I_CHECT = p_i_chect I_TAMOUNT = p_i_amt I_AAMOUNT = l_amt IMPORTING E_STATUS = fmtc_schno-status TABLES t_chk_range = g_t_check_range T_MATCH = g_t_match.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = 'PSM_AUTO_TC_SWIFT_CRE_FILE' parameter_1 = sy-cprog CHANGING physical_filename = g_fname EXCEPTIONS validation_failed = 1 logical_filename_not_found = 2 others = 3.
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = filename filetype = 'ASC' tables data_tab = g_t_fileout exceptions file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 others = 22.
RS_VARIANT_CONTENTS call function 'RS_VARIANT_CONTENTS' exporting report = 'RFEBKA00' variant = l_variant tables valutab = l_t_valutab.
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = listobj EXCEPTIONS not_found = 1.
DISPLAY_LIST CALL FUNCTION 'DISPLAY_LIST' EXPORTING fullscreen = 'X' TABLES listobject = listobj EXCEPTIONS OTHERS = 0.
FMFG_TC_GET_PMT_METH_SUPP CALL FUNCTION 'FMFG_TC_GET_PMT_METH_SUPP' EXPORTING I_ALC = fmtc_schno-alc I_PMT_OFFICE = fmtc_schno-pmt_office IMPORTING E_UZAWE = g_uzawe EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
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 RFFMFGTCONFIRM or its description.
RFFMFGTCONFIRM - Treasury Confirmation RFFMFGTCONFIRM - Treasury Confirmation RFFMFGTCL - Travel Congressional Limitation / Status of Funds RFFMFGTCL - Travel Congressional Limitation / Status of Funds RFFMFGTCAUTO_SEL_SCREEN - Include RFFMFGTCAUTO_SEL_SCREEN RFFMFGTCAUTO_ALV_GRID - Include RFFMFGTCAUTO_ALV_GRID