RKCCOPRT 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 RKCCOPRT 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: ASPET = Aspect
Selection Text: DST = Data structure
Selection Text: DYN = Screens
Selection Text: KYR = Key figures
Selection Text: PRG = Programs
Selection Text: TAB = Table entries
Title: Display Data Structure (with environment)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKC_ASP_TAB_DELETE CALL FUNCTION 'RKC_ASP_TAB_DELETE' EXPORTING ASPET = FM_ASPET NO_DIAL = NOPR TEST = TEST.
KCD_COMMENT_TAB_POPUP CALL FUNCTION 'KCD_COMMENT_TAB_POPUP' IMPORTING E_COMTAB = COMTAB.
RKC_COMMENT_TAB_INFO CALL FUNCTION 'RKC_COMMENT_TAB_INFO' EXPORTING COMTAB = COMTAB STATUS = 'M' EXCEPTIONS NOT_EXIST = 2 NOT_IN_STATE = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKCCOPRT - Display Data Structure (with environment) RKCCOPRT - Display Data Structure (with environment) RKCCOPR3 - Archive Aspect on File RKCCOPR3 - Archive Aspect on File RKCCOPR1 - Generation: Programs for the summarization of transaction data RKCCOPR1 - Generation: Programs for the summarization of transaction data