RFKK_COLLHIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFKK_COLLHIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPCOLLHIST - Display Collection History
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: S_VTREF = D .
Selection Text: S_VKONT = D .
Selection Text: S_GPART = D .
Selection Text: P_VARI = D .
Selection Text: P_TO = D .
Selection Text: P_SUBAP = D .
Selection Text: P_FROM = D .
Selection Text: S_BUKRS = D .
Selection Text: P_TREE = Display as a Hierarchy
Selection Text: P_EXPERT = Expert Mode
Selection Text: P_ALV = Display as Table
Title: Display Collection History
Text Symbol: 014 = Selections for Items
Text Symbol: 013 = Collection history is being created...
Text Symbol: 012 = Items being selected...
Text Symbol: 011 = Line Selected:
Text Symbol: 010 = Header Entry, Dependent Event
Text Symbol: 009 = Header Entry
Text Symbol: 008 = Details
Text Symbol: 007 = Link
Text Symbol: 006 = Hierarchy
Text Symbol: 005 = Errors and Warnings
Text Symbol: 004 = Collection History
Text Symbol: 003 = Display
Text Symbol: 002 = Settings
Text Symbol: 001 = General Selections
INCLUDE RFKK_COLLHISTTOP.
INCLUDE RFKK_COLLHISTSEL.
INCLUDE RFKK_COLLHISTCL.
INCLUDE RFKK_COLLHISTDYN.
INCLUDE RFKK_COLLHISTF01.
INCLUDE RFKK_COLLHISTF02.
INCLUDE RFKK_COLLHISTF03.
INCLUDE RFKK_COLLHISTF04.
INCLUDE RFKK_COLLHISTF05.
INCLUDE RFKK_COLLHISTF06.
No SAP DATABASE tables are accessed within this REPORT code!
FKK_SUBAP_CHECK CALL FUNCTION 'FKK_SUBAP_CHECK' EXPORTING i_check_any = 'X' IMPORTING e_active = gx_subap_active.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_COLLHIST - Display Collection History RFKK_COLLHIST - Display Collection History RFKK_CHECK_POSTING_AREA_1010 - Check Report for Posting Area 1011 RFKK_CHECK_POSTING_AREA_1010 - Check Report for Posting Area 1011 RFKK_CHECK_MISS_RECKEY - Find and Create Missing Reconciliation Key RFKK_CHECK_MISS_RECKEY - Find and Create Missing Reconciliation Key