SAP Reports / Programs

RFMUSFG_FACTS2_EXTRACT SAP ABAP Report - Treasury Bulk File Extract Program







RFMUSFG_FACTS2_EXTRACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Treasury Bulk File Extract Program This report extracts data from special ledger 97 in table group FMUSFGFACTS2 and places it in a work file to be used by the other FACTS II processes...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 RFMUSFG_FACTS2_EXTRACT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RFACTS2_EXTRACT - FACTS 2: Data Extract


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


Text pool values


Selection Text: S_RYEAR = D .
Selection Text: S_RBUKR = Company Code
Selection Text: S_PREPAR = Preparer ID
Selection Text: S_FINUSE = Application of Funds
Selection Text: S_CERTIF = Certifier ID
Selection Text: P_RPMAX = Up To Period
Title: Treasury Bulk File Extract Program
Text Symbol: I06 = Entry error
Text Symbol: I07 = Entries are not yet consistent.
Text Symbol: I08 = Check your entries
Text Symbol: I09 = using the error log.
Text Symbol: MG1 = dropped from
Text Symbol: MG2 = existing
Text Symbol: MG3 = updated on
Text Symbol: MG4 = new
Text Symbol: MG5 = added to
Text Symbol: MG6 = not dropped from
Text Symbol: MG7 = identified, but not added
Text Symbol: NEW = New Record
Text Symbol: OLD = Old Record
Text Symbol: RTL = Summary of Records Extracted
Text Symbol: S01 = Table FMFGF2EXT has been changed
Text Symbol: S02 = Save before leaving?
Text Symbol: S03 = Confirm to Update FMFGF2EXT
Text Symbol: SEQ = Sequence Number
Text Symbol: TXT = Footnote Text
Text Symbol: UPD = Updated
Text Symbol: G2T = Footnote records
Text Symbol: 001 = Selections
Text Symbol: 003 = Extract File Option
Text Symbol: 004 = Company Code
Text Symbol: 005 = FACTS II Bulk Extract File Statistics
Text Symbol: 006 = Delete Existing Extract Records Based On Above Selection
Text Symbol: 007 = added
Text Symbol: 008 = Fund does not exist in FM area
Text Symbol: 010 = Delete All Existing Extract Records
Text Symbol: 011 = Create New Records or Update Existing Records
Text Symbol: 012 = Posting Period





Text Symbol: 013 = Fiscal Year
Text Symbol: 300 = Display Footnote
Text Symbol: 500 = Error in Flush
Text Symbol: BAK = FACTS II Bulk Account Key
Text Symbol: CET = extract table
Text Symbol: DEL = To Be Deleted
Text Symbol: E01 = Internal error deleting a row
Text Symbol: EXT = Extract Application Log
Text Symbol: FC1 = Facts II Bulk File Account Detail Record
Text Symbol: FC2 = Debit/Credit Indicator
Text Symbol: FC3 = Amount
Text Symbol: FC4 = Footnote Exists
Text Symbol: FC5 = Status
004 Treasury-Account-Symbol Count-
003
002
001


INCLUDES used within this REPORT RFMUSFG_FACTS2_EXTRACT

INCLUDE: RFMUSFG_FACTS2_EXTRACT_TOP, " DATA DECLARATION
RFMUSFG_FACTS2_EXTRACT_01, " SELECTION SCREEN
RFMUSFG_FACTS2_EXTRACT_02, " READ TABLES
RFMUSFG_FACTS2_EXTRACT_03, " REPORT
RFMUSFG_FACTS2_EXTRACT_04, " BUILD EXTRACT
RFMUSFG_FACTS2_EXTRACT_05, " DATABASE FILE SUBROUTINES
RFMUSFG_FACTS2_EXTRACT_06, " EVENT IMPLEMENTATION
RFMUSFG_FACTS2_EXTRACT_07, " MISC. SUBROUTINES
INCLUDE RFFMFG_SCHED.


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:

No SAP FUNCTION MODULES are executed within this report code!



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