SAP ABAP Class CL_RSBPC_EN_VALID_HELPER (POA SBC E&N Validation Helper)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPC-INF (Application Component) BPC 'unified model' - Infrastructure
     RSBPC_EN (Package) BPC IP Extension: Event & Notification
Properties
Class CL_RSBPC_EN_VALID_HELPER  
Short Description POA SBC E&N Validation Helper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSBPC_EN   BPC IP Extension: Event & Notification 
Created 20130418   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)
Interfaces
Class CL_RSBPC_EN_VALID_HELPER has no interface implemented.
Friends
Class CL_RSBPC_EN_VALID_HELPER has no friend class.
Attributes
Class CL_RSBPC_EN_VALID_HELPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 IS_EMAIL_ADDRESS Static method Public Method Checks if an e-mail address is well formed 20130418
2 IS_EXISTING_USER Static method Public Method Checks if a user id exists 20130418
3 IS_NULL_OR_EMPTY_STRING Static method Public Method Checks if a string is null or empty. 20130418
4 IS_STRING_TOO_LONG Static method Public Method Checks if a string is longer than a maximum length. 20130418
5 IS_VALUE_INTO_DOMAIN Static method Public Method Checks if a value is contained in a domain 20130418
Events
Class CL_RSBPC_EN_VALID_HELPER has no event.
Types
Class CL_RSBPC_EN_VALID_HELPER has no local type.
Method Signatures

Method IS_EMAIL_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130418
2 Importing IV_EMAILADDRESS Call by reference Type reference (TYPE) AD_SMTPADR E-Mail Address 20130418

Method IS_EMAIL_ADDRESS on class CL_RSBPC_EN_VALID_HELPER has no exception.

Method IS_EXISTING_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130418
2 Importing IV_USERID Call by reference Type reference (TYPE) STRING 20130418

Method IS_EXISTING_USER on class CL_RSBPC_EN_VALID_HELPER has no exception.

Method IS_NULL_OR_EMPTY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALLOW_EMPTY Call by reference Type reference (TYPE) BOOLEAN 20130418
2 Importing IV_STR_VALUE Call by reference Type reference (TYPE) STRING 20130418
3 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN 20130418

Method IS_NULL_OR_EMPTY_STRING on class CL_RSBPC_EN_VALID_HELPER has no exception.

Method IS_STRING_TOO_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAX_LENGTH Call by reference Type reference (TYPE) I 20130418
2 Importing IV_STR_VALUE Call by reference Type reference (TYPE) STRING 20130418
3 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLEAN 20130418

Method IS_STRING_TOO_LONG on class CL_RSBPC_EN_VALID_HELPER has no exception.

Method IS_VALUE_INTO_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130418
2 Importing IV_DOMAIN Call by reference Type reference (TYPE) DOM_REF Domain used 20130418
3 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20130418

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