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
Below is a list of transaction codes which are relevant to this SAP report
F9HIST_KOND_STAND - History of Standard Conditions
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKHISTORY_STAND - Display Change Documents for Standard Conditions RFBKHISTORY_STAND - Display Change Documents for Standard Conditions RFBKHISTORY_INDIV - Display Change Documents for Individual Conditions RFBKHISTORY_INDIV - Display Change Documents for Individual Conditions RFBKGL_VA_MAINTAIN - Edit Proposal List - Value Adjustments RFBKGL_VA_MAINTAIN - Edit Proposal List - Value Adjustments