SAP ABAP Class CL_RSBPCE_TEAM (BPC: Team)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPC-ADM-SEC (Application Component) BPC 'unified model' - Security management
     RSBPCE (Package) BPC IP Extension: Security Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSBPCA_TLOGO_BASE BPC IP Extension: TLOGO Base 20130606
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO TLOGO Object 20130408
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_GENERAL BW Repository: TLOGO Objects - General 20130408
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_MAINTAIN BW Repository: TLOGO Objects - Changes/Maintenance 20130408
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_MAINTAIN_INT BW Repository: TLOGO Objects - INTERN: Activation 20130408
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_TLOGO_TRANSPORT Transpt Connection - Optional (Wrapper for CL_RSO_TRANSPORT) 20130408
Properties
Class CL_RSBPCE_TEAM  
Short Description BPC: Team    
Super Class CL_RSBPCA_TLOGO_BASE BPC IP Extension: TLOGO Base 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSBPCE_EXCEPTION    
Program status P  SAP Standard Production Program 
Category 0   
Package RSBPCE   BPC IP Extension: Security Management 
Created 20130320   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_RSBPCA_APPL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSBPCE_USER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSO_TLOGO TLOGO Object 20130408
2 IF_RSO_TLOGO_GENERAL BW Repository: TLOGO Objects - General 20130408
3 IF_RSO_TLOGO_MAINTAIN BW Repository: TLOGO Objects - Changes/Maintenance 20130408
4 IF_RSO_TLOGO_MAINTAIN_INT BW Repository: TLOGO Objects - INTERN: Activation 20130408
5 IF_RSO_TLOGO_TRANSPORT Transpt Connection - Optional (Wrapper for CL_RSO_TRANSPORT) 20130408
Friends
Class CL_RSBPCE_TEAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_R_DB Static Attribute Private Object reference (TYPE REF TO) CL_RSBPCE_TEAM_DB BPC: Team Dao 20130610
2 N_NEW_TEAM Instance attribute Public Type reference (TYPE) RS_BOOL 20130830
3 N_TH_RES_FOLDER Instance attribute Public Type reference (TYPE) TH_RES_FOLDER_GUID 20130830
4 P_APPSET_ID Instance attribute Private Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130423
5 P_R_VERS_A Instance attribute Private Object reference (TYPE REF TO) CL_RSBPCE_TEAM_VERS BPC: Team version class 20130513
6 P_R_VERS_M Instance attribute Private Object reference (TYPE REF TO) CL_RSBPCE_TEAM_VERS BPC: Team version class 20130513
7 P_R_VERS_N Instance attribute Private Object reference (TYPE REF TO) CL_RSBPCE_TEAM_VERS BPC: Team version class 20130513
8 P_TEAM_ID Instance attribute Private Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130423
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130610
2 COMBINE_KEY Static method Public Method Combine key 20130511
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130408
4 FACTORY Static method Public Method Factory 20130408
5 GET_ALL Static method Public Method Get all teams in the environment 20130513
6 GET_APPSET_ID Instance method Public Method 20130708
7 GET_INFO Instance method Public Method Get info 20130513
8 GET_OBJECT_REF Instance method Private Method Get object ref 20130513
9 GET_TLOGO_INSTANCE Static method Public Method Get TLOGO instance 20130513
10 IS_TEAM_EXIST Static method Public Method Check if team exist 20130320
11 SET_INFO Instance method Public Method Set info 20130610
12 UNCOMBINE_KEY Static method Public Method Uncombine key 20130511
Events
Class CL_RSBPCE_TEAM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_RES_FOLDER_GUID Public See coding 20130830 begin of s_res_folder_guid, access_type type rsbpcr_access_type, resource_id type rsbpc_uni_idc32, folder_name TYPE RSBPC_FULLNAME, desc TYPE rstxtlg, end of s_res_folder_guid
2 TH_RES_FOLDER_GUID Public See coding 20130830 th_res_folder_guid type hashed table of s_res_folder_guid with unique key resource_id
3 TN_S_TEAM Public See coding 20130611 begin of tn_s_team, appset_id type rsbpc_appset_id, team_id type rsbpc_team_id, objvers type rsobjvers, end of tn_s_team
4 TN_S_TEAM_INFO Public See coding 20130611 begin of tn_s_team_info. include type tn_s_team. include type rstlogo_am. include type rststpint. include type rstxtsl. types end of tn_s_team_info
5 TN_T_TEAM_INFO Public See coding 20130611 tn_t_team_info type standard table of tn_s_team_info with default key
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSBPCE_TEAM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSBPCE_TEAM has no exception.

Method COMBINE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130511
2 Importing I_TEAM_ID Call by reference Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130511
3 Returning R_IOBJNM Value transfer Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20130511

Method COMBINE_KEY on class CL_RSBPCE_TEAM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130417
2 Importing I_OBJNM Call by reference Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130606

Method CONSTRUCTOR on class CL_RSBPCE_TEAM has no exception.

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130417
2 Importing I_CHECK_EXIST Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130606
3 Importing I_TEAM_ID Call by reference Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130408
4 Returning R_R_TEAM Value transfer Object reference (TYPE REF TO) CL_RSBPCE_TEAM 20130423
# Exception Resumable Description Created on
1 CX_RS_INVALID_NAME Invalid Technical Name 20130619
2 CX_RS_NOT_FOUND Object Not Found 20130606

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TEAM_ID Call by reference Type reference (TYPE) RSBPCE_T_TEAM_ID BPC: Table of team ID 20130610
2 Exporting E_T_USER_TEAM Call by reference Type reference (TYPE) RSBPCE_T_USER_TEAM BPC: Table of team info with user 20130610
3 Importing IF_CHECK_SECURITY Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20130722
4 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130513

Method GET_ALL on class CL_RSBPCE_TEAM has no exception.

Method GET_APPSET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_APPSET_ID Value transfer Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130708

Method GET_APPSET_ID on class CL_RSBPCE_TEAM has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_USER_TEAM Call by reference Type reference (TYPE) RSBPCE_S_USER_TEAM BPC: Team info with user 20130610
2 Exporting E_T_USER_ID Call by reference Type reference (TYPE) RSBPCE_T_USER_ID BPC: Table of user ID 20130610
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130624
4 Importing I_READFROMDB Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20130617
# Exception Resumable Description Created on
1 CX_RSBPC_NO_AUTH CPM BPC Exception - No Authorization 20130722

Method GET_OBJECT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130513
2 Importing I_RELOAD Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130617
3 Returning R_R_TEAM_VERS Value transfer Object reference (TYPE REF TO) CL_RSBPCE_TEAM_VERS BPC: Team version class 20130513

Method GET_OBJECT_REF on class CL_RSBPCE_TEAM has no exception.

Method GET_TLOGO_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130513
2 Importing I_TEAM_ID Call by reference Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130513
3 Returning R_R_TLOGO Value transfer Object reference (TYPE REF TO) IF_RSO_TLOGO TLOGO Object 20130513

Method GET_TLOGO_INSTANCE on class CL_RSBPCE_TEAM has no exception.

Method IS_TEAM_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130320
2 Importing I_TEAM_ID Call by reference Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130320
3 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL BPC: Generic indicator 20130610

Method IS_TEAM_EXIST on class CL_RSBPCE_TEAM has no exception.

Method SET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130624
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-NEW Object version 20130610
3 Importing I_S_USER_TEAM Call by reference Type reference (TYPE) RSBPCE_S_USER_TEAM BPC: Team info with user 20130610
# Exception Resumable Description Created on
1 CX_RS_STATIC_CHECK BW Basis Exception with T100 Message (Statically Checked) 20130624

Method UNCOMBINE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_APPSET_ID Call by reference Type reference (TYPE) RSBPC_APPSET_ID BPC: AppSet ID 20130511
2 Exporting E_TEAM_ID Call by reference Type reference (TYPE) RSBPC_TEAM_ID BPC: Team ID 20130511
3 Importing I_OBJNM Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20130511

Method UNCOMBINE_KEY on class CL_RSBPCE_TEAM has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740