Hierarchy
⤷
⤷
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 | Constant | Private | Type reference (TYPE) | STRING | `/sap/bc/webdynpro/sap/s_epm_ui_planning_grid/cell_alert.png` | 20130319 | |||
| 2 | Constant | Public | See coding | 20130318 | |||||
| 3 | Constant | Private | Type reference (TYPE) | STRING | `/sap/bc/webdynpro/sap/s_epm_ui_planning_grid/cell_lock.png` | 20130319 | |||
| 4 | Constant | Public | Type reference (TYPE) | I | 10 | 20121210 | |||
| 5 | Constant | Public | Type reference (TYPE) | I | 3 | 20121129 | |||
| 6 | Constant | Public | See coding | 20121205 | |||||
| 7 | Constant | Public | See coding | 20121205 | |||||
| 8 | Static Attribute | Private | See coding | 20130319 | |||||
| 9 | Static Attribute | Private | See coding | 20121129 | |||||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_2D | 20130306 | ||||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | LCL_DATE | 20121129 | ||||
| 12 | Instance attribute | Private | See coding | 20121129 | |||||
| 13 | Instance attribute | Private | See coding | 20130308 | |||||
| 14 | Instance attribute | Private | See coding | 20130318 | |||||
| 15 | Instance attribute | Private | See coding | 20130430 | |||||
| 16 | Instance attribute | Private | See coding | 20121203 | |||||
| 17 | Instance attribute | Private | See coding | 20130308 | |||||
| 18 | Instance attribute | Private | Type reference (TYPE) | STRING | 20121203 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | SYDATUM | 20121129 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130314 | ||||
| 21 | Instance attribute | Private | Type reference (TYPE) | SYDATUM | 20121129 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMPL | 20121205 |
Methods
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 | IT_DATA | Call by reference | Type reference (TYPE) | TT_PRODUCT_DATA | 20130319 | ||||
| 2 | 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 | CT_DATES | Call by reference | Type reference (TYPE) | TT_DATES | 20121129 | ||||
| 2 | CV_DELTA | Call by reference | Type reference (TYPE) | IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY | 20121129 | ||||
| 3 | IV_PRODUCT_ID | Call by reference | Type reference (TYPE) | IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID | 20121129 | ||||
| 4 | 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 | 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 | 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 | 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 | ETH_NEW_DATA | Call by reference | Type reference (TYPE) | TT_DATA | 20130314 | ||||
| 2 | ET_NEW_PRODUCTS | Call by reference | Type reference (TYPE) | TT_PRODUCT | 20130314 | ||||
| 3 | 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 | ETH_DATA | Call by reference | Type reference (TYPE) | TT_DATA | 20130308 | ||||
| 2 | IV_FROM_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20130308 | ||||
| 3 | IV_FROM_KEY_INDICATOR | Call by reference | Type reference (TYPE) | I | 20130308 | ||||
| 4 | IV_TO_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20130308 | ||||
| 5 | 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 | ET_DAYS | Call by reference | Type reference (TYPE) | TT_DATES | 20121129 | ||||
| 2 | IV_PERIOD | Call by reference | Type reference (TYPE) | STRING | 20130320 | ||||
| 3 | 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 | 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 | IV_KEY_INDICATOR | Call by reference | Type reference (TYPE) | I | 20130321 | ||||
| 2 | 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 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20130103 | ||||
| 2 | IV_PRODUCT_ID | Call by reference | Type reference (TYPE) | IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID | 20130103 | ||||
| 3 | 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 | ET_LAST_STOCK_VALUES | Call by reference | Type reference (TYPE) | TT_QUANTITIES | 20121129 | ||||
| 2 | EV_SUM | Call by reference | Type reference (TYPE) | IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY | 20130309 | ||||
| 3 | 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 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20130311 | ||||
| 2 | IV_PERIOD | Call by reference | Type reference (TYPE) | STRING | 20130311 | ||||
| 3 | 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 | 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 | 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 | IV_START_KEY_INDICATOR | Call by reference | Type reference (TYPE) | I | 1 | 20130318 | |||
| 2 | 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 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20130320 | ||||
| 2 | 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 | 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 | ET_PRODUCTS | Call by reference | Type reference (TYPE) | TT_PRODUCT | 20130311 | ||||
| 2 | IV_FROM_KEY_INDICATOR | Call by reference | Type reference (TYPE) | I | 20130314 | ||||
| 3 | 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 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20121129 | ||||
| 2 | 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 | 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 | IV_INITIAL_PERIOD | Call by reference | Type reference (TYPE) | STRING | GC_PERIOD-QUARTER | 20121205 | |||
| 2 | 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 | 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 | 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 | 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 | IV_HEADER_TABLE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 20121129 | ||||
| 2 | IV_ITEM_TABLE_NAME | Call by reference | Type reference (TYPE) | IF_EPM_BO=>TY_DB_TABLE_NAME | 20121129 | ||||
| 3 | IV_KEY_INDICATOR | Call by reference | Type reference (TYPE) | I | 20130319 | ||||
| 4 | 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 | 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 | IV_CALENDAR_DATE | Call by reference | Type reference (TYPE) | SYDATUM | 20121129 | ||||
| 2 | IV_DELTA | Call by reference | Type reference (TYPE) | IF_EPM_PO_SL=>TY_NODE_DATA-QUANTITY | 20121129 | ||||
| 3 | IV_PRODUCT_ID | Call by reference | Type reference (TYPE) | IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-PRODUCT_ID | 20121129 | ||||
| 4 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20121129 | ||||
| 5 | 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 | ET_ERROR_MESSAGES | Call by reference | Type reference (TYPE) | TT_MESSAGES | 20121129 | ||||
| 2 | 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 | EV_IS_EMPTY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121129 | ||||
| 2 | EV_IS_VALID | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121129 | ||||
| 3 | IV_CATEGORY | Call by reference | Type reference (TYPE) | IF_EPM_PRODUCT_HEADER=>TY_NODE_DATA-CATEGORY | 20121129 | ||||
| 4 | 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 | 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 | 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 |