RFKKSHCD 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 RFKKSHCD 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: R_OBJID = Object ID
Selection Text: R_OBJCLS = Object class
Selection Text: R_FNAME = Field Name
Selection Text: P_USER = User
Selection Text: P_UONLY = Only "update" changes
Selection Text: P_SHCLS = Display object class
Selection Text: P_OVERV = Overview
Selection Text: P_DATE = Date
Title: Display Change Documents
Text Symbol: 034 = Changed for Suppment
Text Symbol: 033 = Withholding Tax Data
Text Symbol: 032 = Lock
Text Symbol: 031 = Posting/Clearing Lock
Text Symbol: 030 = Interest Lock
Text Symbol: 029 = Dunning Lock
Text Symbol: 028 = Payment Lock
Text Symbol: 027 = Changed in sub-item
Text Symbol: 026 = Repetition item
Text Symbol: 025 = For business partner
Text Symbol: 024 = Changed in item
Text Symbol: 023 = Change object
Text Symbol: 022 = Object ID
Text Symbol: 021 = Typ
Text Symbol: 020 = Detail
Text Symbol: 019 = to
Text Symbol: 018 = fro
Text Symbol: 017 = No items.
Text Symbol: 016 = Acct
Text Symbol: 015 = User
Text Symbol: 014 = Time
Text Symbol: 013 = Date
Text Symbol: 012 = Chg. Document
Text Symbol: 011 = Changes: Change document
Text Symbol: 010 = No changes.
Text Symbol: 009 = Old
Text Symbol: 008 = New
Text Symbol: 007 = Date
Text Symbol: 006 = Changes: Overview
INCLUDE RFKILNDC. "LIST NAVIGATION - DECLARATIONS
INCLUDE RFKICD04. " INITIALIZATION, STARTOFSEL, GET, ENDOFSEL EVENTS
INCLUDE RFKILNPR. "LIST NAVIGATION - PROGRAMM
No SAP DATABASE tables are accessed within this REPORT code!
CY_GET_FIELD CALL FUNCTION 'CY_GET_FIELD' EXPORTING FIELD = LS_CDPOS-FNAME LANGU = SY-LANGU TABNAME = LS_CDPOS-TABNAME TABLES FIELDTAB = I_FLDRED EXCEPTIONS INTERNAL_ERROR = 01 NO_TEXTS_FOUND = 02 TABLE_HAS_NO_FIELDS = 03 TABLE_NOT_ACTIV = 04.
FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING I_GPART =
-EMGPA I_EMMND = LV_EMMND IMPORTING E_MNDID = LV_MNDID.
FKK_SEPA_TRANSFORM_TO_LONGID CALL FUNCTION 'FKK_SEPA_TRANSFORM_TO_LONGID' EXPORTING I_GPART =
-EMGPA I_EMMND = LV_EMMND IMPORTING E_MNDID = LV_MNDID.
FKK_CDOC_DOC_LIST CALL FUNCTION 'FKK_CDOC_DOC_LIST' TABLES T_CDPOS = T_CDPOS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.