SAP ABAP Class CL_WSTN_VARIANTS_SUMMARY (Encapsulate the variants 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_VARIANTS_SUMMARY  
Short Description Encapsulate the variants 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 20020103   SAP 
Last change 20020503   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_VARIANTS_SUMMARY has no interface implemented.
Friends
Class CL_WSTN_VARIANTS_SUMMARY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FCODE_REFRESH_VAR_SUM Constant Private Type reference (TYPE) SYUCOMM 'RFSH_VAR_SUM' FCode to refresh the variant summary ALV Grid 20020103
2 G_ALLOCATION_CHANGED Instance attribute Private Type reference (TYPE) XFELD Indicates if some allocation line have been changed 20020103
3 G_COLVAR_ACTUAL_NB_VAR Instance attribute Private Type reference (TYPE) I Column position of field ACTUAL_NB_VAR in the VAR grid 20020104
4 G_COLVAR_CPQTY Instance attribute Private Type reference (TYPE) I First column position of field CPQTY (F0001) in the VAR grid 20020103
5 G_COLVAR_PLAN_NB_VAR Instance attribute Private Type reference (TYPE) I Column position of field PLAN_NB_VAR in the VAR grid 20020104
6 G_COLVAR_SCHAR Instance attribute Private Type reference (TYPE) I Column position of field SCHAR in the VAR grid 20020103
7 G_CONTAINER_NAME Instance attribute Private Type reference (TYPE) SCRFNAME Name of a Screen Element 20020103
8 G_MSGID Instance attribute Private Type reference (TYPE) SYMSGID Messages, Message Class 20020429
9 G_MSGNO Instance attribute Private Type reference (TYPE) SYMSGNO Messages, Message Number 20020429
10 G_MSGTXT Instance attribute Private Type reference (TYPE) NATXT Message text 20020429
11 G_NEVER_DISPLAY Instance attribute Private Type reference (TYPE) XFELD Indicates if it contains data that have never been displayed 20020103
12 G_O_ALLOC_PLANNING Instance attribute Private Object reference (TYPE REF TO) CL_WSTN_PP_ALLOC_PLANNING Allocation planning data 20020103
13 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 20020103
14 G_O_VAR_ALVGRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID Variant summary ALV grid 20020103
15 G_PP_COMPONENTS_CHANGED Instance attribute Private Type reference (TYPE) XFELD Indicates if some prepack components have been changed 20020103
16 G_PUTAWAY_CHANGED Instance attribute Private Type reference (TYPE) XFELD Indicates if the put-away plan has been changed 20020103
17 G_S_STYLE_PLAN Instance attribute Private Type reference (TYPE) WSTN_MAP_STYLE_PLAN MAP plan at the style level 20020118
18 G_S_VAR_LAYO Instance attribute Private Type reference (TYPE) LVC_S_LAYO Layout definition of the variant summary ALV grid 20020103
19 G_T_COLOR_PLAN Instance attribute Private Type reference (TYPE) WSTN_MAP_COLOR_PLAN_TAB MAP plan at the characteristic (color) level 20020118
20 G_T_VARIANT_SUM Instance attribute Public Type reference (TYPE) WSTN_AL_VARIANT_SUM_TAB Variant summary 20020103
21 G_T_VAR_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field catalog for the variant summary ALV grid 20020103
22 G_T_VAR_SUMMARY Instance attribute Private Object reference (TYPE REF TO) DATA Pointer to the variant summary ALV grid table 20020103
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_VAR_FCAT Instance method Private Method Build the f. cat. and lay. for the variant summary ALV grid 20020103
2 CALCULATE_VARIANT_SUMMARY Instance method Private Method Calculate the summary by variant 20020103
3 CONSTRUCTOR Instance method Public Constructor Initialize an instance of the variants summary class 20020103
4 FREE Instance method Public Method Destroy the variant summary dialog object 20020103
5 HANDLE_ALLOCATION_PLAN_CHANGED Instance method Private Event handling method Handle the event ALLOCATION_PLAN_CHANGED from the Alloc Obj. 20020103
6 HANDLE_PREPACKS_CHANGED Instance method Private Event handling method Handle the event PREPACKS_CHANGED from the Prepack Defn. obj 20020103
7 HANDLE_PUTAWAY_PLAN_CHANGED Instance method Private Event handling method Handle the event PUTAWAY_PLAN_CHANGED from the Alloc Obj. 20020103
8 HANDLE_TOOLBAR Instance method Private Event handling method Setup the variant summary ALV grid toolbar 20020104
9 HANDLE_USER_COMMAND Instance method Private Event handling method Dispatch to the method that will take the appropriate action 20020103
10 LOAD_DATA Instance method Public Method Load MAP plan and allocation plan into the dialog object 20020103
11 LOAD_VARIANT_SUMMARY Instance method Private Method Load the variant summary into the ALV grid 20020103
12 PREPARE_DISPLAY Instance method Public Method Formatted output data are sent to controls 20020103
13 RESET Instance method Public Method Reset the variant summary dialog object 20020103
Events
Class CL_WSTN_VARIANTS_SUMMARY has no event.
Types
Class CL_WSTN_VARIANTS_SUMMARY has no local type.
Method Signatures

Method BUILD_VAR_FCAT Signature

Method BUILD_VAR_FCAT on class CL_WSTN_VARIANTS_SUMMARY has no parameter.
Method BUILD_VAR_FCAT on class CL_WSTN_VARIANTS_SUMMARY has no exception.

Method CALCULATE_VARIANT_SUMMARY Signature

Method CALCULATE_VARIANT_SUMMARY on class CL_WSTN_VARIANTS_SUMMARY has no parameter.
Method CALCULATE_VARIANT_SUMMARY on class CL_WSTN_VARIANTS_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 20020103

Method CONSTRUCTOR on class CL_WSTN_VARIANTS_SUMMARY has no exception.

Method FREE Signature

Method FREE on class CL_WSTN_VARIANTS_SUMMARY has no parameter.
Method FREE on class CL_WSTN_VARIANTS_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) 20020103
2 Importing IM_PONUM Call by reference Attribute reference (LIKE) 20020103
3 Importing IM_UPDOPER Call by reference Attribute reference (LIKE) 20020103

Method HANDLE_ALLOCATION_PLAN_CHANGED on class CL_WSTN_VARIANTS_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) 20020103
2 Importing IM_OLD_MENGE Call by reference Attribute reference (LIKE) 20020103
3 Importing IM_PPNR Call by reference Attribute reference (LIKE) 20020103
4 Importing IM_UPDOPER Call by reference Attribute reference (LIKE) 20020103
5 Importing IM_VARNR Call by reference Attribute reference (LIKE) 20020103

Method HANDLE_PREPACKS_CHANGED on class CL_WSTN_VARIANTS_SUMMARY has no exception.

Method HANDLE_PUTAWAY_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) 20020103
2 Importing IM_PONUM Call by reference Attribute reference (LIKE) 20020103
3 Importing IM_UPDOPER Call by reference Attribute reference (LIKE) 20020103

Method HANDLE_PUTAWAY_PLAN_CHANGED on class CL_WSTN_VARIANTS_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_VARIANTS_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) 20020103

Method HANDLE_USER_COMMAND on class CL_WSTN_VARIANTS_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 20020103
2 Importing IM_S_STYLE_PLAN Call by reference Type reference (TYPE) WSTN_MAP_STYLE_PLAN MAP-Plan auf Materialebene (Sammelmaterial) 20020118
3 Importing IM_T_COLOR_PLAN Call by reference Type reference (TYPE) WSTN_MAP_COLOR_PLAN_TAB MAP-Plan auf Merkmalsebene (Farbe) 20020118
# Exception Resumable Description Created on
1 NO_ALLOCATION_OBJECT Es wurde kein Aufteilungsobjekt angegeben 20020103

Method LOAD_VARIANT_SUMMARY Signature

Method LOAD_VARIANT_SUMMARY on class CL_WSTN_VARIANTS_SUMMARY has no parameter.
Method LOAD_VARIANT_SUMMARY on class CL_WSTN_VARIANTS_SUMMARY has no exception.

Method PREPARE_DISPLAY Signature

Method PREPARE_DISPLAY on class CL_WSTN_VARIANTS_SUMMARY has no parameter.
Method PREPARE_DISPLAY on class CL_WSTN_VARIANTS_SUMMARY has no exception.

Method RESET Signature

Method RESET on class CL_WSTN_VARIANTS_SUMMARY has no parameter.
Method RESET on class CL_WSTN_VARIANTS_SUMMARY has no exception.
History
Last changed by/on SAP  20020503 
SAP Release Created in 110