RKCCOPR3 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 RKCCOPR3 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OKUZ - Define aspect archiving
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: DISP = ?...(DISP)
Selection Text: GENR = ?...(GENR)
Title: Archive Aspect on File
Text Symbol: DIS = Display
Text Symbol: EIT = Entry in Table
Text Symbol: FCT = Choose at least one option
Text Symbol: GNR = Generate
Text Symbol: GUP = Generate archiving program:
Text Symbol: NAV = --> Ref. does not exist
Text Symbol: NPG = Archiving program could not be generated
Text Symbol: PRG = Program :
Text Symbol: TXT = Title and texts
Text Symbol: WRK = Processing
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = IT_TEST_MODUS WI_TADIR_PGMID = IT_TADIR-PGMID WI_TADIR_AUTHOR = IT_TADIR-AUTHOR WI_TADIR_OBJECT = IT_TADIR-OBJECT WI_TADIR_OBJ_NAME = IT_TADIR-OBJ_NAME WI_TADIR_DEVCLASS = IT_TADIR-DEVCLASS WI_TADIR_MASTERLANG = IT_TADIR-MASTERLANG WI_SET_GENFLAG = IT_GENFLAG EXCEPTIONS * action_only_ddic_and_owner = 01 * tadir_entry_deleted = 02 * tadir_entry_not_existing = 03 * tadir_entry_ill_type = 04 * nameclass_conflict_gen_objects = 05 * no_systemname = 06 * no_systemtype = 07 * object_not_existing = 08 * original_system_conflict = 09 * object_reserved_for_devclass = 10 OBJECT_EXISTS_GLOBAL = 11 OBJECT_EXISTS_LOCAL = 12.
RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING ASPET = FM_ASPET STATUS = 'A' IMPORTING ATEXT = ATEXT EXCEPTIONS NOT_EXIST = 2 NOT_IN_CLIENT = 4 NOT_IN_STATE = 6.
RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = 'FD' TABNM = CFNNN FUNC = 'FCAT' TABLES FIELD_TAB = DIM_F_TAB EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.
RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = 'BU' TABNM = CFNNN FUNC = 'FCAT' TABLES FIELD_TAB = VAL_F_TAB EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.
RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' EXPORTING STATUS = 'A' DISP = SPACE IMPORTING ASPET = ASPET.
RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING ASPET = ASPET IMPORTING ATYPE = ATYPE EXCEPTIONS NOT_EXIST = 1 NOT_IN_CLIENT = 2 NOT_IN_STATE = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RKCCOPR0 - Generate Programs for an Aspect RKCCOPR0 - Generate Programs for an Aspect