SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

RFFMCDFUNDBPD SAP ABAP Report - Display Change Documents for Funds in FM Area







RFFMCDFUNDBPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report lists the change document entries for one, several, or all line items in chronological order...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 RFFMCDFUNDBPD into the relevant SAP transactions such as SE38 or SE80


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 RFFMCDFUNDBPD. "Basic submit
SUBMIT RFFMCDFUNDBPD AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCDFUNDBPD 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_FIKRS = FM area
Selection Text: S_DATUM = Changed on
Selection Text: S_FUND = Fund
Selection Text: S_USER = Changed By
Selection Text: S_ZEIT = Changed at
Title: Display Change Documents for Funds in FM Area
Text Symbol: 001 = Record changed
Text Symbol: 002 = Record deleted (individual field documentation)
Text Symbol: 003 = Record created
Text Symbol: 004 = Record deleted
Text Symbol: 015 = Change Documents for Fund Master Data


INCLUDES used within this REPORT RFFMCDFUNDBPD

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:

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING changenumber = g_t_cdhdr-changenr objectclass = g_t_cdhdr-objectclas objectid = g_t_cdhdr-objectid TABLES editpos = l_t_cdred EXCEPTIONS no_position_found = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-015 is_layout = ls_layout it_fieldcat = gt_fldcat[] i_default = 'X' i_save = 'A' is_variant = ls_variant TABLES t_outtab = g_t_cdred[] EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = 'G_T_CDRED' i_structure_name = 'IFMFUNDBPD_CD_ALV' CHANGING ct_fieldcat = lt_fldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.



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