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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMCDFUNDBPD - Display Change Documents for Funds in FM Area RFFMCDFUNDBPD - Display Change Documents for Funds in FM Area RFFMCDFUND - FIFM: Display Change Documents for Master Data RFFMCDFUND - FIFM: Display Change Documents for Master Data RFFMCDCI - Display Change Documents for Commitment Items in FM Area RFFMCDCI - Display Change Documents for Commitment Items in FM Area