SAP ABAP Class CL_RSR_MDX_STRING (String Buffer)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_MDX_BASE (Package) MDX: Basis
Properties
Class CL_RSR_MDX_STRING  
Short Description String Buffer    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_MDX_BASE   MDX: Basis 
Created 20070424   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSR_MDX_STRING has no forward declaration.
Interfaces
Class CL_RSR_MDX_STRING has no interface implemented.
Friends
Class CL_RSR_MDX_STRING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_EMPTY_STRING Constant Public Type reference (TYPE) STRING `` Constant for Empty String 20100201
2 C_SPACE_STRING Constant Public Type reference (TYPE) STRING ` ` Constant for SPACE (String Type !!!) 20100201
3 P_TH_BUFFER_S Static Attribute Private See coding 20070424
4 P_TH_BUFFER_V Static Attribute Private See coding 20070424
Methods
# Method Level Visibility Method type Description Created on
1 DECODE Static method Public Method Develope 20070424
2 ENCODE Static method Public Method Encryption 20070424
3 FREE Static method Public Method Deletes String Buffer 20070425
4 LTRIM Static method Public Method Trim Function from Left 20100201
5 RTRIM Static method Public Method Trim Function from Right 20100201
6 TRIM Static method Public Method Trim Function from Both Sides 20100201
Events
Class CL_RSR_MDX_STRING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_BUFFER Private See coding 20070424 BEGIN OF tp_s_buffer, value TYPE rrx_dat_n-value, string TYPE string, END OF tp_s_buffer
Method Signatures

Method DECODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RRX_DAT_N-VALUE Wertfeld im Olap Prozessor 20070424
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20070424
# Exception Resumable Description Created on
1 CX_RSR_MDX_EMPTY Leeres Ergebnis 20070424

Method ENCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRING Call by reference Type reference (TYPE) STRING 20070424
2 Returning R_VALUE Value transfer Type reference (TYPE) RRX_DAT_N-VALUE Wertfeld im Olap Prozessor 20070424

Method ENCODE on class CL_RSR_MDX_STRING has no exception.

Method FREE Signature

Method FREE on class CL_RSR_MDX_STRING has no parameter.
Method FREE on class CL_RSR_MDX_STRING has no exception.

Method LTRIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUT Value transfer Type reference (TYPE) STRING 20100201
2 Returning R_OUTPUT Value transfer Type reference (TYPE) STRING 20100201

Method LTRIM on class CL_RSR_MDX_STRING has no exception.

Method RTRIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUT Value transfer Type reference (TYPE) STRING 20100201
2 Returning R_OUTPUT Value transfer Type reference (TYPE) STRING 20100201

Method RTRIM on class CL_RSR_MDX_STRING has no exception.

Method TRIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INPUT Value transfer Type reference (TYPE) STRING 20100201
2 Returning R_OUTPUT Value transfer Type reference (TYPE) STRING 20100201

Method TRIM on class CL_RSR_MDX_STRING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700