SAP ABAP Class CL_BCFG_UTIL_STRING (internal helper)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
     S_BCFG_SCPR_IMPL (Package) Business Configuration Support SCPR Implementation
Properties
Class CL_BCFG_UTIL_STRING  
Short Description internal helper    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_BCFG_SCPR_IMPL   Business Configuration Support SCPR Implementation 
Created 20100622   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCFG_UTIL_STRING has no forward declaration.
Interfaces
Class CL_BCFG_UTIL_STRING has no interface implemented.
Friends
Class CL_BCFG_UTIL_STRING has no friend class.
Attributes
Class CL_BCFG_UTIL_STRING has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONCAT Static method Public Method concatenates to simple values to a string 20101207
2 CONTAINS Static method Public Method returns true if substring is contained in a given string 20100716
3 FORMAT Static method Public Method to create formatted strings 20100622
4 IS_EMPTY Static method Public Method returns true if simple value is empty 20100624
5 SPLIT_TO_MSGV Static method Public Method splits a string into symsg var with max len 50 20110503
6 TO_STRING Static method Public Method utility to solve assignment issue simple->string in ABAP 20100712
Events
Class CL_BCFG_UTIL_STRING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_T_STRING_LIST Public See coding 20101207 ty_t_string_list type standard table of string with key table_line
2 TY_T_STRING_SET Public See coding 20101207 ty_t_string_set type hashed table of string with unique key table_line
Method Signatures

Method CONCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_A Call by reference Type reference (TYPE) SIMPLE 20101207
2 Importing I_B Call by reference Type reference (TYPE) SIMPLE 20101207
3 Returning RESULT Value transfer Type reference (TYPE) STRING 20101207

Method CONCAT on class CL_BCFG_UTIL_STRING has no exception.

Method CONTAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_CASE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110416
2 Importing I_STRING Call by reference Type reference (TYPE) STRING 20110416
3 Importing I_SUBSTRING Call by reference Type reference (TYPE) STRING 20110416
4 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100716

Method CONTAINS on class CL_BCFG_UTIL_STRING has no exception.

Method FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20110416
2 Importing I_V1 Call by reference Type reference (TYPE) SIMPLE 20110416
3 Importing I_V2 Call by reference Type reference (TYPE) SIMPLE 20110416
4 Importing I_V3 Call by reference Type reference (TYPE) SIMPLE 20110416
5 Importing I_V4 Call by reference Type reference (TYPE) SIMPLE 20110416
6 Importing I_V5 Call by reference Type reference (TYPE) SIMPLE 20110416
7 Importing I_V6 Call by reference Type reference (TYPE) SIMPLE 20110416
8 Importing I_V7 Call by reference Type reference (TYPE) SIMPLE 20110416
9 Importing I_V8 Call by reference Type reference (TYPE) SIMPLE 20110416
10 Importing I_V9 Call by reference Type reference (TYPE) SIMPLE 20110416
11 Returning RESULT Value transfer Type reference (TYPE) STRING 20100622

Method FORMAT on class CL_BCFG_UTIL_STRING has no exception.

Method IS_EMPTY 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) SIMPLE 20110416
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100624

Method IS_EMPTY on class CL_BCFG_UTIL_STRING has no exception.

Method SPLIT_TO_MSGV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG_V1 Call by reference Type reference (TYPE) SYMSGV 20110503
2 Exporting E_MSG_V2 Call by reference Type reference (TYPE) SYMSGV 20110503
3 Exporting E_MSG_V3 Call by reference Type reference (TYPE) SYMSGV 20110503
4 Exporting E_MSG_V4 Call by reference Type reference (TYPE) SYMSGV 20110503
5 Exporting E_TAIL Call by reference Type reference (TYPE) STRING 20110503
6 Importing I_STRING Call by reference Type reference (TYPE) STRING 20110504

Method SPLIT_TO_MSGV on class CL_BCFG_UTIL_STRING has no exception.

Method TO_STRING 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) SIMPLE 20110416
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20100712

Method TO_STRING on class CL_BCFG_UTIL_STRING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703