SAP ABAP Class CL_WSTN_ASORT_SUMMARY (Encapsulate the Assortment Summary Functionality)
Hierarchy
☛
EA-RETAIL (Software Component) SAP Enterprise Extension Retail
⤷
LO-MD-MM (Application Component) Material Master
⤷
WSTRN (Package) Prepack Allocation Planning Dialog
⤷
⤷
Properties
| Class | CL_WSTN_ASORT_SUMMARY | |
| Short Description | Encapsulate the Assortment Summary Functionality | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | WSTRN | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | WSTRN | Prepack Allocation Planning Dialog |
| Created | 20020104 | SAP |
| Last change | 20020506 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WSTN_ASORT_SUMMARY has no interface implemented.
Friends
Class CL_WSTN_ASORT_SUMMARY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SYUCOMM | 'RFSH_ASORT_SUM' | FCode to refresh the asortment summary ALV Grid | 20020104 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | XFELD | Indicates if some allocation line have been changed | 20020104 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SCRFNAME | Name of a Screen Element | 20020104 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SYMSGID | Messages, Message Class | 20020425 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SYMSGNO | Messages, Message Number | 20020425 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | NATXT | Message text | 20020425 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | XFELD | Indicates if it contains data that have never been displayed | 20020104 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WSTN_PP_ALLOC_PLANNING | Allocation planning data | 20020104 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | Assortment summary ALV grid | 20020104 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Custom cont. that make the link between the class and dialog | 20020104 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | XFELD | Indicates if some prepack components have been changed | 20020104 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | Layout definition of the assortment summary ALV grid | 20020104 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field catalog for the assortment summary ALV grid | 20020104 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | WSTN_MAP_ASORT_PLAN_TAB | MAP plan at the asortment level | 20020118 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | WSTN_AL_ASORT_SUM_TAB | Assortment summary | 20020104 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Build the f. cat. and lay. for the assort. summary ALV grid | 20020104 | |
| 2 | Instance method | Private | Method | Calculate the summary by assortment | 20020104 | |
| 3 | Instance method | Public | Constructor | Initialize an instance of the assortment summary class | 20020104 | |
| 4 | Instance method | Public | Method | Destroy the assortment summary dialog object | 20020104 | |
| 5 | Instance method | Private | Event handling method | Handle the event ALLOCATION_PLAN_CHANGED from the Alloc Obj. | 20020104 | |
| 6 | Instance method | Private | Event handling method | Handle the event PREPACKS_CHANGED from the Prepack Defn. obj | 20020104 | |
| 7 | Instance method | Private | Event handling method | Setup the assortment summary ALV grid toolbar | 20020104 | |
| 8 | Instance method | Private | Event handling method | Dispatch to the method that will take the appropriate action | 20020104 | |
| 9 | Instance method | Public | Method | Load MAP plan and allocation plan into the dialog object | 20020104 | |
| 10 | Instance method | Public | Method | Formatted output data are sent to controls | 20020104 | |
| 11 | Instance method | Public | Method | Reset the assortment summary dialog object | 20020104 |
Events
Class CL_WSTN_ASORT_SUMMARY has no event.
Types
Class CL_WSTN_ASORT_SUMMARY has no local type.
Method Signatures
Method BUILD_ASORT_FCAT Signature
Method BUILD_ASORT_FCAT on class CL_WSTN_ASORT_SUMMARY has no parameter.
Method BUILD_ASORT_FCAT on class CL_WSTN_ASORT_SUMMARY has no exception.
Method CALCULATE_ASORT_SUMMARY Signature
Method CALCULATE_ASORT_SUMMARY on class CL_WSTN_ASORT_SUMMARY has no parameter.
Method CALCULATE_ASORT_SUMMARY on class CL_WSTN_ASORT_SUMMARY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTAINER_NAME | Call by reference | Type reference (TYPE) | C | Dynpro-Custom-Control, dem Container zugeordnet werden soll | 20020104 |
Method CONSTRUCTOR on class CL_WSTN_ASORT_SUMMARY has no exception.
Method FREE Signature
Method FREE on class CL_WSTN_ASORT_SUMMARY has no parameter.
Method FREE on class CL_WSTN_ASORT_SUMMARY has no exception.
Method HANDLE_ALLOCATION_PLAN_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PLANNR | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 2 | IM_PONUM | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 3 | IM_UPDOPER | Call by reference | Attribute reference (LIKE) | 20020104 |
Method HANDLE_ALLOCATION_PLAN_CHANGED on class CL_WSTN_ASORT_SUMMARY has no exception.
Method HANDLE_PREPACKS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NEW_MENGE | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 2 | IM_OLD_MENGE | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 3 | IM_PPNR | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 4 | IM_UPDOPER | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 5 | IM_VARNR | Call by reference | Attribute reference (LIKE) | 20020104 |
Method HANDLE_PREPACKS_CHANGED on class CL_WSTN_ASORT_SUMMARY has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20020104 | |||||
| 2 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20020104 |
Method HANDLE_TOOLBAR on class CL_WSTN_ASORT_SUMMARY has no exception.
Method HANDLE_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) | 20020104 |
Method HANDLE_USER_COMMAND on class CL_WSTN_ASORT_SUMMARY has no exception.
Method LOAD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_O_ALLOC_PLANNING | Call by reference | Object reference (TYPE REF TO) | CL_WSTN_PP_ALLOC_PLANNING | Aufteilungsplanungsdaten | 20020104 | |||
| 2 | IM_T_ASORT_PLAN | Call by reference | Type reference (TYPE) | WSTN_MAP_ASORT_PLAN_TAB | MAP-Plan auf Sortimentsebene | 20020118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Es wurde kein Aufteilungsobjekt angegeben | 20020104 |
Method PREPARE_DISPLAY Signature
Method PREPARE_DISPLAY on class CL_WSTN_ASORT_SUMMARY has no parameter.
Method PREPARE_DISPLAY on class CL_WSTN_ASORT_SUMMARY has no exception.
Method RESET Signature
Method RESET on class CL_WSTN_ASORT_SUMMARY has no parameter.
Method RESET on class CL_WSTN_ASORT_SUMMARY has no exception.
History
| Last changed by/on | SAP | 20020506 |
| SAP Release Created in | 110 |