SAP ABAP Class /DSD/SL_CL_WA_ENCASH_REVENUE (Work Area Collection Payment)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
LE-DSD-RA-SL (Application Component) Route Settlement
⤷
/DSD/SL (Package) Route Settlement
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /DSD/SL_IF_WORKAREA | Interface for the Work Areas | 20020508 |
Properties
| Class | /DSD/SL_CL_WA_ENCASH_REVENUE | |
| Short Description | Work Area Collection Payment | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /DSD/SL | Route Settlement |
| Created | 20020424 | SAP |
| Last change | 20030212 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /DSD/SL_CL_WA_ENCASH_REVENUE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /DSD/SL_IF_WORKAREA | Interface for the Work Areas | 20020508 |
Friends
Class /DSD/SL_CL_WA_ENCASH_REVENUE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | /DSD/SL_IF_CONTENT | Interface to the Content of the Bottom Area | 20020508 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | /DSD/SL_CL_MO_ENCASH_REVENUE | Process Collection Payment | 20020424 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | /DSD/SL_IF_SUBSCREEN | Interface to Bottom Area | 20020508 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | /DSD/SL_CL_VIEW_ENCASH_REVENUE | Display Collection Payment | 20020424 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20020424 | |
| 2 | Instance method | Public | Method | Determine Payment Data | 20020527 | |
| 3 | Instance method | Private | Event handling method | Event Handler for "button_click" of ALV | 20020924 | |
| 4 | Instance method | Private | Event handling method | Handler for Event "Data Changed" of ALV | 20020924 | |
| 5 | Instance method | Public | Event handling method | Event Handler for "DATA_CHANGED" | 20020605 | |
| 6 | Instance method | Public | Event handling method | Event Handler for "USER_COMMAND" | 20020605 | |
| 7 | Instance method | Private | Method | Register Event Handler | 20020605 | |
| 8 | Instance method | Public | Method | Set Focus Line | 20020606 | |
| 9 | Instance method | Public | Method | Fill Data | 20020424 | |
| 10 | Instance method | Public | Method | Data backup | 20020514 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | BUTTON_CLICK_FOCCUS | Instance Event (0) |
Public (2) |
Focus Line Clicked | 20020924 |
| 2 | CREATE_ASSIGN | Instance Event (0) |
Public (2) |
Create an Assignment | 20020611 |
| 3 | DELETE_ASSIGN | Instance Event (0) |
Public (2) |
Delete an Assignment | 20020611 |
| 4 | FOCUS_CHANGED | Instance Event (0) |
Public (2) |
Focus Row Changed | 20020924 |
| 5 | NOK_CHANGED | Instance Event (0) |
Public (2) |
Change NOK Flag | 20020605 |
Types
Class /DSD/SL_CL_WA_ENCASH_REVENUE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA_BUFFER | Call by reference | Object reference (TYPE REF TO) | /DSD/SL_CL_DATA_BUFFER | Datenpuffer bearbeiten | 20020529 | |||
| 2 | I_EXTENSION | Value transfer | Type reference (TYPE) | I | height / width of the workarea | 20020424 | |||
| 3 | I_OPEN | Value transfer | Type reference (TYPE) | /DSD/HH_CHECKBOX | Pole k zakřížkování | 20020424 | |||
| 4 | I_TITLE | Value transfer | Type reference (TYPE) | STRING | workarea's title | 20020424 | |||
| 5 | I_VISIBLE | Value transfer | Type reference (TYPE) | /DSD/HH_CHECKBOX | Pole k zakřížkování | 20020424 |
Method CONSTRUCTOR on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method GET_RAEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RAEC | Call by reference | Type reference (TYPE) | /DSD/HH_RAEC_S_TT | Tabellentyp Einnahmen / Ausgaben | 20020527 |
Method GET_RAEC on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method ON_BUTTON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_COL_ID | Call by reference | Attribute reference (LIKE) | 20020924 | |||||
| 2 | ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20020924 |
Method ON_BUTTON_CLICK on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method ON_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Call by reference | Attribute reference (LIKE) | 20020924 | |||||
| 2 | E_ONF4 | Call by reference | Attribute reference (LIKE) | 20020924 | |||||
| 3 | E_ONF4_AFTER | Call by reference | Attribute reference (LIKE) | 20020924 | |||||
| 4 | E_ONF4_BEFORE | Call by reference | Attribute reference (LIKE) | 20020924 |
Method ON_DATA_CHANGED on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method ON_NOK_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY_RAEC | Call by reference | Attribute reference (LIKE) | 20020605 | |||||
| 2 | E_POK | Call by reference | Attribute reference (LIKE) | 20020605 |
Method ON_NOK_CHANGED on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method ON_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20020605 |
Method ON_USER_COMMAND on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method SET_EVENT_HANDLER Signature
Method SET_EVENT_HANDLER on class /DSD/SL_CL_WA_ENCASH_REVENUE has no parameter.
Method SET_EVENT_HANDLER on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method SET_FOCUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ROW_ID | Call by reference | Type reference (TYPE) | LVC_S_ROID | Přiřazení čísel řádek a ID řádek | 20020606 |
Method SET_FOCUS on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method WORK_WITH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_VKORG | Call by reference | Type reference (TYPE) | VKORG | Prodejní organizace | 20020524 | |||
| 2 | IT_KEYS | Call by reference | Type reference (TYPE) | /DSD/HH_RACVHD_KEY_TT | Tabellentyp Einnahmen / Ausgaben | 20020507 | |||
| 3 | IT_SLD_KEYS | Call by reference | Type reference (TYPE) | /DSD/SL_SELECTVISIT_KEY_TT | Select Suchergebnis mit Visit | 20021030 |
Method WORK_WITH_DATA on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Method WRITE_DATA_TO_BUFFER Signature
Method WRITE_DATA_TO_BUFFER on class /DSD/SL_CL_WA_ENCASH_REVENUE has no parameter.
Method WRITE_DATA_TO_BUFFER on class /DSD/SL_CL_WA_ENCASH_REVENUE has no exception.
Event Signatures
Event BUTTON_CLICK_FOCCUS Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RAEC_KEY | Exporting | Value transfer | Type reference (TYPE) | /DSD/HH_RAEC_KEY_TT | Tabellentyp Schlüssel Einnahmen / Ausgaben | 20020924 |
Event CREATE_ASSIGN Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEYS | Exporting | Value transfer | Type reference (TYPE) | /DSD/HH_RAEC_KEY_TT | Schlüssel Einnahmen / Ausgaben | 20020611 |
Event DELETE_ASSIGN Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEYS | Exporting | Value transfer | Type reference (TYPE) | /DSD/HH_RAEC_KEY_TT | Schlüssel Einnahmen / Ausgaben | 20020611 |
Event FOCUS_CHANGED Signature
Event FOCUS_CHANGED on class /DSD/SL_CL_WA_ENCASH_REVENUE has no parameter.
Event NOK_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_KEY_RAEC | Exporting | Value transfer | Type reference (TYPE) | /DSD/HH_RAEC_KEY | Struktur mit Schlüssel zu Einnahmen / Ausgaben | 20020605 | ||
| 2 | E_POK | Exporting | Value transfer | Type reference (TYPE) | /DSD/HH_CHECKBOX | Pole k zakřížkování | 20020605 |
History
| Last changed by/on | SAP | 20030212 |
| SAP Release Created in | 461 |