SAP ABAP Class IF_POWL_EASY_FEEDER (Methods needed by Easy-POWL Feederclass)
Meta Relationship - Used By
Properties
| Class | IF_POWL_EASY_FEEDER | |
| Short Description | Methods needed by Easy-POWL Feederclass | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070529 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class IF_POWL_EASY_FEEDER has no interface implemented.
Friends
Class IF_POWL_EASY_FEEDER has no friend class.
Attributes
Class IF_POWL_EASY_FEEDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates instance of helper class | 20070529 | |
| 2 | Instance method | Public | Method | Handle decision from popup called after action | 20070529 | |
| 3 | Instance method | Public | Method | Executes an action triggered by the user | 20070529 | |
| 4 | Instance method | Public | Method | Returns the query results for the POWL-Feeder | 20070529 |
Events
Class IF_POWL_EASY_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_S_POPUP | Public | See coding | 20070529 | BEGIN OF typ_s_popup,
usage type string,
type type WDR_POPUP_MSG_TYPE,
title type string,
text type STRING,
hint type STRING,
button_kind type WDR_POPUP_BUTTON_KIND,
button_texts type POWL_NAMEVALUE_TTY,
END OF typ_s_popup
|
||
| 2 | TYP_S_POPUPDATA | Public | See coding | 20070529 | BEGIN OF typ_s_popupdata,
powl_type type POWL_TYPE_TY,
helper_class type SEOCLSNAME,
username type XUSER,
action_id type POWL_ACTIONID_TY,
popup type typ_s_popup,
powl_messages type POWL_MSG_TTY,
END OF typ_s_popupdata
|
||
| 3 | TYP_S_SELECTION_PARAMETER | Public | See coding | 20070530 | BEGIN OF typ_s_selection_parameter,
attribute type string,
sign type c length 1,
option type c length 2,
low type string,
high type string,
END OF typ_s_selection_parameter
|
||
| 4 | TYP_T_SELECTION_PARAMETER | Public | See coding | 20070530 | typ_t_selection_parameter TYPE STANDARD TABLE OF typ_s_selection_parameter
|
Method Signatures
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20070529 | |||
| 2 | E_INSTANCE | Call by reference | Object reference (TYPE REF TO) | OBJECT | Methods needed by base class | 20070529 | |||
| 3 | I_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20070529 | |||
| 4 | I_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20070529 | |||
| 5 | I_USERNAME | Call by reference | Type reference (TYPE) | XUSER | User name | 20070529 |
Method GET_INSTANCE on class IF_POWL_EASY_FEEDER has no exception.
Method HANDLE_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_POPUP | Call by reference | Type reference (TYPE) | TYP_S_POPUP | Data to create followup popup | 20070529 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20070529 | |||
| 3 | I_ACTION | Call by reference | Type reference (TYPE) | POWL_ACTIONID_TY | Action identifier | 20070529 | |||
| 4 | I_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | Button pressed | 20070529 | |||
| 5 | I_POPUP_USE | Call by reference | Type reference (TYPE) | STRING | Identifies usage of popup | 20070529 | |||
| 6 | I_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20070529 | |||
| 7 | I_USERNAME | Call by reference | Type reference (TYPE) | XUSER | User name | 20070529 |
Method HANDLE_POPUP on class IF_POWL_EASY_FEEDER has no exception.
Method POWL_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Table containing the selected lines | 20070529 | |||
| 2 | CV_ACTION | Call by reference | Type reference (TYPE) | POWL_ACTIONID_TY | Action identifier | 20070529 | |||
| 3 | CV_DO_REFRESH | Call by reference | Type reference (TYPE) | POWL_XFLAG_TY | trigger a complete query refresh | 20070529 | |||
| 4 | ES_POPUP | Call by reference | Type reference (TYPE) | TYP_S_POPUP | Data to create followup popup | 20070529 | |||
| 5 | ET_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20070529 | |||
| 6 | I_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20070529 | |||
| 7 | I_USERNAME | Call by reference | Type reference (TYPE) | XUSER | User name | 20070529 |
Method POWL_ACTION on class IF_POWL_EASY_FEEDER has no exception.
Method QUERY_POWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | POWL_MSG_TTY | Message META description | 20070529 | |||
| 2 | ET_POWL_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | POWL Table for Profile Maint.: Condition Definition | 20070529 | |||
| 3 | IT_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | TYP_T_SELECTION_PARAMETER | Selection criteria for Queries on BO attributes | 20070529 | |||
| 4 | IT_VISIBLE_FIELDS | Call by reference | Type reference (TYPE) | POWL_VISIBLE_COLS_TTY | table of visible columns | 20080430 | |||
| 5 | I_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL type ID | 20070529 | |||
| 6 | I_USERNAME | Call by reference | Type reference (TYPE) | XUSER | User name | 20070529 |
Method QUERY_POWL on class IF_POWL_EASY_FEEDER has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |