SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFM_DOC_CHAIN SAP ABAP Report - Document Chain







RFFM_DOC_CHAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The concept of the document chain is to select a document in the transaction register and to display all the predecessor documents and successor documents that are related to the selected 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 RFFM_DOC_CHAIN 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

RFFM_DOC_CHAIN - Document Chain Display


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 RFFM_DOC_CHAIN. "Basic submit
SUBMIT RFFM_DOC_CHAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_DOC_CHAIN 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: P_AWORG = D .
Selection Text: P_AWREF = D .
Selection Text: P_AWTYP = D .
Title: Document Chain
Text Symbol: 001 = Select from matching documents for &
Text Symbol: 008 = Select


INCLUDES used within this REPORT RFFM_DOC_CHAIN

No INCLUDES are used within this REPORT code!


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:

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'FMFG_DC_CHAIN_DISPLAY' " (gives us the fields we need plus more that we will clean out) changing ct_fieldcat = lt_fcat.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'TTYPT' fieldname = 'OTEXT' tables dfies_tab = lt_dfies.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = l_title i_tabname = '' it_fieldcat = lt_fcat i_checkbox_fieldname = 'SEL' it_excluding = lt_excluding tables t_outtab = .



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