SAP ABAP Class J_3RF_REP_REGEXP (Regular expression holder)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-LOC (Application Component) Localization
     J3RFTAX (Package) Tax Accounting
Properties
Class J_3RF_REP_REGEXP  
Short Description Regular expression holder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package J3RFTAX   Tax Accounting 
Created 20111229   SAP 
Last change 20130531   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 J_3RF_REP_REGEXP has no interface implemented.
Friends
Class J_3RF_REP_REGEXP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PATTERN Instance attribute Private Type reference (TYPE) J_3RF_REP_VPATTERN Value Pattern for Reporting Hierarchy Element 20111229
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_REGEXP Static method Public Method Checks given regexp for validity 20111229
2 GET_REGEXP Instance method Public Method Check and set given regexp 20111229
3 MATCH Instance method Public Method Matches string against pattern 20120110
4 SET_REGEXP Instance method Public Method Set regexp 20111229
Events
Class J_3RF_REP_REGEXP has no event.
Types
Class J_3RF_REP_REGEXP has no local type.
Method Signatures

Method CHECK_REGEXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_PATTERN Call by reference Type reference (TYPE) J_3RF_REP_VPATTERN Value Pattern for Reporting Hierarchy Element 20111229
2 Returning OUT_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20111229
# Exception Resumable Description Created on
1 CX_REGEXP_IS_INVALID Invalid regexp 20120110

Method GET_REGEXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUT_PATTERN Value transfer Type reference (TYPE) J_3RF_REP_VPATTERN Value Pattern for Reporting Hierarchy Element 20111229

Method GET_REGEXP on class J_3RF_REP_REGEXP has no exception.

Method MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_VALUE Call by reference Type reference (TYPE) STRING 20120110
2 Returning OUT_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20120110

Method MATCH on class J_3RF_REP_REGEXP has no exception.

Method SET_REGEXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_PATTERN Call by reference Type reference (TYPE) J_3RF_REP_VPATTERN Value Pattern for Reporting Hierarchy Element 20111229
# Exception Resumable Description Created on
1 CX_REGEXP_IS_INVALID Invalid regexp 20111229
History
Last changed by/on SAP  20130531 
SAP Release Created in 607