SAP ABAP Class IF_BSP_MODEL_BINDING (BSP: Basis Interface for Binding to Model)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BSP_WD_MODEL_BINDING | BSP: Utility Interface for Models | 20080227 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_MODEL | BSP: Model Basis Class | 20020328 |
Properties
| Class | IF_BSP_MODEL_BINDING | |
| Short Description | BSP: Basis Interface for Binding to Model | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20020328 | SAP |
| Last change | 20020328 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_BSP_MODEL_BINDING has no forward declaration.
Interfaces
Class IF_BSP_MODEL_BINDING has no interface implemented.
Friends
Class IF_BSP_MODEL_BINDING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 2 | Error Level: Error | 20020328 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 1 | Error Level: Fatal Error | 20020328 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 4 | Error Level: Information | 20020328 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 5 | Error Level: Success Message | 20020328 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 3 | Error Level: Warning | 20020328 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 1 | Attribute Type: Scale | 20020328 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 2 | Attribute Type: Structure | 20020328 | ||
| 8 | Constant | Public | Type reference (TYPE) | I | 3 | Attribute Type: Table | 20020328 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 0 | Attribute Type not Supported | 20020328 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the Binding Path of an Attribute | 20020426 | |
| 2 | Instance method | Public | Method | Returns the Value of an Attribute in String Representation | 20020328 | |
| 3 | Instance method | Public | Method | Returns an Attribute Reference | 20020426 | |
| 4 | Instance method | Public | Method | Returns the Metadata of an Attribute | 20020328 | |
| 5 | Instance method | Public | Method | Returns the (HTML) Name of an Attribute | 20020426 | |
| 6 | Instance method | Public | Method | Returns the ID of the Model | 20020328 | |
| 7 | Instance method | Public | Method | Queries Attribute Valid? | 20020328 | |
| 8 | Instance method | Public | Method | Sets an Attribute According to String Representation | 20020328 |
Events
Class IF_BSP_MODEL_BINDING has no event.
Types
Class IF_BSP_MODEL_BINDING has no local type.
Method Signatures
Method BUILD_ATTRIBUTE_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Value transfer | Type reference (TYPE) | STRING | Attributpfad | 20020426 | |||
| 2 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Komponentenname (falls Tabelle oder Struktur) | 20020426 | |||
| 3 | INDEX | Call by reference | Type reference (TYPE) | I | Tabellenindex (falls Tabelle) | 20020426 | |||
| 4 | NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20020426 | |||
| 5 | PARTIAL_ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | 20020430 |
Method BUILD_ATTRIBUTE_PATH on class IF_BSP_MODEL_BINDING has no exception.
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Value transfer | Type reference (TYPE) | STRING | Attributpfad | 20020328 | |||
| 2 | ATTRIBUTE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf (Toplevel-)Attribut | 20020328 | |||
| 3 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Attributpfad... .Component | 20020430 | |||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | Attributpfad[index] | 20020430 | |||
| 5 | NO_CONVERSION_EXIT | Call by reference | Type reference (TYPE) | I | 0 | Ignoriere Konvertierungsexit (0:false;1:true) | 20020328 | ||
| 6 | VALUE | Value transfer | Type reference (TYPE) | STRING | Ergebniswert | 20020328 |
Method GET_ATTRIBUTE on class IF_BSP_MODEL_BINDING has no exception.
Method GET_ATTRIBUTE_DATA_REF 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 | 20020426 | |||
| 2 | ATTRIBUTE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf (Toplevel-)Attribut | 20020426 | |||
| 3 | VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | Ergebniswert | 20020426 |
Method GET_ATTRIBUTE_DATA_REF on class IF_BSP_MODEL_BINDING has no exception.
Method GET_ATTRIBUTE_METADATA 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 | ATTRIBUTE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf (Toplevel-)Attribut | 20020328 | |||
| 3 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Komponentenname (falls Tabelle oder Struktur) | 20020328 | |||
| 4 | METADATA | Value transfer | Object reference (TYPE REF TO) | IF_BSP_METADATA | Metadaten zu Attribut | 20020328 | |||
| 5 | NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20020328 | |||
| 6 | NO_GETTER | Call by reference | Type reference (TYPE) | I | 0 | Ignoriere Getter (0:false;1:true) | 20020328 |
Method GET_ATTRIBUTE_METADATA on class IF_BSP_MODEL_BINDING has no exception.
Method GET_ATTRIBUTE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_NAME | Value transfer | Type reference (TYPE) | STRING | Attributpfad | 20020426 | |||
| 2 | ATTRIBUTE_PATH | Call by reference | Type reference (TYPE) | STRING | Attributname | 20020426 | |||
| 3 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Komponentenname (falls Tabelle oder Struktur) | 20020426 | |||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | Tabellenindex (falls Tabelle) | 20020426 |
Method GET_ATTRIBUTE_NAME on class IF_BSP_MODEL_BINDING has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | STRING | ID des Models | 20020328 |
Method GET_ID on class IF_BSP_MODEL_BINDING has no exception.
Method IS_ATTRIBUTE_VALID 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 | ERROR_MESSAGE | Call by reference | Type reference (TYPE) | STRING | Fehlertext (falls is_valid == 0) | 20020328 | |||
| 3 | ERROR_SEVERITY | Call by reference | Type reference (TYPE) | I | Fehlerstufe (falls is_valid == 0; siehe co_error_...) | 20020328 | |||
| 4 | ERROR_VALUE | Call by reference | Type reference (TYPE) | STRING | Wert, der den Fehler ausgelöst hat (falls is_valid == 0) | 20020328 | |||
| 5 | IS_VALID | Call by reference | Type reference (TYPE) | I | Wert im Model ist typgerecht gültig (0:nein,1:ja) | 20020328 |
Method IS_ATTRIBUTE_VALID on class IF_BSP_MODEL_BINDING has no exception.
Method SET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE_PATH | Value transfer | Type reference (TYPE) | STRING | Attributpfad | 20020328 | |||
| 2 | ATTRIBUTE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf (Toplevel-)Attribut | 20020328 | |||
| 3 | COMPONENT | Call by reference | Type reference (TYPE) | STRING | Attributpfad... .Component | 20020430 | |||
| 4 | INDEX | Call by reference | Type reference (TYPE) | I | Attributpfad[index] | 20020430 | |||
| 5 | NO_CONVERSION_EXIT | Call by reference | Type reference (TYPE) | I | 0 | Ignoriere Konvertierungsexit (0:false;1:true) | 20020328 | ||
| 6 | VALUE | Call by reference | Type reference (TYPE) | STRING | Zuzuweisender Wert | 20020328 |
Method SET_ATTRIBUTE on class IF_BSP_MODEL_BINDING has no exception.
History
| Last changed by/on | SAP | 20020328 |
| SAP Release Created in |