SAP ABAP Class CL_WRF_PPW_SEL_SET (PPW Work Area)
Hierarchy
☛
EA-RETAIL (Software Component) SAP Enterprise Extension Retail
⤷
LO-MD-PPW (Application Component) Price Planning Workbench
⤷
WRF_PPW_WORKBENCH (Package) Price Planning Workbench - WORKBENCH

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WRF_PPW_MESSAGE_PUBLISHER | Publish Messages | 20040108 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WRF_PPW_SEL_SET | Manage Selection Objects | 20031029 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WRF_PPW_STATUS_CTRL | Status Controller Functions | 20031029 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WRF_PPW_SEL_SET_ART | Material Selection Set | 20031029 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_WRF_PPW_SEL_SET_MDP | Markdown Proposal Set | 20031029 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_WRF_PPW_SEL_SET_OS | Permanent Organization Set Quantity | 20050124 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_WRF_PPW_SEL_SET_PPD | Administration of Price Plans | 20031029 |
Properties
Class | CL_WRF_PPW_SEL_SET | |
Short Description | PPW Work Area | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WRF_PPW_WORKBENCH | Price Planning Workbench - WORKBENCH |
Created | 20031029 | SAP |
Last change | 20060208 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WRF_PPW_MESSAGE_PUBLISHER | Publish Messages | 20040108 | ||
2 | IF_WRF_PPW_SEL_SET | Manage Selection Objects | 20031029 | ||
3 | IF_WRF_PPW_STATUS_CTRL | Status Controller Functions | 20031029 |
Friends
Class CL_WRF_PPW_SEL_SET 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) | IF_WRF_PPW_APPLICATION | PPW Application (Business Layer) | 20031029 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WRF_PPW_RANGE | Ranges to Filter | 20040210 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20031029 | |||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WRF_PPW_MAP_SIMPLE | Mapping Service PPW Selection Set | 20031103 | ||
5 | ![]() |
Instance attribute | Public | See coding | Function List of the Changing Functions | 20050511 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | WRF_PPW_FUNCSTAT_TTY | Function Classification | 20031105 | ||
7 | ![]() |
Instance attribute | Protected | See coding | PA Levels with Status Information | 20040315 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLEAN_01 | Filter set | 20040210 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | WRF_PPW_RECID | 1 | Unique Record Number (For Selections) | 20031030 | |
10 | ![]() |
Instance attribute | Protected | Attribute reference (LIKE) | 20040108 | ||||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | Type of Selected Data | 20040406 | ||
12 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WRF_PPW_CONST | Constants in the Price Planning Workbench | 20031029 | ||
13 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_WRF_PPW_INT_SERVICES | Internal Constants and Conversions | 20031029 | ||
14 | ![]() |
Static Attribute | Protected | See coding | Status of Selectable Entries | 20050331 |
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CHANGED | Instance Event (0) |
Protected (1) |
20031029 | |
2 | DELETED | Instance Event (0) |
Private (0) |
20040713 | |
3 | MESSAGES_CREATED | Instance Event (0) |
Protected (1) |
20040108 | |
4 | MSG_GROUP_SET_CURRENT | Instance Event (0) |
Protected (1) |
20050722 | |
5 | MSG_LOG_CLEAR_REQUEST | Instance Event (0) |
Protected (1) |
20040108 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | L_WRF_PPW_ITEM_STY | Private | See coding | 20031103 | BEGIN OF l_wrf_ppw_item_sty,
k TYPE wrf_ppw_article_sty,
t TYPE wrf_ppw_articletexts_sty,
END OF l_wrf_ppw_item_sty
|
||
2 | TS_PPDPA | Protected | See coding | 20040315 | BEGIN OF ts_ppdpa,
pa TYPE wrf_ppw_ppdpa_sty,
recid TYPE wrf_ppw_busart_sty-recid,
level TYPE wrf_ppw_ppdoslevel_sty,
status TYPE wrf_ppw_busart_sty-status,
filter TYPE wrf_ppw_busart_sty-filter,
END OF ts_ppdpa
|
Method Signatures
Method CALL_POPUP_TO_CONFIRM_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COUNT | Call by reference | Type reference (TYPE) | I | 20050203 | |||
2 | ![]() |
R_ANSWER | Value transfer | Attribute reference (LIKE) | CL_WRF_PPW_CONST=>ANSWER_YES | 20050203 |
Method CALL_POPUP_TO_CONFIRM_DELETE on class CL_WRF_PPW_SEL_SET has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WRF_PPW_SEL_SET has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WRF_PPW_SEL_SET has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WRF_PPW_SEL_SET has no parameter.
Method CONSTRUCTOR on class CL_WRF_PPW_SEL_SET has no exception.
Method DELETE_SEL_SET_MEMBERS Signature
Method DELETE_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no parameter.
Method DELETE_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no exception.
Method DELETE_SEL_SET_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Attribute reference (LIKE) | CX_WRF_PPW=>MT_MESSAGES | Fehlermeldungen | 20050119 | ||
2 | ![]() |
E_DELETED | Call by reference | Attribute reference (LIKE) | CL_WRF_PPW_CONST=>YES | Entscheidung aus Dialog | 20050119 | ||
3 | ![]() |
I_WITH_DIALOG | Call by reference | Attribute reference (LIKE) | CL_WRF_PPW_CONST=>FALSE | 20040419 | |||
4 | ![]() |
XR_ITEM_LIST | Call by reference | Object reference (TYPE REF TO) | DATA | Positions-Liste | 20050202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Abbruch der Aktion | 20040428 |
Method EXTRACT_SELECTED_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SELECTED | Call by reference | Type reference (TYPE) | WRF_PPW_VIEWMEMBER_TTY | Elemente des Views | 20031029 | ||
2 | ![]() |
RR_ITEM_LIST | Value transfer | Object reference (TYPE REF TO) | DATA | Extrahierte Item List | 20031029 |
Method EXTRACT_SELECTED_ITEMS on class CL_WRF_PPW_SEL_SET has no exception.
Method FREE Signature
Method FREE on class CL_WRF_PPW_SEL_SET has no parameter.
Method FREE on class CL_WRF_PPW_SEL_SET has no exception.
Method GET_FILTER Signature
Method GET_FILTER on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_FILTER on class CL_WRF_PPW_SEL_SET has no exception.
Method GET_FUNCTION_LIST Signature
Method GET_FUNCTION_LIST on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_FUNCTION_LIST on class CL_WRF_PPW_SEL_SET has no exception.
Method GET_MEMBER_COUNT Signature
Method GET_MEMBER_COUNT on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_MEMBER_COUNT on class CL_WRF_PPW_SEL_SET has no exception.
Method GET_TYPE Signature
Method GET_TYPE on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_TYPE on class CL_WRF_PPW_SEL_SET has no exception.
Method GET_VIEW_MEMBER_LIST Signature
Method GET_VIEW_MEMBER_LIST on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_VIEW_MEMBER_LIST on class CL_WRF_PPW_SEL_SET has no exception.
Method ON_PPD_CANCELED Signature
Method ON_PPD_CANCELED on class CL_WRF_PPW_SEL_SET has no parameter.
Method ON_PPD_CANCELED on class CL_WRF_PPW_SEL_SET has no exception.
Method ON_PPD_CHANGED_ITEMS Signature
Method ON_PPD_CHANGED_ITEMS on class CL_WRF_PPW_SEL_SET has no parameter.
Method ON_PPD_CHANGED_ITEMS on class CL_WRF_PPW_SEL_SET has no exception.
Method ON_PPD_SAVED Signature
Method ON_PPD_SAVED on class CL_WRF_PPW_SEL_SET has no parameter.
Method ON_PPD_SAVED on class CL_WRF_PPW_SEL_SET has no exception.
Method REFRESH Signature
Method REFRESH on class CL_WRF_PPW_SEL_SET has no parameter.
Method REFRESH on class CL_WRF_PPW_SEL_SET has no exception.
Method SELECT_SEL_SET_MEMBERS Signature
Method SELECT_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no parameter.
Method SELECT_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no exception.
Method SET_FILTER Signature
Method SET_FILTER on class CL_WRF_PPW_SEL_SET has no parameter.
Method SET_FILTER on class CL_WRF_PPW_SEL_SET has no exception.
Method SET_FILTER_OFF Signature
Method SET_FILTER_OFF on class CL_WRF_PPW_SEL_SET has no parameter.
Method SET_FILTER_OFF on class CL_WRF_PPW_SEL_SET has no exception.
Method SET_FILTER_ON Signature
Method SET_FILTER_ON on class CL_WRF_PPW_SEL_SET has no parameter.
Method SET_FILTER_ON on class CL_WRF_PPW_SEL_SET has no exception.
Method SET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_BUSINESS_ITEMS | Call by reference | Object reference (TYPE REF TO) | DATA | Sel-Set-Items in Business-Schicht-Format | 20040106 |
Method SET_TEXT on class CL_WRF_PPW_SEL_SET has no exception.
Method TMP_ON_PPD_ITEMS_ADDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_GUIDS | Call by reference | Type reference (TYPE) | WRF_PPW_GUID_TTY | Tabelle für GUIDs | 20040318 | ||
2 | ![]() |
SENDER | Call by reference | Object reference (TYPE REF TO) | IF_WRF_PPW_PPD_ADAPTER | PPD-Anbindung an PPW | 20040318 |
Method TMP_ON_PPD_ITEMS_ADDED on class CL_WRF_PPW_SEL_SET has no exception.
Method TRANSFER_TO_WA Signature
Method TRANSFER_TO_WA on class CL_WRF_PPW_SEL_SET has no parameter.
Method TRANSFER_TO_WA on class CL_WRF_PPW_SEL_SET has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on class CL_WRF_PPW_SEL_SET has no parameter.
Event DELETED Signature
Event DELETED on class CL_WRF_PPW_SEL_SET has no parameter.
Event MESSAGES_CREATED Signature
Event MESSAGES_CREATED on class CL_WRF_PPW_SEL_SET has no parameter.
Event MSG_GROUP_SET_CURRENT Signature
Event MSG_GROUP_SET_CURRENT on class CL_WRF_PPW_SEL_SET has no parameter.
Event MSG_LOG_CLEAR_REQUEST Signature
Event MSG_LOG_CLEAR_REQUEST on class CL_WRF_PPW_SEL_SET has no parameter.
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in | 111 |