SAP Reports / Programs

RFFMFG_UPD_SL_LINES SAP ABAP Report - Update 95/96/97 ledger line items







RFFMFG_UPD_SL_LINES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to update postings to ledgers 95, 96, and 97 when changes from the federal government posting derivation cause different federal government field value postings to an existing original or budgetary ledger document...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 RFFMFG_UPD_SL_LINES 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

FMFG_UPD_SL_LINES - Update 95/96/97 ledger line items


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 RFFMFG_UPD_SL_LINES. "Basic submit
SUBMIT RFFMFG_UPD_SL_LINES AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_UPD_SL_LINES 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_RDOCNR = D .
Selection Text: S_RBUKRS = D .
Selection Text: S_RACCT = D .
Selection Text: S_PRCTR = D .
Selection Text: S_POPER = D .
Selection Text: S_MEASUR = D .
Selection Text: S_GSBER = D .
Selection Text: S_GEBER = D .
Selection Text: S_FKBER = D .
Selection Text: S_FISTL = D .
Selection Text: S_FINUSE = D .
Selection Text: S_FDTYP = D .
Selection Text: S_BUDPER = D .
Selection Text: S_BUDAT = D .
Selection Text: S_BLDAT = D .
Selection Text: S_AWTYP = D .
Selection Text: P_VARI = D .
Selection Text: P_TEST = Test Run
Selection Text: P_RYEAR = D .
Selection Text: P_POPER = D .
Selection Text: P_DERROR = Display Doc.Lines with errors
Selection Text: P_BUDAT = D .
Selection Text: P_BLDAT = D .
Title: Update 95/96/97 ledger line items
Text Symbol: SPE = Specific Options
Text Symbol: OPT = Options
Text Symbol: HEA = General Selection Criteria
Text Symbol: ALV = Reporting
Text Symbol: 102 = active
Text Symbol: 101 = Dynamic Selections


INCLUDES used within this REPORT RFFMFG_UPD_SL_LINES

RFFMFG_UPD_SL_LINES_TOP, " DATA DECLARATIONS
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 RFFMFG_UPD_SL_LINES or its description.