SAP ABAP Class CL_GRPC_API_XECONTROL (XECONTROL API)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_ENTITY_API (Package) GRC Process controls API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20091021
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20091021
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MD_COMMON Interface for common master data 20100426
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20100323
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_API_XECONTROL Interface of XECONTROL 20091021
Properties
Class CL_GRPC_API_XECONTROL  
Short Description XECONTROL API    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091021   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRPC0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20091021
2 IF_GRFN_API_MD_COMMON Interface for common master data 20100426
3 IF_GRFN_REPORT Get data for reporting engine 20100323
4 IF_GRPC_API_XECONTROL Interface of XECONTROL 20091021
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20091027 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20091021
2 MC_MESSAGE_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRPC_ENTITY_API' Message Class 20091021
3 MC_MESSAGE_CLASS_G Constant Private Type reference (TYPE) SY-MSGID 'GRFN_ENTITY_API' Message Class 20091021
4 MC_MODEL_CLASS Constant Private Type reference (TYPE) CLASSNAME 'CL_GRPC_MODEL_SETUP' Reference type 20091021
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATAPART Instance method Private Method 20091021
2 CHECK_EDITABLE Static method Private Method Check if the iELC is editable 20091105
3 CHECK_VALIDITY_FOR_UPDATE Instance method Private Method 20091021
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091027
5 CREATE Instance method Public Method 20091105
6 GET Static method Private Method 20091027
7 QUERY Instance method Public Method 20091023
8 RESOLVE_FIELDS_ECONTROL Instance method Private Method It returns list of info types or field groups 20121121
Events
Class CL_GRPC_API_XECONTROL has no event.
Types
Class CL_GRPC_API_XECONTROL has no local type.
Method Signatures

Method CHECK_DATAPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATAPART Call by reference Type reference (TYPE) GRFN_DATAPART Data Part for GRC Object Types 20091021
2 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091021
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091021

Method CHECK_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091105
2 Importing IV_ECONTROL_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
4 Returning RV_EDITABLE Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20091105

Method CHECK_EDITABLE on class CL_GRPC_API_XECONTROL has no exception.

Method CHECK_VALIDITY_FOR_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091021
2 Importing IS_ECONTROL_DATA Call by reference Type reference (TYPE) GRPC_S_API_ECONTROL_DATA The detail of entity-level control 20091021
3 Importing R_OBJID Call by reference Type reference (TYPE) GRPCS_OBJECTID 20140131
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091021

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091027
2 Importing IV_OBJECT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091027

Method CONSTRUCTOR on class CL_GRPC_API_XECONTROL has no exception.

Method CREATE Signature

Method CREATE on class CL_GRPC_API_XECONTROL has no parameter.
Method CREATE on class CL_GRPC_API_XECONTROL has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091027
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091027
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRPC_API_XECONTROL XECONTROL API 20091027

Method GET on class CL_GRPC_API_XECONTROL has no exception.

Method QUERY Signature

Method QUERY on class CL_GRPC_API_XECONTROL has no parameter.
Method QUERY on class CL_GRPC_API_XECONTROL has no exception.

Method RESOLVE_FIELDS_ECONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER Field cluster table 20121121
2 Exporting ET_INFOTYPE Call by reference Type reference (TYPE) GRFN_T_ATTRIBUTES List of required infotypes 20121121
3 Importing IT_FIELDS Call by reference Type reference (TYPE) GRFN_T_FIELDID_HASHED List of fields 20121121
4 Importing IV_ALL Call by reference Type reference (TYPE) ABAP_BOOL Read all attributes 20121121
5 Importing IV_LONG_TEXT Call by reference Type reference (TYPE) ABAP_BOOL Read long texts 20121121
6 Importing IV_READ_ATTR Call by reference Type reference (TYPE) ABAP_BOOL Read attributes 20121121

Method RESOLVE_FIELDS_ECONTROL on class CL_GRPC_API_XECONTROL has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600