RCCMREP06 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 RCCMREP06 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RCCMREP06 - PD Organization Profile - Detail
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: COMPPROF = Component Profiles
Selection Text: FRMEWORK = Framework
Selection Text: PDORG1 = Organization
Selection Text: PDORG2 = Organization
Selection Text: PRTFRAG = List Agents
Selection Text: PRTFRDT = List Detail
Selection Text: PRTFRSP = List CIC Profiles
Selection Text: PRTFRWRK = Framework Report
Selection Text: PRTPRAG = List Agents
Selection Text: PRTPRDT = List Detail
Selection Text: PRTPRFLE = Component Profile Report
Selection Text: PRTPRSP = List CIC Profiles
Title: Call Center Management Profile/Framework Detail Report
Text Symbol: 078 = ICON NAME:
Text Symbol: 077 = SEQ
Text Symbol: 076 = VARIANT
Text Symbol: 075 = FRAMEWORK ID:
Text Symbol: 074 = PROFILE VALUE:
Text Symbol: 073 = COMPONENT
Text Symbol: 072 = MENU TEXT:
Text Symbol: 071 = CALLID:
Text Symbol: 070 = SLOT
Text Symbol: 069 = POSITION NUMBER:
Text Symbol: 068 = POSITION GROUP:
Text Symbol: 067 = CALLGROUP:
Text Symbol: 066 = QUICK INFO:
Text Symbol: 065 = TAB LABEL:
Text Symbol: 064 = COMP VARID:
Text Symbol: 063 = COMPONENT:
Text Symbol: 062 = ICON:
Text Symbol: 061 = TAB NUMBER:
Text Symbol: 060 = SCRIPT TEXT:
Text Symbol: 058 = APPEND SCRIPT:
Text Symbol: 057 = TEXT ID:
Text Symbol: 079 = CIC ACCESSTYPE:
Text Symbol: 080 = FKEY FUNCTION:
Text Symbol: 085 = DESCRIPTION:
Text Symbol: 090 = VISIBLE COMPONENTS:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL FUNCTION 'RH_DETERMINE_ORG_OBJID' EXPORTING ORG_OBJECT_TYPE = 'O' F4_MODE = 'X' IMPORTING ORG_OBJECT_OBJID = LEVEL2 EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_OBJECT_ID_SELECTED = 2 OTHERS = 3.
RH_DETERMINE_ORG_OBJID CALL FUNCTION 'RH_DETERMINE_ORG_OBJID' EXPORTING ORG_OBJECT_TYPE = 'O' F4_MODE = 'X' IMPORTING ORG_OBJECT_OBJID = LEVEL1 EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_OBJECT_ID_SELECTED = 2 OTHERS = 3.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING * CLIENT = SY-MANDT ID = SCRPROF-TEXT_ID LANGUAGE = SY-LANGU NAME = TEXT_NAME OBJECT = 'TEXT' * ARCHIVE_HANDLE = 0 TABLES LINES = SCRIPT_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = CICPROFMASTER-PROFILE_TABLENM TABLES X031L_TAB = I_X031L EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CIC_USERS_WITH_PROFILES CALL FUNCTION 'CIC_USERS_WITH_PROFILES' EXPORTING OBJID = LEVEL1 TABLES ORGSTRUC = AGENT_TABLE ORGSTRUCPROF = PROFILE_TAB EXCEPTIONS PROFILES_NOT_FOUND = 1 OTHERS = 2.
CIC_USERS_WITH_PROFILES CALL FUNCTION 'CIC_USERS_WITH_PROFILES' EXPORTING OBJID = LEVEL2 TABLES ORGSTRUC = AGENT_TABLE ORGSTRUCPROF = PROFILE_TAB EXCEPTIONS PROFILES_NOT_FOUND = 1 OTHERS = 2.
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 RCCMREP06 or its description.