SAP ABAP Class CL_WB2_SELECTION_AREA_VIEW (Selection Area)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-TEW (Application Component) Trading Execution Workbench
⤷
WB2B_TEW (Package) Trading Execution Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB2_OBSERVER | Observer | 20000720 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB2_SUBSCREEN | Subscreen | 20000713 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB2_WB_EVENTS | Workbench Events | 20000818 |
Properties
| Class | CL_WB2_SELECTION_AREA_VIEW | |
| Short Description | Selection Area | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WB2B_TEW | Trading Execution Workbench |
| Created | 20000712 | SAP |
| Last change | 20031212 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WB2_SELECTION_AREA_VIEW has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB2_OBSERVER | Observer | 20000720 | ||
| 2 | IF_WB2_SUBSCREEN | Subscreen | 20000713 | ||
| 3 | IF_WB2_WB_EVENTS | Workbench Events | 20000818 |
Friends
Class CL_WB2_SELECTION_AREA_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Business Process Step | 20000712 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BVAL | For Speaking Software? | 20011203 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SY-DYNNR | Current Screen | 20000719 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | BVAL | Display Expanded | 20000720 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | WB2_DESCRIPTION | Outline Text | 20000818 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | WB2_OBJECT_HANDLE | Unique Number for Objects (Temporary) | 20000720 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | WB2_SCREEN | Workbench Screens | 20000815 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB2_SELECTION_AREA | Selection Area for Documents | 20000714 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WB2_SELECTION_VIEW | Selection Screen | 20000714 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB2_BUSINESS_STEP | Business Process Step | 20000720 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WB2_STEP_VIEW | Listbox for Business Process Step | 20000714 | |||
| 12 | Constant | Private | Type reference (TYPE) | SYDYNNR | '0100' | ABAP Program: Number of Current Screen | 20000712 | ||
| 13 | Constant | Private | Type reference (TYPE) | SYDYNNR | '0500' | Collapsed Display | 20000720 | ||
| 14 | Constant | Private | Type reference (TYPE) | SYREPID | 'SAPLWB2_SELECTION_VIEW' | ABAP Program: Current Main Program | 20000712 | ||
| 15 | Constant | Private | Type reference (TYPE) | HELP_INFO-DYNPROFLD | 'SEL_STEP' | Field Name | 20000714 | ||
| 16 | Constant | Private | Type reference (TYPE) | FCODE | 'SE_COLLAPSE' | Collapse Display | 20000720 | ||
| 17 | Constant | Private | Type reference (TYPE) | FCODE | 'SE_EXPAND' | Expand Display | 20000720 | ||
| 18 | Constant | Private | Type reference (TYPE) | FCODE | 'SELTOOL_START_SELECT' | Function Code: Data Selection | 20000720 | ||
| 19 | Constant | Private | Type reference (TYPE) | FCODE | 'SE_SEL_STEP' | Function Code: Selection Step Changed | 20000720 | ||
| 20 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WB2_SELECTION_AREA_VIEW | Selection Area | 20000816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Set Active Screen | 20000720 | |
| 2 | Instance method | Public | Constructor | Constructor | 20000712 | |
| 3 | Instance method | Public | Method | Fill Selection Step Listbox | 20000714 | |
| 4 | Instance method | Public | Method | Release Resources | 20000814 | |
| 5 | Instance method | Public | Method | Screen and Program of Selection Screen (without Listbox) | 20000714 | |
| 6 | Instance method | Public | Method | Set References to Screen Fields | 20000712 |
Events
Class CL_WB2_SELECTION_AREA_VIEW has no event.
Types
Class CL_WB2_SELECTION_AREA_VIEW has no local type.
Method Signatures
Method CALC_SCREEN Signature
Method CALC_SCREEN on class CL_WB2_SELECTION_AREA_VIEW has no parameter.
Method CALC_SCREEN on class CL_WB2_SELECTION_AREA_VIEW has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACC | Call by reference | Type reference (TYPE) | BVAL | für Vorlesesoftware ? | 20011203 | |||
| 2 | I_FRAME_TEXT | Call by reference | Type reference (TYPE) | WB2_DESCRIPTION | Rahmentext | 20000818 | |||
| 3 | I_SCREEN | Call by reference | Type reference (TYPE) | WB2_SCREEN | Screens der Workbench | 20000815 | |||
| 4 | I_SELECTION_AREA | Call by reference | Object reference (TYPE REF TO) | CL_WB2_SELECTION_AREA | Selektionsbereich für Dokumente | 20000714 | |||
| 5 | I_SEL_STEP | Call by reference | Object reference (TYPE REF TO) | CL_WB2_BUSINESS_STEP | Geschäftsprozeßschritt | 20000717 |
Method CONSTRUCTOR on class CL_WB2_SELECTION_AREA_VIEW has no exception.
Method FILL_SEL_STEP Signature
Method FILL_SEL_STEP on class CL_WB2_SELECTION_AREA_VIEW has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | interner Fehler | 20000714 |
Method FREE Signature
Method FREE on class CL_WB2_SELECTION_AREA_VIEW has no parameter.
Method FREE on class CL_WB2_SELECTION_AREA_VIEW has no exception.
Method GET_SELECTION_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | ABAP-Programm, Nummer des aktuellen Dynpros | 20000714 | |||
| 2 | E_REPID | Call by reference | Type reference (TYPE) | SY-REPID | ABAP-Programm, aktuelles Rahmenprogramm | 20000714 |
Method GET_SELECTION_SCREEN on class CL_WB2_SELECTION_AREA_VIEW has no exception.
Method SET_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_STEP | Call by reference | Type reference (TYPE) | WB2_STEP | Schritt des Geschäftsprozesses | 20000712 |
Method SET_REFERENCE on class CL_WB2_SELECTION_AREA_VIEW has no exception.
History
| Last changed by/on | SAP | 20031212 |
| SAP Release Created in | 46C |