SAP ABAP Class CL_RSZ_ELEM_REST_RES (Class for BAdI Impl.: RSO_REST_RESOURCE_ELEM)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSZ (Package) BEx query definition server
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20121120
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSO_RES_REPO_OBJECT Interface for BAdI: RSO_REST_RESOURCE 20130130
Properties
Class CL_RSZ_ELEM_REST_RES  
Short Description Class for BAdI Impl.: RSO_REST_RESOURCE_ELEM    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSZ   BEx query definition server 
Created 20121120   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSEC_AUTH_DB_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20121120
2 IF_RSO_RES_REPO_OBJECT Interface for BAdI: RSO_REST_RESOURCE 20130130
Friends
Class CL_RSZ_ELEM_REST_RES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CP_NO Constant Private Type reference (TYPE) STRING 'NO' 20130122
2 CP_TLOGO Constant Private Type reference (TYPE) RSTLOGO RS_C_TLOGO-ELEMENT BW: Object Type (TLOGO) 20130122
3 CP_YES Constant Private Type reference (TYPE) STRING 'YES' 20130122
4 P_AUTH_IN_WHERE Instance attribute Private Type reference (TYPE) RSADOBJ 20130122
5 P_PACKAGE_SIZE_WO_WHERE Instance attribute Private Type reference (TYPE) I '50' 20130122
6 P_PACKAGE_SIZE_W_WHERE Instance attribute Private Type reference (TYPE) I '1' 20130122
7 P_R_USER_AUTH_FOR_OBJ Instance attribute Private Object reference (TYPE REF TO) IF_RSEC_USER_AUTH_FOR_OBJ_GET Read authorities for user 20130822
8 P_TS_AUTH Instance attribute Private Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_AUTH 20130122
9 P_TS_FIELD_MAPPING Instance attribute Private Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_FIELD_MAPPING 20130122
10 P_T_WHERE_BUFFER Instance attribute Private Type reference (TYPE) TP_T_WHERE_BUFFER 20130122
11 P_WITH_AUTH_CHECK Instance attribute Private Type reference (TYPE) RSADOBJ 20130122
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY Instance method Private Method 20130122
2 CHECK_AUTHORITY_RESULT Instance method Private Method 20130122
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130122
4 CONVERT_SEARCH_SQL_RESULT Instance method Private Method 20121204
5 FETCH_NEXT Instance method Private Method 20130122
6 GET_AUTH_FIELD_MAPPING Instance method Private Method 20130122
7 GET_AUTH_WHERE Instance method Private Method 20130122
8 GET_OBJ_KEY Instance method Private Method 20130130
9 GET_RESULT_AS_RANGE Instance method Private Method 20130124
10 GET_TREE_NODE_CONTENT_ALVL Instance method Private Method 20130812
11 GET_TREE_NODE_CONTENT_COPR Instance method Private Method 20130124
12 GET_TREE_NODE_CONTENT_CUBE Instance method Private Method 20130124
13 GET_TREE_NODE_CONTENT_FIELDS Instance method Private Method 20130122
14 GET_TREE_NODE_CONTENT_HCPR Instance method Private Method 20130124
15 GET_TREE_NODE_CONTENT_HYBR Instance method Private Method 20130124
16 GET_TREE_NODE_CONTENT_IOBJ Instance method Private Method 20130124
17 GET_TREE_NODE_CONTENT_ISET Instance method Private Method 20130122
18 GET_TREE_NODE_CONTENT_LPOA Instance method Private Method 20130124
19 GET_TREE_NODE_CONTENT_MPRO Instance method Private Method 20130124
20 GET_TREE_NODE_CONTENT_ODSO Instance method Private Method 20130124
21 GET_TREE_NODE_CONTENT_WHERE Instance method Private Method 20130122
22 HAS_TREE_NODE_CONTENT_FIELDS Instance method Private Method 20130122
23 HAS_TREE_NODE_CONTENT_WHERE Instance method Private Method 20130122
24 IS_QUERY_IN_T_INFOPROV Instance method Private Method 20121120
25 SEARCH_DESCRIPTION Instance method Private Method 20130124
26 SEARCH_FIELDS Instance method Private Method 20130124
27 SEARCH_TECHNICAL_NAMES Instance method Private Method 20130124
28 SEARCH_WHERE Instance method Private Method 20130124
Events
Class CL_RSZ_ELEM_REST_RES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_COMPIC Private Type reference (TYPE) RSZCOMPIC 20130122
2 TP_S_ELEM Private See coding 20121204 BEGIN OF tp_s_elem, compid TYPE rszcompid, compuid TYPE sysuuid_25, txtsh TYPE rstxtsh, txtlg TYPE string, END OF tp_s_elem
3 TP_S_NON_EXIST_AREA Private See coding 20130424 BEGIN OF tp_s_non_exist_area, infoprov TYPE rsinfoprov, infoarea1 TYPE rsinfoarea, infoarea2 TYPE rsinfoarea, END OF tp_s_non_exist_area
4 TP_S_OBJNM_RANGE Private See coding 20130124 BEGIN OF tp_s_objnm_range, sign TYPE tvarv_sign, option TYPE tvarv_opti, low TYPE rszcompid, high TYPE rszcompid, END OF tp_s_objnm_range
5 TP_S_SQL_RESULT Private See coding 20130122 BEGIN OF tp_s_sql_result, tlogo TYPE rstlogo, infoarea TYPE rsinfoarea, objvers TYPE rsobjvers , compid TYPE rszcompid, compuid TYPE sysuuid_25, infoprov TYPE rsinfoprov, objstat TYPE rsobjstat, owner TYPE rsowner, txtsh TYPE rstxtsh, txtlg TYPE string, END OF tp_s_sql_result
6 TP_S_WHERE_BUFFER Private See coding 20130122 BEGIN OF tp_s_where_buffer, auths TYPE string, fields TYPE string, where TYPE string, END OF tp_s_where_buffer
7 TP_T_COMPIC Private See coding 20130122 tp_t_compic TYPE STANDARD TABLE OF rszcompic WITH DEFAULT KEY
8 TP_T_ELEM Private See coding 20121204 tp_t_elem TYPE STANDARD TABLE OF tp_s_elem WITH DEFAULT KEY
9 TP_T_NON_EXIST_AREA Private See coding 20130424 tp_t_non_exist_area TYPE STANDARD TABLE OF tp_s_non_exist_area
10 TP_T_OBJNM_RANGE Private See coding 20130124 tp_t_objnm_range TYPE STANDARD TABLE OF tp_s_objnm_range
11 TP_T_SQL_RESULT Private See coding 20130122 tp_t_sql_result TYPE STANDARD TABLE OF tp_s_sql_result WITH DEFAULT KEY
12 TP_T_WHERE_BUFFER Private See coding 20130122 tp_t_where_buffer TYPE HASHED TABLE OF tp_s_where_buffer WITH UNIQUE KEY auths fields
Method Signatures

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DISPLAY_ONLY Call by reference Type reference (TYPE) RS_BOOL Boolean 20130122
2 Importing I_ACTVT Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20130122
3 Importing I_COMPID Call by reference Type reference (TYPE) RSZCOMPID Name (ID) of a reporting component 20130122
4 Importing I_COMPTYPE Call by reference Type reference (TYPE) RSZCOMPTP Name (ID) of a reporting component 20130122
5 Importing I_COMPUID Call by reference Type reference (TYPE) SYSUUID_25 UUID in compressed form 20130122
6 Importing I_GENUIID Call by reference Type reference (TYPE) SYSUUID_25 UUID in compressed form 20130122
7 Importing I_INFOAREA Call by reference Type reference (TYPE) RSINFOAREA InfoArea 20130124
8 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130122
9 Importing I_OWNER Call by reference Type reference (TYPE) RSOWNER Owner (Person Responsible) 20130214
10 Importing I_TRY_DISPLAY Call by reference Type reference (TYPE) RS_BOOL Boolean 20130122
# Exception Resumable Description Created on
1 CX_RSO_RES_INTERNAL RSO Resource Exception 20130122

Method CHECK_AUTHORITY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_NON_EXIST_AREA Call by reference Type reference (TYPE) TP_T_NON_EXIST_AREA 20130122
2 Changing C_T_RESULT Call by reference Type reference (TYPE) TP_T_SQL_RESULT 20130122
3 Importing I_ACTVT Call by reference Type reference (TYPE) ACTIV_AUTH '02' Activity 20130122
4 Importing I_MAX_COUNT Call by reference Type reference (TYPE) I -1 20130122
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130122
6 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130122

Method CHECK_AUTHORITY_RESULT on class CL_RSZ_ELEM_REST_RES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_USER_AUTH_FOR_OBJ Call by reference Object reference (TYPE REF TO) IF_RSEC_USER_AUTH_FOR_OBJ_GET Read authorities for user 20130822

Method CONSTRUCTOR on class CL_RSZ_ELEM_REST_RES has no exception.

Method CONVERT_SEARCH_SQL_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RESULT Call by reference Type reference (TYPE) IF_RSO_RES_REPO_OBJECT=>TN_T_SEARCH_RESULT 20121204
2 Importing I_SEARCH_PATTERN Call by reference Type reference (TYPE) STRING 20121204
3 Importing I_TECHN_NAMES Call by reference Type reference (TYPE) RS_BOOL 20121204
4 Importing I_T_SQL_RESULT Call by reference Type reference (TYPE) TP_T_SQL_RESULT 20130124

Method CONVERT_SEARCH_SQL_RESULT on class CL_RSZ_ELEM_REST_RES has no exception.

Method FETCH_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTVT Call by reference Type reference (TYPE) ACTIV_AUTH '02' Activity 20130122
2 Importing I_CURSOR Call by reference Type reference (TYPE) CURSOR 20130122
3 Importing I_MAX_COUNT Call by reference Type reference (TYPE) I 20130122
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130122
5 Importing I_PACKAGE_SIZE Call by reference Type reference (TYPE) I 20130122
6 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130122
7 Returning R_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130122

Method FETCH_NEXT on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_AUTH_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_AUTH Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_AUTH 20130122
2 Exporting E_TS_FIELD_MAPPING Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_FIELD_MAPPING 20130122

Method GET_AUTH_FIELD_MAPPING on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_AUTH_WHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT_ENLARGED Call by reference Type reference (TYPE) RS_BOOL Boolean 20130122
2 Exporting E_WHERE Call by reference Type reference (TYPE) STRING 20130122
3 Importing I_TS_AUTH Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_AUTH 20130122
4 Importing I_TS_FIELD_MAPPING Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_FIELD_MAPPING 20130122
5 Importing I_UNAME Call by reference Type reference (TYPE) SYUNAME SY-UNAME User Name 20130122

Method GET_AUTH_WHERE on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_OBJ_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ_NAME Call by reference Type reference (TYPE) STRING 20130130
2 Returning R_T_KEY Value transfer Type reference (TYPE) IF_RSO_RES_RESOURCE=>NT_TH_OBJ_KEY 20130130

Method GET_OBJ_KEY on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_RESULT_AS_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RANGE Call by reference Type reference (TYPE) TP_T_OBJNM_RANGE 20130124
2 Importing I_T_RESULT Call by reference Type reference (TYPE) TP_T_SQL_RESULT 20130124

Method GET_RESULT_AS_RANGE on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_ALVL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130812
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130812
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130812
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130812

Method GET_TREE_NODE_CONTENT_ALVL on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_COPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_COPR on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_CUBE on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_FIELD_MAPPING Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_FIELD_MAPPING 20130122

Method GET_TREE_NODE_CONTENT_FIELDS on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_HCPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_HCPR on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_HYBR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_HYBR on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_IOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_IOBJ on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_ISET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130122
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130122
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130122
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130122

Method GET_TREE_NODE_CONTENT_ISET on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_LPOA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_LPOA on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_MPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_MPRO on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_ODSO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Value transfer Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
3 Importing I_PARENT_NODE Call by reference Type reference (TYPE) STRING 20130124
4 Importing I_PARENT_NODE_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Object Type (TLOGO) 20130124

Method GET_TREE_NODE_CONTENT_ODSO on class CL_RSZ_ELEM_REST_RES has no exception.

Method GET_TREE_NODE_CONTENT_WHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WHERE Value transfer Type reference (TYPE) STRING 20130122

Method GET_TREE_NODE_CONTENT_WHERE on class CL_RSZ_ELEM_REST_RES has no exception.

Method HAS_TREE_NODE_CONTENT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_FIELD_MAPPING Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_FIELD_MAPPING 20130122

Method HAS_TREE_NODE_CONTENT_FIELDS on class CL_RSZ_ELEM_REST_RES has no exception.

Method HAS_TREE_NODE_CONTENT_WHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WHERE Value transfer Type reference (TYPE) STRING 20130122

Method HAS_TREE_NODE_CONTENT_WHERE on class CL_RSZ_ELEM_REST_RES has no exception.

Method IS_QUERY_IN_T_INFOPROV 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 20121120
2 Importing I_T_INFOPROV Call by reference Type reference (TYPE) IF_RSO_RES_REPO_OBJECT=>TN_T_TLOGO_TREE_NODE_CONTENT 20121120
3 Returning R_EXIST Value transfer Type reference (TYPE) RS_BOOL Boolean 20121120

Method IS_QUERY_IN_T_INFOPROV on class CL_RSZ_ELEM_REST_RES has no exception.

Method SEARCH_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Call by reference Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_MAX_COUNT Call by reference Type reference (TYPE) I 20130124
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
4 Importing I_SEARCH_PATTERN Call by reference Type reference (TYPE) STRING 20130124
5 Importing I_T_FOUND_OBJECTS Call by reference Type reference (TYPE) TP_T_OBJNM_RANGE 20130124

Method SEARCH_DESCRIPTION on class CL_RSZ_ELEM_REST_RES has no exception.

Method SEARCH_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_FIELD_MAPPING Call by reference Type reference (TYPE) CL_RSEC_AUTH_DB_SERVICE=>TN_TS_FIELD_MAPPING 20130124

Method SEARCH_FIELDS on class CL_RSZ_ELEM_REST_RES has no exception.

Method SEARCH_TECHNICAL_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_SQL_RESULT Call by reference Type reference (TYPE) TP_T_SQL_RESULT 20130124
2 Importing I_MAX_COUNT Call by reference Type reference (TYPE) I 20130124
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Object version 20130124
4 Importing I_SEARCH_PATTERN Call by reference Type reference (TYPE) STRING 20130124

Method SEARCH_TECHNICAL_NAMES on class CL_RSZ_ELEM_REST_RES has no exception.

Method SEARCH_WHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WHERE Value transfer Type reference (TYPE) STRING 20130124

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