SAP ABAP Class CL_ABAP_STRING_UTILITIES (Utilities for Character String Processing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP (Package) ABAP Runtime Environment
⤷
⤷
Properties
| Class | CL_ABAP_STRING_UTILITIES | |
| Short Description | Utilities for Character String Processing | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP | ABAP Runtime Environment |
| Created | 20030109 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_STRING_UTILITIES has no forward declaration.
Interfaces
Class CL_ABAP_STRING_UTILITIES has no interface implemented.
Friends
Class CL_ABAP_STRING_UTILITIES has no friend class.
Attributes
Class CL_ABAP_STRING_UTILITIES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Copies C fields including closing blanks | 20030115 | |
| 2 | Static method | Public | Method | Removes blanks at the end of a string | 20030115 | |
| 3 | Static method | Public | Method | Edit Distance | 20120910 |
Events
Class CL_ABAP_STRING_UTILITIES has no event.
Types
Class CL_ABAP_STRING_UTILITIES has no local type.
Method Signatures
Method C2STR_PRESERVING_BLANKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST | Call by reference | Type reference (TYPE) | STRING | Zielfeld | 20030115 | |||
| 2 | SOURCE | Call by reference | Type reference (TYPE) | C | Quellfeld | 20030115 |
Method C2STR_PRESERVING_BLANKS on class CL_ABAP_STRING_UTILITIES has no exception.
Method DEL_TRAILING_BLANKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STR | Call by reference | Type reference (TYPE) | STRING | Der zu bearbeitende String | 20030115 |
Method DEL_TRAILING_BLANKS on class CL_ABAP_STRING_UTILITIES has no exception.
Method EDIT_DISTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COST_DEL | Call by reference | Type reference (TYPE) | I | 1 | Deletion Cost | 20120910 | ||
| 2 | COST_INS | Call by reference | Type reference (TYPE) | I | 1 | Insertion Cost | 20120910 | ||
| 3 | COST_SUB | Call by reference | Type reference (TYPE) | I | 1 | Substitution Cost | 20120910 | ||
| 4 | MAX | Call by reference | Type reference (TYPE) | I | 0 | Upper Limit | 20120910 | ||
| 5 | RESULT | Value transfer | Type reference (TYPE) | I | Result | 20120910 | |||
| 6 | VAL1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Value 1 | 20120910 | |||
| 7 | VAL2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Value 2 | 20120910 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter with Invalid Range | 20120910 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |