SAP ABAP Interface IF_SALV_BOG_PRESENT_XML_MODEL (Data Foundation for 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_BOG_XML_MODEL_PROVIDER | Model Provider for Data and Presentation XML Generation | 20090206 |
Properties
Interface | IF_SALV_BOG_PRESENT_XML_MODEL | |
Short Description | Data Foundation for Presentation XML Generation |
General Data
Package | SALV_BOG | XML for CR Generation |
Created | 20090206 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SALV_BOG_PRESENT_XML_MODEL has no forward declaration.
Interfaces
Interface IF_SALV_BOG_PRESENT_XML_MODEL has no interface.
Friends
Interface IF_SALV_BOG_PRESENT_XML_MODEL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_H_ALIGN | Constant | Public | Attribute reference (LIKE) | IF_SALV_BOG_MODEL_ADAPTER=>C_H_ALIGN | IF_SALV_BOG_MODEL_ADAPTER=>C_H_ALIGN | 20090206 | ||
2 | C_RELATION_TYPE | Constant | Public | Attribute reference (LIKE) | IF_SALV_BOG_MODEL_ADAPTER=>C_RELATION_TYPE | IF_SALV_BOG_MODEL_ADAPTER=>C_RELATION_TYPE | 20090206 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20090223 | |
2 | ![]() |
Instance method | Public | Method | 20090206 | |
3 | ![]() |
Instance method | Public | Method | 20090206 | |
4 | ![]() |
Instance method | Public | Method | 20090223 | |
5 | ![]() |
Instance method | Public | Method | 20090206 | |
6 | ![]() |
Instance method | Public | Method | 20090223 | |
7 | ![]() |
Instance method | Public | Method | 20090206 | |
8 | ![]() |
Instance method | Public | Method | 20090206 |
Events
Interface IF_SALV_BOG_PRESENT_XML_MODEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_BINDING | Public | See coding | 20090206 | begin of ys_binding,
id type string,
field_name type string,
end of ys_binding
|
||
2 | YS_BINDING_VALUE_OR_FIELD | Public | See coding | 20090212 | begin of ys_binding_value_or_field,
value type string,
field_name type string,
end of ys_binding_value_or_field
|
||
3 | YS_COLUMN | Public | See coding | 20090206 | begin of ys_column,
id type string,
is_visible type abap_bool,
position type i,
header_label_id type string,
header_h_align type string, " C_H_ALIGN-center,
content_h_align type ys_binding_value_or_field,
text type ys_binding,
image type ys_binding,
link type ys_binding,
editor_type type string, " for debugging
format_id type string,
max_length type i,
display_as_key type abap_bool,
tooltip_id type string,
sort_field type string,
* filter_field type string,
* aggregation_field type string,
end of ys_column
|
||
4 | YS_RELATION | Public | See coding | 20090206 | begin of ys_relation,
type type string, " c_relation_type-currency,
content_field type string,
binding type ys_binding,
end of ys_relation
|
||
5 | YS_TABLE_HEADER | Public | See coding | 20090206 | begin of ys_table_header,
title_id type string,
end of ys_table_header
|
||
6 | YT_COLUMN | Public | See coding | 20090206 | yt_column type table of ys_column with default key
|
||
7 | YT_RELATION | Public | See coding | 20090206 | yt_relation type table of ys_relation with default key
|
Method Signatures
Method GET_AGGREGATION 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 | 20090223 |
Method GET_AGGREGATION on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_COLUMNS | Value transfer | Type reference (TYPE) | YT_COLUMN | 20090206 |
Method GET_COLUMNS on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_END_OF_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_EOL | Value transfer | Object reference (TYPE REF TO) | CL_SALV_FORM_UIE | 20090206 |
Method GET_END_OF_LIST on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_FILTER | Value transfer | Type reference (TYPE) | IF_SALV_BOG_MODEL_ADAPTER=>YT_FILTER | 20090223 |
Method GET_FILTER on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_RELATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
T_RELATIONS | Value transfer | Type reference (TYPE) | YT_RELATION | 20090206 |
Method GET_RELATIONS on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_SORT 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 | 20090223 |
Method GET_SORT on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_TABLE_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
S_TABLE_HEADER | Value transfer | Type reference (TYPE) | YS_TABLE_HEADER | 20090206 |
Method GET_TABLE_HEADER on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
Method GET_TOP_OF_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TOL | Value transfer | Object reference (TYPE REF TO) | CL_SALV_FORM_UIE | 20090206 |
Method GET_TOP_OF_LIST on Interface IF_SALV_BOG_PRESENT_XML_MODEL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |