SAP Reports / Programs

RFKKSHCD SAP ABAP Report - Display Change Documents







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


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 RFKKSHCD. "Basic submit
SUBMIT RFKKSHCD AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKSHCD 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: 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





Text Symbol: 005 = No changes.
Text Symbol: 004 = Acct
Text Symbol: 003 = Fld Name
Text Symbol: 002 = Fld
Text Symbol: 001 = Changes: Changed Fields


INCLUDES used within this REPORT RFKKSHCD

INCLUDE RFKILNDC. "LIST NAVIGATION - DECLARATIONS
INCLUDE RFKICD04. " INITIALIZATION, STARTOFSEL, GET, ENDOFSEL EVENTS
INCLUDE RFKILNPR. "LIST NAVIGATION - PROGRAMM


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:

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.



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