SAP Reports / Programs

RCCUCOXQ SAP ABAP Report - Class Allocations for Configuration - 2.2 -> 3.0







RCCUCOXQ 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 RCCUCOXQ 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 RCCUCOXQ. "Basic submit
SUBMIT RCCUCOXQ AND RETURN. "Return to original report after report execution complete
SUBMIT RCCUCOXQ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Class Allocations for Configuration - 2.2 -> 3.0


INCLUDES used within this REPORT RCCUCOXQ

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:

CLSE_SELECT_KLAH CALL FUNCTION 'CLSE_SELECT_KLAH' EXPORTING NO_BUFFER = 'X' TABLES IMP_EXP_KLAH = TAB_KLAH EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

CLAP_DDB_GET_CLASSTYPES_OBJECT CALL FUNCTION 'CLAP_DDB_GET_CLASSTYPES_OBJECT' EXPORTING SPRAS = SY-LANGU OBTAB = CUCO-OBTAB WITH_TEXT = SPACE CLASSTYPE = CUCO-KLART EXCEPTIONS NO_CLASSTYPE_FOUND = 1 OTHERS = 2.

CUOB_GET_NUMBER CALL FUNCTION 'CUOB_GET_NUMBER' EXPORTING CLASS_TYPE = CUCO-KLART OBJECT_ID = KSSK_OBJEK TABLE = CUCO-OBTAB IMPORTING OBJECT_NUMBER = INOB_CUOBJ EXCEPTIONS LOCK_PROBLEM = 1 OBJECT_NOT_FOUND = 2 OTHERS = 3.

CLSE_SELECT_KSSK_0 CALL FUNCTION 'CLSE_SELECT_KSSK_0' EXPORTING CLINT = CUCO-CLINT KLART = CUCO-KLART MAFID = 'O' OBJEK = KSSK_OBJEK REFRESH = 'X' NECLINT = SPACE EXIT = 'X' KEY_DATE = CUCO-DATUV EXCEPTIONS NO_ENTRY_FOUND = 1 SET_CLASSTYPE = 2 SET_MAFID = 3 OTHERS = 4.

CLAP_DDB_UPDATE_CLASSIFICATION CALL FUNCTION 'CLAP_DDB_UPDATE_CLASSIFICATION' EXPORTING POBTAB = TCLA-OBTAB CLASS = TAB_KLAH-CLASS OBJECT = KSSK_OBJEK CLASSTYPE = CUCO-KLART MEINS = TAB_MARA-MEINS CHANGE_SERVICE_NUMBER = CUCO-AENNR DATE_OF_CHANGE = CUCO-DATUV MTART = TAB_MARA-MTART ALLOCATE_ONLY = 'X' EXCEPTIONS ALLOCATION_EXIST = 1 NO_AUTHORITY_TYPE = 2 CLASSYTPE_NOT_DEF = 3 NO_VALID_SIGN_CLASS = 4 NO_AUTHORITY_CLASS = 5 CLASS_STATUS_NOT_VALID = 6 CLASS_DATE_NOT_VALID = 7 CLASS_NOT_FOUND = 8 NO_MULTI_CLASSIFY = 9 FOREIGN_LOCK = 10 SYSTEM_FAILURE = 11 UNIT_INCOMPATIBLE = 12 TABLE_NO_MULTITAB = 13 OTHER_CHANGE_NUMBER = 14 STATUS_READ_ONLY = 15 CHANGE_KSSK_NOT_ALLOWED = 16 CHANGE_AUSP_NOT_ALLOWED = 17 SET_AENNR = 18 CHANGE_NR_NOT_EXIST = 19 DATE_IN_PAST = 20 ERROR_CLASS = 21 ERROR_DATE_RESTRICTION = 22 ERROR_STATUS = 23 MTART_NOT_EXIST = 24 MTART_CLASSIF_NOT_ALLOWED = 25 OTHERS = 26.

CLAP_DDB_SAVE_CLASSIFICATION * CALL FUNCTION 'CLAP_DDB_SAVE_CLASSIFICATION' * EXPORTING * WITH_COMMIT = 'X'.



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