SAP ABAP Class CL_GRPC_PERSON (Obsolete: Shared Central Person Services)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_CUSTOMIZING (Package) Customizing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20080409
Properties
Class CL_GRPC_PERSON  
Short Description Obsolete: Shared Central Person Services    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_CUSTOMIZING   Customizing 
Created 20070808   SAP 
Last change 20141106    
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 GRPCB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPCH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20080409
Friends
Class CL_GRPC_PERSON has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 S_PERSON_CUSTOMIZING Instance attribute Private Type reference (TYPE) GRPC_PERSON Settings for the Person in MIC 20070808
2 T_ASSIGNED Instance attribute Private Type reference (TYPE) YT_PERS_ID 20070808
3 T_CREATED Instance attribute Private Type reference (TYPE) YT_PERS_ID 20070808
4 T_INSTANCE_POOL Static Attribute Private Type reference (TYPE) YT_INSTANCE_POOL 20070808
5 T_PERSON Instance attribute Private Type reference (TYPE) YT_PERSON 20070808
6 T_UNAME Instance attribute Private Type reference (TYPE) YT_UNAME 20070808
7 _DATE_BEGIN Instance attribute Private Type reference (TYPE) BEGDATUM Start Date 20070808
8 _DATE_END Instance attribute Private Type reference (TYPE) ENDDATUM End Date 20070808
9 _INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRPC_PERSON Shared Central Person Services 20070808
10 _PLVAR Constant Private Type reference (TYPE) PLVAR '01' Plan Variant 20070808
11 _SORT_COUNTER Instance attribute Private Type reference (TYPE) NUMC4 Count Parameter 20070808
12 _UPPER_BOUND Constant Private Type reference (TYPE) SYTABIX 200 Internal Tables; Current Line Index 20070808
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BUFFER Instance method Private Method Internal: Checking Buffers for Given Object Type 20070808
2 CONNECT_USER Instance method Public Method 20070808
3 CONSTRUCTOR Instance method Public Constructor Constructor 20070808
4 CREATE Instance method Public Method Create New Persons 20070808
5 GET_INSTANCE Static method Public Method Create an Instance of the Object 20070808
6 GET_TEXT Instance method Public Method Name of Person Reading 20070808
7 GET_UNAME Instance method Public Method Reading User ID 20070808
8 READ Instance method Public Method Read List of Persons (Bound Internally) 20070808
9 SAVE Instance method Public Method Save Persons Created or Changed to Database 20070808
10 SAVE_ALL Static method Public Method Save all the instances of the class 20070808
11 SEARCH Instance method Public Method Pattern-Based Search (ID, Text) 20070808
Events
Class CL_GRPC_PERSON has no event.
Types
Class CL_GRPC_PERSON has no local type.
Method Signatures

Method CHECK_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) GRPCB_OBJECTID 20070808

Method CHECK_BUFFER on class CL_GRPC_PERSON has no exception.

Method CONNECT_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OBJECTID Value transfer Type reference (TYPE) GRPCS_OBJECTID 20070808
2 Importing I_OBJECTID Value transfer Type reference (TYPE) GRPCS_OBJECTID 20070808
3 Importing I_TEXT Value transfer Type reference (TYPE) GRPCS_TEXT 20070808
4 Importing I_UNAME Value transfer Type reference (TYPE) SYUNAME Logon name of user 20070808

Method CONNECT_USER on class CL_GRPC_PERSON has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BEGIN Value transfer Type reference (TYPE) BEGDATUM Start Date 20070808
2 Importing I_END Value transfer Type reference (TYPE) ENDDATUM End Date 20070808

Method CONSTRUCTOR on class CL_GRPC_PERSON has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ID Value transfer Type reference (TYPE) GRPCB_OBJECTID 20070808
2 Importing I_TEXT Value transfer Type reference (TYPE) STRING 20070808
3 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRPC_DATE_FROM Valid from 20071018

Method CREATE on class CL_GRPC_PERSON has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_INSTANCE Value transfer Object reference (TYPE REF TO) CL_GRPC_PERSON Process Model Class 20070808
2 Importing I_BEGIN Value transfer Type reference (TYPE) BEGDATUM Start Date 20070808
3 Importing I_END Value transfer Type reference (TYPE) ENDDATUM End Date 20070808

Method GET_INSTANCE on class CL_GRPC_PERSON has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TEXT Value transfer Type reference (TYPE) STRING 20070808
2 Importing I_ID Value transfer Type reference (TYPE) GRPCB_OBJECTID 20070808

Method GET_TEXT on class CL_GRPC_PERSON has no exception.

Method GET_UNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_UNAME Value transfer Type reference (TYPE) SYUNAME Logon name of user 20070808
2 Importing I_ID Value transfer Type reference (TYPE) GRPCB_OBJECTID 20070808

Method GET_UNAME on class CL_GRPC_PERSON has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RESULT Value transfer Type reference (TYPE) GRPCB_TO_PERSON 20070808
2 Importing I_NO_USER Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070808

Method READ on class CL_GRPC_PERSON has no exception.

Method SAVE Signature

Method SAVE on class CL_GRPC_PERSON has no parameter.
Method SAVE on class CL_GRPC_PERSON has no exception.

Method SAVE_ALL Signature

Method SAVE_ALL on class CL_GRPC_PERSON has no parameter.
Method SAVE_ALL on class CL_GRPC_PERSON has no exception.

Method SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RESULT Value transfer Type reference (TYPE) GRPCB_TO_PERSON 20070808
2 Importing IS_PERSON Value transfer Type reference (TYPE) GRPCB_S_PERSON 20070808
3 Importing I_NO_USER Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070808

Method SEARCH on class CL_GRPC_PERSON has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250