SAP ABAP Interface IF_BSP_MODEL_UTIL (BSP: Utility Interface for Models)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BSP (Application Component) Business Server Pages
⤷
SBSP_RUNTIME (Package) Business Server Pages (BSP): Runtime Objects
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_MODEL | BSP: Model Basis Class | 20020328 |
Properties
| Interface | IF_BSP_MODEL_UTIL | |
| Short Description | BSP: Utility Interface for Models |
General Data
| Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
| Created | 20020328 | SAP |
| Last changed | 00000000 | SAP |
| 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
Interface IF_BSP_MODEL_UTIL has no interface.
Friends
Interface IF_BSP_MODEL_UTIL has no friend.
Attributes
Interface IF_BSP_MODEL_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Sets a Data Reference According to String Representation | 20020328 | |
| 2 | Instance method | Public | Method | Returns the Formatted String Representation | 20020328 | |
| 3 | Instance method | Public | Method | Path Breakdown of an Attribute | 20020328 | |
| 4 | Instance method | Public | Method | Returns the Reference to the Requested Attribute | 20020328 | |
| 5 | Static method | Public | Method | Returns TRUE if Binding Expression | 20020426 | |
| 6 | Static method | Public | Method | Returns the Name of the Model Attribute and the Att. Path | 20020328 |
Events
Interface IF_BSP_MODEL_UTIL has no event.
Types
Interface IF_BSP_MODEL_UTIL has no local type.
Method Signatures
Method CONVERT_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | Attribut-Pfad | 20020506 | |||
| 2 | DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Datenreferenz | 20020328 | |||
| 3 | NO_CONVERSION_EXIT | Call by reference | Type reference (TYPE) | I | 0 | Ignoriere Konvertierungsexit (0:false;1:true) | 20020328 | ||
| 4 | USE_BSP_EXCEPTIONS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Exceptions von CX_WDR_CONVERSION_EXIT | 20030723 | |||
| 5 | VALUE | Call by reference | Type reference (TYPE) | STRING | Zuzuweisender Wert in String-Repräsentation | 20020328 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | System-Exception bei Konvertierungsfehlern | 20020328 |
Method CONVERT_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Value transfer | Type reference (TYPE) | STRING | Attribut-Pfad | 20020506 | |||
| 2 | DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Datenreferenz | 20020328 | |||
| 3 | NO_CONVERSION_EXIT | Call by reference | Type reference (TYPE) | I | 0 | Ignoriere Konvertierungsexit (0:false;1:true) | 20020328 | ||
| 4 | STRING_VALUE | Value transfer | Type reference (TYPE) | STRING | String-Repräsentation | 20020328 |
Method CONVERT_TO_STRING on Interface IF_BSP_MODEL_UTIL has no exception.
Method DISASSEMBLE_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Bei Tabellen: Spaltenname | 20020328 | |||
| 2 | INDEX | Call by reference | Type reference (TYPE) | I | Bei Tabellen: Zeilenindex (1..n), sonst 0 | 20020328 | |||
| 3 | NAME | Call by reference | Type reference (TYPE) | STRING | Name des Attributes | 20020328 | |||
| 4 | PATH | Call by reference | Type reference (TYPE) | STRING | Pfad des Attributes | 20020328 | |||
| 5 | TYPE | Call by reference | Type reference (TYPE) | I | siehe co_type_... | 20020328 |
Method DISASSEMBLE_PATH on Interface IF_BSP_MODEL_UTIL has no exception.
Method GET_ATTRIBUTE_AS_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf (Toplevel-)Attribut | 20020328 | |||
| 2 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Komponente (falls Tabelle oder Struktur) | 20020328 | |||
| 3 | FIELD_REF | Value transfer | Object reference (TYPE REF TO) | DATA | Referenz auf Zielfeld | 20020328 | |||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | Tabellenindex (falls Tabelle) | 20020328 |
Method GET_ATTRIBUTE_AS_REF on Interface IF_BSP_MODEL_UTIL has no exception.
Method IS_BINDING_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BINDING_EXPRESSION | Call by reference | Type reference (TYPE) | STRING | Binding-Ausdruck | 20020426 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | XFELD | 'X' falls Binding-Expression | 20020426 |
Method IS_BINDING_EXPRESSION on Interface IF_BSP_MODEL_UTIL has no exception.
Method SPLIT_BINDING_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | Attributpfad | 20020328 | |||
| 2 | BINDING_EXPRESSION | Call by reference | Type reference (TYPE) | STRING | Binding-Ausdruck | 20020426 | |||
| 3 | MODEL_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Models | 20020426 |
Method SPLIT_BINDING_EXPRESSION on Interface IF_BSP_MODEL_UTIL has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 640 |