SAP ABAP Class CL_EPM_UI_PLANNING_GRID_ASSIST (Assistance Class for S_EPM_UI_PLANNING_GRID)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_UI (Package) EPM: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20121128
Properties
Class CL_EPM_UI_PLANNING_GRID_ASSIST  
Short Description Assistance Class for S_EPM_UI_PLANNING_GRID    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_UI   EPM: User Interface 
Created 20121128   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EPM_UI_PLANNING_GRID_ASSIST has no forward declaration.
Interfaces
Class CL_EPM_UI_PLANNING_GRID_ASSIST has no interface implemented.
Friends
Class CL_EPM_UI_PLANNING_GRID_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ALERT_ICON Constant Private Type reference (TYPE) STRING `/sap/bc/webdynpro/sap/s_epm_ui_planning_grid/cell_alert.png` 20130319
2 GC_KEY_INDICATOR Constant Public See coding 20130318
3 GC_LOCK_ICON Constant Private Type reference (TYPE) STRING `/sap/bc/webdynpro/sap/s_epm_ui_planning_grid/cell_lock.png` 20130319
4 GC_NUMBER_OF_KEY_INDICATORS Constant Public Type reference (TYPE) I 10 20121210
5 GC_NUMBER_OF_YEARS Constant Public Type reference (TYPE) I 3 20121129
6 GC_PERIOD Constant Public See coding 20121205
7 GC_SEGMENT_ID Constant Public See coding 20121205
8 GT_PRODUCT_RANGE Static Attribute Private See coding 20130319
9 GT_QUARTERS Static Attribute Private See coding 20121129
10 MI_DATA_CONTEXT_NODE Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_2D 20130306
11 MO_DATE Instance attribute Private Object reference (TYPE REF TO) LCL_DATE 20121129
12 MTH_BUFFER Instance attribute Private See coding 20121129
13 MT_COLUMN_STATUS Instance attribute Private See coding 20130308
14 MT_LOCKED_PRODUCTS Instance attribute Private See coding 20130318
15 MT_MONTHS Instance attribute Private See coding 20130430
16 MT_PRODUCT_INFO Instance attribute Private See coding 20121203
17 MT_ROW_STATUS Instance attribute Private See coding 20130308
18 MV_CATEGORY Instance attribute Private Type reference (TYPE) STRING 20121203
19 MV_END_DAY Instance attribute Private Type reference (TYPE) SYDATUM 20121129
20 MV_IS_EDIT_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20130314
21 MV_START_DAY Instance attribute Private Type reference (TYPE) SYDATUM 20121129
22 MV_START_TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMPL 20121205
Methods
# Method Level Visibility Method type Description Created on
1 AGGREGATE_DATA_PER_DAY Instance method Private Method 20130319
2 BREAKDOWN_VALUE Instance method Private Method 20121129
3 CLASS_CONSTRUCTOR Static method Public Constructor 20121129
4 CLEANUP Instance method Public Method 20121129
5 COLLAPSE_ROW Instance method Public Method 20121220
6 CONSTRUCTOR Instance method Public Constructor 20121129
7 EXPAND_ROW Instance method Public Method 20121220
8 GET_DATA Instance method Public Method 20130308
9 GET_DAYS Instance method Private Method 20121129
10 GET_FIRST_START_DATE Instance method Private Method 20130309
11 GET_INDEX_OF_TOTALS_ROW Instance method Public Method 20130321
12 GET_LAST_STOCK_VALUE Instance method Private Method 20130103
13 GET_LAST_STOCK_VALUES Instance method Private Method 20121129
14 GET_NEXT_PERIOD_BEGIN Static method Public Method 20130311
15 GET_NUMBER_OF_COLUMNS Instance method Public Method 20130311
16 GET_NUMBER_OF_PRODUCTS Instance method Public Method 20130311
17 GET_NUMBER_OF_ROWS Instance method Public Method 20130311
18 GET_PERIOD Instance method Private Method 20130320
19 GET_PERIODS Instance method Public Method 20130311
20 GET_PRODUCTS Instance method Public Method 20130311
21 GET_QUARTER_NUMBER Instance method Private Method 20121129
22 GET_TEXT Instance method Private Method 20121206
23 GET_TITLE Instance method Public Method 20130311
24 INITIALIZE_MODEL Instance method Public Method 20121129
25 IS_DIRTY Instance method Public Method 20130327
26 MODIFY_DATA Instance method Public Method 20121211
27 READ_STOCK Instance method Private Method 20121129
28 READ_VECTORS Instance method Private Method 20121129
29 REORG_DATABASE Instance method Private Method 20121129
30 SAVE Instance method Public Method 20121129
31 SELECT_AND_AGGREGATE_DATA Instance method Private Method 20121129
32 SET_COLUMN_STATUS Instance method Public Method 20130311
33 SET_DAY_VALUE Instance method Private Method 20121129
34 SET_EDITABLE Instance method Public Method 20121129
35 SET_PRODUCTS Instance method Public Method 20121129
36 SET_ROW_STATUS Instance method Public Method 20130311
37 SYNC_VECTORS Instance method Private Method 20130314
Events
Class CL_EPM_UI_PLANNING_GRID_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DATA Public See coding 20121129 tt_data TYPE HASHED TABLE OF ty_data WITH UNIQUE KEY key_indicator calendar_date product_id WITH NON-UNIQUE SORTED KEY wd_tkey_2d COMPONENTS wd_tkey_x wd_tkey_y
2 TT_DATA_CHANGES Public See coding 20130319 tt_data_changes TYPE STANDARD TABLE OF ty_data_change
3 TT_DATA_PER_DAY Private See coding 20121129 tt_data_per_day TYPE HASHED TABLE OF ty_data_per_day WITH UNIQUE KEY product_id
4 TT_DATES Private See coding 20121129 tt_dates TYPE STANDARD TABLE OF sydatum
5 TT_MESSAGES Public See coding 20121129 tt_messages TYPE STANDARD TABLE OF symsg
6 TT_PERIOD Public See coding 20121129 tt_period TYPE STANDARD TABLE OF ty_period WITH NON-UNIQUE DEFAULT KEY WITH NON-UNIQUE SORTED KEY wd_tkey_2d COMPONENTS wd_tkey_x wd_tkey_y
7 TT_PRODUCT Public See coding 20121129 tt_product TYPE STANDARD TABLE OF ty_product WITH NON-UNIQUE DEFAULT KEY WITH NON-UNIQUE SORTED KEY wd_tkey_2d COMPONENTS wd_tkey_x wd_tkey_y
8 TT_PRODUCT_DATA Private See coding 20121129 tt_product_data TYPE STANDARD TABLE OF ty_product_data
9 TT_QUANTITIES Private See coding 20121129 tt_quantities TYPE STANDARD TABLE OF if_epm_po_sl=>ty_node_data-quantity
10 TT_TITLE Public See coding 20121129 tt_title TYPE STANDARD TABLE OF ty_title WITH NON-UNIQUE DEFAULT KEY WITH NON-UNIQUE SORTED KEY wd_tkey_2d COMPONENTS wd_tkey_x wd_tkey_y
11 TY_BUFFER Private See coding 20121129 BEGIN OF ty_buffer, key_indicator TYPE i, product_id TYPE if_epm_product_header=>ty_node_data-product_id, calendar_date TYPE sydatum, quantity TYPE if_epm_po_sl=>ty_node_data-quantity, mode TYPE c LENGTH 1, END OF ty_buffer
12 TY_DATA Public See coding 20121129 BEGIN OF ty_data, wd_tkey_x TYPE i, wd_tkey_y TYPE i, value TYPE if_epm_po_sl=>ty_node_data-quantity, note_decorator TYPE wdui_cell_decorator_position, ui_field_type TYPE string, background TYPE wdui_cell_bg_design, icons TYPE string, key_indicator TYPE i, product_id TYPE if_epm_product_header=>ty_node_data-product_id, calendar_date TYPE sydatum, END OF ty_data
13 TY_DATA_CHANGE Public See coding 20130319 BEGIN OF ty_data_change, key_indicator TYPE i, product_id TYPE if_epm_product_header=>ty_node_data-product_id, calendar_date TYPE sydatum, delta TYPE if_epm_po_sl=>ty_node_data-quantity, END OF ty_data_change
14 TY_DATA_PER_DAY Private See coding 20121129 BEGIN OF ty_data_per_day, product_id TYPE if_epm_product_header=>ty_node_data-product_id, quantity TYPE if_epm_po_sl=>ty_node_data-quantity, END OF ty_data_per_day
15 TY_PERIOD Public See coding 20121129 BEGIN OF ty_period, wd_tkey_x TYPE i, wd_tkey_y TYPE i, value TYPE string, calendar_date TYPE sydatum, END OF ty_period
16 TY_PRODUCT Public See coding 20121129 BEGIN OF ty_product, wd_tkey_x TYPE i, wd_tkey_y TYPE i, value TYPE string, state TYPE string, level TYPE i, key_indicator TYPE i, END OF ty_product
17 TY_PRODUCT_DATA Private See coding 20121129 BEGIN OF ty_product_data, product_id TYPE if_epm_product_header=>ty_node_data-product_id, timestamp TYPE timestampl, quantity TYPE if_epm_po_sl=>ty_node_data-quantity, END OF ty_product_data
18 TY_PRODUCT_INFO Private See coding 20121203 BEGIN OF ty_product_info, id TYPE if_epm_product_header=>ty_node_data-product_id, unit TYPE if_epm_product_header=>ty_node_data-measure_unit, END OF ty_product_info
19 TY_TITLE Public See coding 20121129 BEGIN OF ty_title, wd_tkey_x TYPE i, wd_tkey_y TYPE i, value TYPE string, END OF ty_title
Method Signatures

Method AGGREGATE_DATA_PER_DAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) TT_PRODUCT_DATA 20130319
2 Importing IV_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130319

Method AGGREGATE_DATA_PER_DAY on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method BREAKDOWN_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATES Call by reference Type reference (TYPE) TT_DATES 20121129
2 Changing CV_DELTA Call by reference Type reference (TYPE) IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY 20121129
3 Importing IV_PRODUCT_ID Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID 20121129
4 Importing IV_ROW Call by reference Type reference (TYPE) I 20121129

Method BREAKDOWN_VALUE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_EPM_UI_PLANNING_GRID_ASSIST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEEP_CHANGES Call by reference Type reference (TYPE) ABAP_BOOL 20121129

Method CLEANUP on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method COLLAPSE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130311

Method COLLAPSE_ROW on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATE Call by reference Object reference (TYPE REF TO) OBJECT 20121129

Method CONSTRUCTOR on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method EXPAND_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_NEW_DATA Call by reference Type reference (TYPE) TT_DATA 20130314
2 Exporting ET_NEW_PRODUCTS Call by reference Type reference (TYPE) TT_PRODUCT 20130314
3 Importing IV_KEY_INDICATOR Call by reference Type reference (TYPE) I 20121221

Method EXPAND_ROW on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_DATA Call by reference Type reference (TYPE) TT_DATA 20130308
2 Importing IV_FROM_DATE Call by reference Type reference (TYPE) SYDATUM 20130308
3 Importing IV_FROM_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130308
4 Importing IV_TO_DATE Call by reference Type reference (TYPE) SYDATUM 20130308
5 Importing IV_TO_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130308

Method GET_DATA on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_DAYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DAYS Call by reference Type reference (TYPE) TT_DATES 20121129
2 Importing IV_PERIOD Call by reference Type reference (TYPE) STRING 20130320
3 Importing IV_START_DAY Call by reference Type reference (TYPE) SYDATUM 20121129

Method GET_DAYS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_FIRST_START_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FIRST_START_DATE Value transfer Type reference (TYPE) SYDATUM 20130309

Method GET_FIRST_START_DATE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_INDEX_OF_TOTALS_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130321
2 Returning RV_TOTALS_ROW_INDEX Value transfer Type reference (TYPE) I 20130321

Method GET_INDEX_OF_TOTALS_ROW on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_LAST_STOCK_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM 20130103
2 Importing IV_PRODUCT_ID Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID 20130103
3 Returning RV_LAST_STOCK_VALUE Value transfer Type reference (TYPE) IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY 20130103

Method GET_LAST_STOCK_VALUE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_LAST_STOCK_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LAST_STOCK_VALUES Call by reference Type reference (TYPE) TT_QUANTITIES 20121129
2 Exporting EV_SUM Call by reference Type reference (TYPE) IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY 20130309
3 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM 20121129

Method GET_LAST_STOCK_VALUES on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_NEXT_PERIOD_BEGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM 20130311
2 Importing IV_PERIOD Call by reference Type reference (TYPE) STRING 20130311
3 Returning RV_NEXT_PERIOD_BEGIN Value transfer Type reference (TYPE) SYDATUM 20130311

Method GET_NEXT_PERIOD_BEGIN on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_NUMBER_OF_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_COLUMNS Value transfer Type reference (TYPE) I 20130311

Method GET_NUMBER_OF_COLUMNS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_NUMBER_OF_PRODUCTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_PRODUCTS Value transfer Type reference (TYPE) I 20130311

Method GET_NUMBER_OF_PRODUCTS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_START_KEY_INDICATOR Call by reference Type reference (TYPE) I 1 20130318
2 Returning RV_NUMBER_OF_ROWS Value transfer Type reference (TYPE) I 20130311

Method GET_NUMBER_OF_ROWS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM 20130320
2 Returning RV_PERIOD Value transfer Type reference (TYPE) STRING 20130320

Method GET_PERIOD on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIODS Call by reference Type reference (TYPE) TT_PERIOD 20130311

Method GET_PERIODS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_PRODUCTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PRODUCTS Call by reference Type reference (TYPE) TT_PRODUCT 20130311
2 Importing IV_FROM_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130314
3 Importing IV_TO_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130314

Method GET_PRODUCTS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_QUARTER_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM 20121129
2 Returning RV_QUARTER_NUMBER Value transfer Type reference (TYPE) I 20121129

Method GET_QUARTER_NUMBER on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_EPM_UI_PLANNING_GRID_ASSIST has no parameter.
Method GET_TEXT on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TITLE Call by reference Type reference (TYPE) TT_TITLE 20130311

Method GET_TITLE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method INITIALIZE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INITIAL_PERIOD Call by reference Type reference (TYPE) STRING GC_PERIOD-QUARTER 20121205
2 Importing IV_ROWS_EXPANDED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121210

Method INITIALIZE_MODEL on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method IS_DIRTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_DIRTY Value transfer Type reference (TYPE) ABAP_BOOL 20130327

Method IS_DIRTY on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method MODIFY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA_CHANGES Call by reference Type reference (TYPE) TT_DATA_CHANGES 20130319

Method MODIFY_DATA on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method READ_STOCK Signature

Method READ_STOCK on class CL_EPM_UI_PLANNING_GRID_ASSIST has no parameter.
Method READ_STOCK on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method READ_VECTORS Signature

Method READ_VECTORS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no parameter.
Method READ_VECTORS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method REORG_DATABASE Signature

Method REORG_DATABASE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no parameter.
Method REORG_DATABASE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20121129

Method SAVE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SELECT_AND_AGGREGATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEADER_TABLE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 20121129
2 Importing IV_ITEM_TABLE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 20121129
3 Importing IV_KEY_INDICATOR Call by reference Type reference (TYPE) I 20130319
4 Importing IV_SL_TABLE_NAME Call by reference Type reference (TYPE) IF_EPM_BO=>TY_DB_TABLE_NAME 20121129

Method SELECT_AND_AGGREGATE_DATA on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SET_COLUMN_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERIOD Call by reference Type reference (TYPE) STRING 20130311

Method SET_COLUMN_STATUS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SET_DAY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CALENDAR_DATE Call by reference Type reference (TYPE) SYDATUM 20121129
2 Importing IV_DELTA Call by reference Type reference (TYPE) IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY 20121129
3 Importing IV_PRODUCT_ID Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID 20121129
4 Importing IV_ROW Call by reference Type reference (TYPE) I 20121129
5 Returning RV_UNFULFILLED Value transfer Type reference (TYPE) IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY 20121129

Method SET_DAY_VALUE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SET_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR_MESSAGES Call by reference Type reference (TYPE) TT_MESSAGES 20121129
2 Exporting EV_OPERATION_ABORTED Call by reference Type reference (TYPE) ABAP_BOOL 20130318

Method SET_EDITABLE on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SET_PRODUCTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_EMPTY Call by reference Type reference (TYPE) ABAP_BOOL 20121129
2 Exporting EV_IS_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20121129
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-CATEGORY 20121129
4 Importing IV_PRODUCT_ID Call by reference Type reference (TYPE) IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID 20121129

Method SET_PRODUCTS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SET_ROW_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPANDED Call by reference Type reference (TYPE) ABAP_BOOL 20130311

Method SET_ROW_STATUS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.

Method SYNC_VECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SWITCH_EDIT_MODE_ON Call by reference Type reference (TYPE) ABAP_BOOL 20130314

Method SYNC_VECTORS on class CL_EPM_UI_PLANNING_GRID_ASSIST has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740