SAP ABAP Class /DSD/CL_DX_VIEW (View for DEX)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
LE-DSD (Application Component) Direct Store Delivery
⤷
/DSD/DX (Package) DSD Data EXchange handling
⤷
⤷
Properties
| Class | /DSD/CL_DX_VIEW | |
| Short Description | View for DEX | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /DSD/DX | DSD Data EXchange handling |
| Created | 20080402 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /DSD/CL_DX_VIEW has no forward declaration.
Interfaces
Class /DSD/CL_DX_VIEW has no interface implemented.
Friends
Class /DSD/CL_DX_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | /DSD/CL_DX_CTRL | Controller for DEX | 20080429 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basis Class for Simple Tables | 20080429 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080429 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_TREE | Basis Class for Tree Structure | 20080429 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basis Class for Simple Tables | 20080429 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Table with parsed DEX data | 20080429 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | SALV_S_LAYOUT_KEY | Layout Key | 20080429 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | SALV_S_LAYOUT_KEY | Layout Key | 20080429 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | SALV_S_LAYOUT_KEY | Layout Key | 20080429 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | /DSD/DX_DETAIL_PARSED_DATA_TT | Display Detail of parsed DEX data | 20080429 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | /DSD/DX_DEX_HD_TT | DEX header | 20080429 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | /DSD/DX_DEX_ITM_TT | DEX item | 20080429 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | TAB_LIPS | Table type SD document: Delivery: Item data | 20080429 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | /DSD/DX_STRUCTURE_TT | DEX Structure | 20080429 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080404 | |
| 2 | Instance method | Public | Method | Create table for selected and parsed DEX data | 20080410 | |
| 3 | Instance method | Protected | Method | Create tree and display all DEX data | 20080404 | |
| 4 | Instance method | Protected | Method | Create table for selected LIPS data | 20080404 | |
| 5 | Instance method | Public | Method | Display controls | 20080402 | |
| 6 | Instance method | Public | Method | Display details of parsed data | 20080423 | |
| 7 | Instance method | Public | Method | Display selected LIPS data | 20080404 | |
| 8 | Instance method | Public | Method | DESTRUCTOR | 20080423 |
Events
Class /DSD/CL_DX_VIEW has no event.
Types
Class /DSD/CL_DX_VIEW has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DEX_CTRL | Call by reference | Object reference (TYPE REF TO) | /DSD/CL_DX_CTRL | Controller for DEX | 20080429 |
Method CONSTRUCTOR on class /DSD/CL_DX_VIEW has no exception.
Method CREATE_AND_DISPLAY_DEX_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_STRUCT_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20080429 | |||
| 2 | IO_TABLE_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20080429 | |||
| 3 | IR_STRUCT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Structured DEX data | 20080410 | |||
| 4 | IT_STRUCTURE | Call by reference | Type reference (TYPE) | /DSD/DX_STRUCTURE_TT | DEX Structure | 20080410 | |||
| 5 | IV_SEGM_ID | Call by reference | Type reference (TYPE) | /DSD/DX_SEGM_ID | DEX/UCS - Segment identifier | 20080429 | |||
| 6 | IV_VERSION | Call by reference | Type reference (TYPE) | /DSD/DX_VERSION | DEX/UCS - Version / Release | 20080429 |
Method CREATE_AND_DISPLAY_DEX_DETAIL on class /DSD/CL_DX_VIEW has no exception.
Method CREATE_DEX_OVERVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DEX_OVERVIEW_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080429 | |||
| 2 | IT_DEX_ITM | Call by reference | Type reference (TYPE) | /DSD/DX_DEX_ITM_TT | DEX item | 20080404 |
Method CREATE_DEX_OVERVIEW on class /DSD/CL_DX_VIEW has no exception.
Method CREATE_LIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LIPS_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080429 |
Method CREATE_LIPS on class /DSD/CL_DX_VIEW has no exception.
Method DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DEX_DETAIL_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080429 | |||
| 2 | IO_DEX_OVERVIEW_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080429 | |||
| 3 | IO_LIPS_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080429 | |||
| 4 | IT_DEX_HD | Call by reference | Type reference (TYPE) | /DSD/DX_DEX_HD_TT | DEX header | 20080410 | |||
| 5 | IT_DEX_ITM | Call by reference | Type reference (TYPE) | /DSD/DX_DEX_ITM_TT | DEX item | 20080404 | |||
| 6 | IT_STRUCTURE | Call by reference | Type reference (TYPE) | /DSD/DX_STRUCTURE_TT | DEX Structure | 20080404 |
Method DISPLAY on class /DSD/CL_DX_VIEW has no exception.
Method DISPLAY_DETAIL_PARSED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DETAIL_PARSED_DATA | Call by reference | Type reference (TYPE) | /DSD/DX_DETAIL_PARSED_DATA_TT | Display Detail of parsed DEX data | 20080423 |
Method DISPLAY_DETAIL_PARSED_DATA on class /DSD/CL_DX_VIEW has no exception.
Method DISPLAY_LIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LIPS | Call by reference | Type reference (TYPE) | TAB_LIPS | Table type SD document: Delivery: Item data | 20080404 |
Method DISPLAY_LIPS on class /DSD/CL_DX_VIEW has no exception.
Method FREE Signature
Method FREE on class /DSD/CL_DX_VIEW has no parameter.
Method FREE on class /DSD/CL_DX_VIEW has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 604 |