SAP ABAP Class CL_SALV_BOG_XML_MODEL_PROVIDER (Model Provider for Data and Presentation XML Generation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_BOG (Package) XML for CR Generation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BOG_DATA_XML_MODEL | Data Basis for Data XML Generation | 20090206 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BOG_PRESENT_XML_MODEL | Data Foundation for Presentation XML Generation | 20090206 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BOG_XML_MODEL_PROVIDER | Model Provider for Data and Presentation XML Generation | 20090206 |
Properties
| Class | CL_SALV_BOG_XML_MODEL_PROVIDER | |
| Short Description | Model Provider for Data and Presentation XML Generation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_BOG | XML for CR Generation |
| Created | 20090206 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_BOG_DATA_XML_MODEL | Data Basis for Data XML Generation | 20090206 | ||
| 2 | IF_SALV_BOG_PRESENT_XML_MODEL | Data Foundation for Presentation XML Generation | 20090206 | ||
| 3 | IF_SALV_BOG_XML_MODEL_PROVIDER | Model Provider for Data and Presentation XML Generation | 20090206 |
Friends
Class CL_SALV_BOG_XML_MODEL_PROVIDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '==ALPHA' | 20090506 | |||
| 2 | Constant | Public | See coding | 20090506 | |||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG | 20090515 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SALV_BOG_MODEL_ADAPTER | Model Adapter (Implemented for GUI and WD) | 20090515 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_PRESENT_XML_MODEL=>YS_TABLE_HEADER | 20090515 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_AGGREGATION | 20090515 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_PRESENT_XML_MODEL=>YT_COLUMN | 20090515 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_DATA_XML_MODEL=>YT_FIXED_VALUE | 20090515 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_DATA_XML_MODEL=>YT_FORMATTTING | 20090515 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_PRESENT_XML_MODEL=>YT_RELATION | 20090515 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_DATA_XML_MODEL=>YT_REQUIRED_FIELD | 20090515 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_SORT | 20090515 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | IF_SALV_BOG_DATA_XML_MODEL=>YT_ID_TEXT | Text for ID | 20090515 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20090318 | ||
| 2 | Static method | Private | Method | 20091210 | ||
| 3 | Static method | Private | Method | 20091210 | ||
| 4 | Static method | Private | Method | 20090619 | ||
| 5 | Static method | Private | Method | 20091210 | ||
| 6 | Instance method | Private | Method | Fields and Columns Recieved from Model Adapter | 20090515 | |
| 7 | Instance method | Private | Method | 20090515 |
Events
Class CL_SALV_BOG_XML_MODEL_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELD_MAPPING | Private | See coding | 20090619 | begin of ys_field_mapping,
name type string,
binding type ref to lif_binding,
end of ys_field_mapping
|
||
| 2 | YT_FIELD_MAPPING | Private | See coding | 20090619 | yt_field_mapping type standard table of ys_field_mapping with default key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LOG_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG_PROVIDER | 20090318 |
Method CONSTRUCTOR on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
Method CREATE_AGGREGATION_BINDINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COLUMNS | Value transfer | Object reference (TYPE REF TO) | LCL_COLUMNS | 20091210 | ||||
| 2 | R_LOG | Value transfer | Object reference (TYPE REF TO) | IF_SALV_CSQ_LOG | 20091216 | ||||
| 3 | T_AGGREGATION | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_AGGREGATION | 20091210 | ||||
| 4 | T_FIELD_MAPPINGS | Value transfer | Type reference (TYPE) | YT_FIELD_MAPPING | 20091210 |
Method CREATE_AGGREGATION_BINDINGS on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
Method CREATE_AGGREGATION_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_AGGREGATION | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_AGGREGATION | 20091210 | ||||
| 2 | T_AGGREGATION_FIELD_BINDINGS | Value transfer | Type reference (TYPE) | YT_FIELD_MAPPING | 20091210 | ||||
| 3 | T_AGGREGATION_RESULT | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_AGGREGATION | 20091210 |
Method CREATE_AGGREGATION_RULES on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
Method CREATE_SORT_BINDINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATION_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091216 | ||||
| 2 | R_COLUMNS | Value transfer | Object reference (TYPE REF TO) | LCL_COLUMNS | 20091210 | ||||
| 3 | T_FIELD_MAPPINGS | Value transfer | Type reference (TYPE) | YT_FIELD_MAPPING | 20091210 | ||||
| 4 | T_SORT | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_SORT | 20090619 |
Method CREATE_SORT_BINDINGS on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
Method CREATE_SORT_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_SORT | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_SORT | 20091210 | ||||
| 2 | T_SORT_FIELD_BINDINGS | Value transfer | Type reference (TYPE) | YT_FIELD_MAPPING | 20091210 | ||||
| 3 | T_SORT_RESULT | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_SORT | 20091210 |
Method CREATE_SORT_RULES on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
Method LOG_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | T_COLUMNS | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_COLUMN | 20090515 | ||||
| 2 | T_FIELDS | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_FIELD | 20090515 |
Method LOG_INPUT on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
Method LOG_RESULTS Signature
Method LOG_RESULTS on class CL_SALV_BOG_XML_MODEL_PROVIDER has no parameter.
Method LOG_RESULTS on class CL_SALV_BOG_XML_MODEL_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |