SAP Reports / Programs | Master Data | Bank Components | Master Data(IS-B-BCA-MD) SAP IS

RFBKHISTORY_STAND SAP ABAP Report - Display Change Documents for Standard Conditions







RFBKHISTORY_STAND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for History of the change documents for standard conditions...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 RFBKHISTORY_STAND 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

F9HIST_KOND_STAND - History of Standard Conditions


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 RFBKHISTORY_STAND. "Basic submit
SUBMIT RFBKHISTORY_STAND AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKHISTORY_STAND 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: ZEIT = From Time (HH:MM:SS)
Selection Text: NUMMER = Change Document Number
Selection Text: NEW_DISP = Display in List Viewer
Selection Text: KONDKR = Condition Area
Selection Text: DATUM = From Date (DD.MM.YYYY)
Selection Text: AENDERER = Last Changed By
Title: Display Change Documents for Standard Conditions
Text Symbol: 401 = Old:
Text Symbol: 402 = New:
Text Symbol: 501 = Text Change
Text Symbol: 502 = Change
Text Symbol: 503 = Text Deletn
Text Symbol: 504 = Deletion
Text Symbol: 505 = Deletion
Text Symbol: 506 = Text Entry
Text Symbol: 507 = Entry
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 509 = Unable to display change
Text Symbol: 600 = Report
Text Symbol: 601 = History of Standard Conditions
Text Symbol: 602 = Doc. Evaluation Fr:
Text Symbol: 603 = End
Text Symbol: 322 = Field
Text Symbol: 010 = Selecting data...
Text Symbol: 101 = No items found
Text Symbol: 102 = Error reading
Text Symbol: 202 = Doc.No.
Text Symbol: 203 = Date
Text Symbol: 204 = Time
Text Symbol: 205 = Chgd by
Text Symbol: 206 = Object ID
Text Symbol: 300 = Condition Area
Text Symbol: 301 = Condition
Text Symbol: 302 = Activity
Text Symbol: 310 = Condition created
Text Symbol: 311 = Cond. text created
Text Symbol: 312 = Item created
Text Symbol: 313 = Condition changed





Text Symbol: 314 = Cond. text changed
Text Symbol: 315 = Item changed
Text Symbol: 316 = Condition deleted
Text Symbol: 317 = Cond. text deleted
Text Symbol: 318 = Item deleted
Text Symbol: 320 = Valid From Change Indicator
Text Symbol: 321 = Table Item Table Key


INCLUDES used within this REPORT RFBKHISTORY_STAND

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "B20K8A0GP1 EXPORTING text = 'Daten werden selektiert...'(010).

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING changenumber = nummer date_of_change = datum objectclass = objekt objectid = objektid tablekey = tabkey tablename = tabname time_of_change = zeit username = aenderer TABLES editpos = editpos_with_header EXCEPTIONS no_position_found = 1 OTHERS = 2.

CHANGEDOCUMENT_DISPLAY CALL FUNCTION 'CHANGEDOCUMENT_DISPLAY' EXPORTING i_applicationid = applicationid flg_autocondense = 'X' i_objectclas = objekt TABLES i_cdred = editpos_with_header.

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING changenumber = nummer date_of_change = datum objectclass = objekt objectid = objektid tablekey = tabkey tablename = tabname time_of_change = zeit username = aenderer TABLES editpos = editpos_with_header EXCEPTIONS no_position_found = 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 RFBKHISTORY_STAND or its description.