SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

RKCCOPR3 SAP ABAP Report - Archive Aspect on File







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OKUZ - Define aspect archiving


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


INCLUDES used within this REPORT RKCCOPR3

No INCLUDES are used within this REPORT code!


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:

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.



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