SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

RFBPDKCD SAP ABAP Report - Display Change Documents for Budget Entry Documents







RFBPDKCD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program lists the change document entries in chronological order for one, several or all line items within Funds Management...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 RFBPDKCD 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 RFBPDKCD. "Basic submit
SUBMIT RFBPDKCD AND RETURN. "Return to original report after report execution complete
SUBMIT RFBPDKCD 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: RWZEIT = Changed at
Selection Text: RWUSER = Changed by
Selection Text: RWDATUM = Changed on
Selection Text: RWBLPOS = Line Item
Selection Text: RWBELNR = Document Number
Title: Display Change Documents for Budget Entry Documents
Text Symbol: 513 = Long Text
Text Symbol: 512 = Long text changed
Text Symbol: 511 = Header text entered
Text Symbol: 510 = Field Text
Text Symbol: 509 = Unable to display change
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 507 = Document entered
Text Symbol: 505 = Deletion
Text Symbol: 502 = Change
Text Symbol: 402 = New Value
Text Symbol: 401 = Old Value
Text Symbol: 213 = Deleted
Text Symbol: 212 = Entered
Text Symbol: 209 = Header text
Text Symbol: 208 = Document
Text Symbol: 204 = Time
Text Symbol: 203 = Date
Text Symbol: 035 = Document/Change
Text Symbol: 026 = Deleted by
Text Symbol: 025 = Created by
Text Symbol: 021 = Field Name
Text Symbol: 020 = Changed by
Text Symbol: 018 = Document No.
Text Symbol: 005 = Date


INCLUDES used within this REPORT RFBPDKCD

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:

FM_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "470 EXCEPTIONS error_message = 1.

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING objectclass = t_cdhdr-objectclas objectid = t_cdhdr-objectid TABLES editpos = l_ausg EXCEPTIONS no_position_found = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = gt_fcat TABLES t_outtab = ausg_alv EXCEPTIONS program_error = 1 OTHERS = 2 .



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