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 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ICON 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 CO_FCODE_REFRESH_ASORT_SUM Constant Private Type reference (TYPE) SYUCOMM 'RFSH_ASORT_SUM' FCode to refresh the asortment summary ALV Grid 20020104
2 G_ALLOCATION_CHANGED Instance attribute Private Type reference (TYPE) XFELD Indicates if some allocation line have been changed 20020104
3 G_CONTAINER_NAME Instance attribute Private Type reference (TYPE) SCRFNAME Name of a Screen Element 20020104
4 G_MSGID Instance attribute Private Type reference (TYPE) SYMSGID Messages, Message Class 20020425
5 G_MSGNO Instance attribute Private Type reference (TYPE) SYMSGNO Messages, Message Number 20020425
6 G_MSGTXT Instance attribute Private Type reference (TYPE) NATXT Message text 20020425
7 G_NEVER_DISPLAY Instance attribute Private Type reference (TYPE) XFELD Indicates if it contains data that have never been displayed 20020104
8 G_O_ALLOC_PLANNING Instance attribute Private Object reference (TYPE REF TO) CL_WSTN_PP_ALLOC_PLANNING Allocation planning data 20020104
9 G_O_ASORT_ALVGRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Assortment summary ALV grid 20020104
10 G_O_CONTAINER 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 G_PP_COMPONENTS_CHANGED Instance attribute Private Type reference (TYPE) XFELD Indicates if some prepack components have been changed 20020104
12 G_S_ASORT_LAYO Instance attribute Private Type reference (TYPE) LVC_S_LAYO Layout definition of the assortment summary ALV grid 20020104
13 G_T_ASORT_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field catalog for the assortment summary ALV grid 20020104
14 G_T_ASORT_PLAN Instance attribute Private Type reference (TYPE) WSTN_MAP_ASORT_PLAN_TAB MAP plan at the asortment level 20020118
15 G_T_ASORT_SUM Instance attribute Public Type reference (TYPE) WSTN_AL_ASORT_SUM_TAB Assortment summary 20020104
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ASORT_FCAT Instance method Private Method Build the f. cat. and lay. for the assort. summary ALV grid 20020104
2 CALCULATE_ASORT_SUMMARY Instance method Private Method Calculate the summary by assortment 20020104
3 CONSTRUCTOR Instance method Public Constructor Initialize an instance of the assortment summary class 20020104
4 FREE Instance method Public Method Destroy the assortment summary dialog object 20020104
5 HANDLE_ALLOCATION_PLAN_CHANGED Instance method Private Event handling method Handle the event ALLOCATION_PLAN_CHANGED from the Alloc Obj. 20020104
6 HANDLE_PREPACKS_CHANGED Instance method Private Event handling method Handle the event PREPACKS_CHANGED from the Prepack Defn. obj 20020104
7 HANDLE_TOOLBAR Instance method Private Event handling method Setup the assortment summary ALV grid toolbar 20020104
8 HANDLE_USER_COMMAND Instance method Private Event handling method Dispatch to the method that will take the appropriate action 20020104
9 LOAD_DATA Instance method Public Method Load MAP plan and allocation plan into the dialog object 20020104
10 PREPARE_DISPLAY Instance method Public Method Formatted output data are sent to controls 20020104
11 RESET 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 Importing 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 Importing IM_PLANNR Call by reference Attribute reference (LIKE) 20020104
2 Importing IM_PONUM Call by reference Attribute reference (LIKE) 20020104
3 Importing 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 Importing IM_NEW_MENGE Call by reference Attribute reference (LIKE) 20020104
2 Importing IM_OLD_MENGE Call by reference Attribute reference (LIKE) 20020104
3 Importing IM_PPNR Call by reference Attribute reference (LIKE) 20020104
4 Importing IM_UPDOPER Call by reference Attribute reference (LIKE) 20020104
5 Importing 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 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20020104
2 Importing 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 Importing 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 Importing IM_O_ALLOC_PLANNING Call by reference Object reference (TYPE REF TO) CL_WSTN_PP_ALLOC_PLANNING Aufteilungsplanungsdaten 20020104
2 Importing 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 NO_ALLOCATION_OBJECT 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