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 | ![]() |
Static method | Public | Method | concatenates to simple values to a string | 20101207 |
2 | ![]() |
Static method | Public | Method | returns true if substring is contained in a given string | 20100716 |
3 | ![]() |
Static method | Public | Method | to create formatted strings | 20100622 |
4 | ![]() |
Static method | Public | Method | returns true if simple value is empty | 20100624 |
5 | ![]() |
Static method | Public | Method | splits a string into symsg var with max len 50 | 20110503 |
6 | ![]() |
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 | ![]() |
I_A | Call by reference | Type reference (TYPE) | SIMPLE | 20101207 | |||
2 | ![]() |
I_B | Call by reference | Type reference (TYPE) | SIMPLE | 20101207 | |||
3 | ![]() |
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 | ![]() |
I_IGNORE_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110416 | ||
2 | ![]() |
I_STRING | Call by reference | Type reference (TYPE) | STRING | 20110416 | |||
3 | ![]() |
I_SUBSTRING | Call by reference | Type reference (TYPE) | STRING | 20110416 | |||
4 | ![]() |
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 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20110416 | |||
2 | ![]() |
I_V1 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
3 | ![]() |
I_V2 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
4 | ![]() |
I_V3 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
5 | ![]() |
I_V4 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
6 | ![]() |
I_V5 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
7 | ![]() |
I_V6 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
8 | ![]() |
I_V7 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
9 | ![]() |
I_V8 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
10 | ![]() |
I_V9 | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
11 | ![]() |
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 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
2 | ![]() |
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 | ![]() |
E_MSG_V1 | Call by reference | Type reference (TYPE) | SYMSGV | 20110503 | |||
2 | ![]() |
E_MSG_V2 | Call by reference | Type reference (TYPE) | SYMSGV | 20110503 | |||
3 | ![]() |
E_MSG_V3 | Call by reference | Type reference (TYPE) | SYMSGV | 20110503 | |||
4 | ![]() |
E_MSG_V4 | Call by reference | Type reference (TYPE) | SYMSGV | 20110503 | |||
5 | ![]() |
E_TAIL | Call by reference | Type reference (TYPE) | STRING | 20110503 | |||
6 | ![]() |
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 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20110416 | |||
2 | ![]() |
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 |