Hierarchy

⤷

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_ALV_CONTROL_CONSTANTS | IS-H: Constants for ALV Control | 20041124 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041124 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_PLANNING_ADMISSION | IS-H*MED: ALV Grids for Planning (Day-Specific) | 20010605 |
Properties
Class | CL_ISHMED_PLANNING_GRIDS | |
Short Description | IS-H*MED: ALV Grids for Planning (Day-Specific) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | NORD | R/3MED: Services processing EDV-G |
Created | 20010605 | SAP |
Last change | 20050224 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ISHMED_PLANNING_GRIDS has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ISH_ALV_CONTROL_CONSTANTS | IS-H: Constants for ALV Control | 20041124 | ||
2 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041124 |
Friends
Class CL_ISHMED_PLANNING_GRIDS has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Adjust Sorting | 20010620 |
2 | ![]() |
Instance method | Protected | Method | Build Drag and Drop | 20010608 |
3 | ![]() |
Instance method | Protected | Method | Create Field Catalog | 20010606 |
4 | ![]() |
Instance method | Protected | Method | Specify Layout of the ALV Grid Control | 20010607 |
5 | ![]() |
Instance method | Protected | Method | Fill Output Table (with Fixed Values) | 20010620 |
6 | ![]() |
Instance method | Protected | Method | Arrange Quota, Quanitity for Output Table | 20010620 |
7 | ![]() |
Instance method | Protected | Method | Data per Cell (Quantity and Quota) | 20010612 |
8 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20010605 |
9 | ![]() |
Instance method | Protected | Method | Create Output Table (Definition) | 20010607 |
10 | ![]() |
Instance method | Public | Method | Hide Fixed Columns | 20010608 |
11 | ![]() |
Instance method | Public | Method | Display Planning-ALV-Grid Options | 20010607 |
12 | ![]() |
Instance method | Public | Method | Show Fixed Columns | 20010608 |
13 | ![]() |
Instance method | Protected | Method | Fill Data Table | 20010607 |
14 | ![]() |
Instance method | Protected | Method | Fill Table with Functions to Hide | 20010628 |
15 | ![]() |
Instance method | Private | Method | For Filling Accessibilty Info | 20040922 |
16 | ![]() |
Instance method | Protected | Method | Get Data for the Selected Line | 20010625 |
17 | ![]() |
Instance method | Protected | Event handling method | Process According to Update of the List | 20010620 |
18 | ![]() |
Instance method | Protected | Event handling method | Process According to Completed User Actions | 20010620 |
19 | ![]() |
Instance method | Protected | Event handling method | Input Entry into the Context Menu | 20010627 |
20 | ![]() |
Instance method | Protected | Event handling method | Event Handler for a Doubleclick | 20010608 |
21 | ![]() |
Instance method | Protected | Event handling method | Event Handler for Drop | 20010608 |
22 | ![]() |
Instance method | Protected | Event handling method | Processing with User ACtions | 20010628 |
23 | ![]() |
Instance method | Protected | Method | Initialization (incl. OU-parameters, etc.) | 20010608 |
24 | ![]() |
Instance method | Public | Method | ALV-Grid-Control into Another Splitter (!) Container -> | 20010608 |
25 | ![]() |
Instance method | Protected | Method | Refresh Display | 20010608 |
26 | ![]() |
Instance method | Protected | Method | Register Events | 20010608 |
27 | ![]() |
Instance method | Public | Method | Position Cursor on Certain Line; Data based on Date | 20010711 |
28 | ![]() |
Instance method | Public | Method | Display Current Day or Current Week | 20010613 |
29 | ![]() |
Instance method | Public | Method | Display Next Month | 20010613 |
30 | ![]() |
Instance method | Public | Method | Display Previous or Next xy Days | 20010613 |
31 | ![]() |
Instance method | Public | Method | Display Previous Month | 20010613 |
32 | ![]() |
Instance method | Public | Method | Sort Display By Date in Ascending/Descending Order | 20010620 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | FUNCTION_SELECTED | Instance Event (0) |
Public (2) |
Function was Selected | 20010627 |
2 | REFRESH_LIST | Instance Event (0) |
Protected (1) |
Refresh Display | 20010705 |
3 | SELECTION_DATE | Instance Event (0) |
Public (2) |
Entry was Selected | 20010626 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYT_COLUMN_FLD | Protected | See coding | Table Type for Field Name for Columns | 20010612 | tyt_column_fld TYPE STANDARD TABLE OF ty_column_fld
|
|
2 | TYT_DATE | Protected | See coding | Table Type for Date | 20010607 | tyt_date TYPE STANDARD TABLE OF ty_date
|
|
3 | TYT_DATE_SPEC | Protected | See coding | Table Type for Date including Special Information | 20010619 | tyt_date_spec TYPE STANDARD TABLE OF ty_date_spec
|
|
4 | TY_COLUMN_FLD | Protected | See coding | Field Name for Columns | 20010612 | BEGIN OF ty_column_fld,
fieldname TYPE lvc_s_fcat-fieldname,
END OF ty_column_fld
|
|
5 | TY_DATE | Protected | See coding | Date | 20010607 | BEGIN OF ty_date,
date TYPE sy-datum,
END OF ty_date
|
|
6 | TY_DATE_SPEC | Protected | See coding | Date including Special Information | 20010619 | BEGIN OF ty_date_spec,
date TYPE sy-datum,
weekday TYPE kwotag,
weekday_name TYPE T246-LANGT,
weekday_short_name TYPE t246-kurzt,
calendar_week TYPE ish_kwno,
holiday TYPE rnt40-mark,
END OF ty_date_spec
|
Method Signatures
Method ADJUST_SORT Signature
Method ADJUST_SORT on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method ADJUST_SORT on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method BUILD_DRAGDROP_BEHAVIOUR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010608 |
Method BUILD_DRAGDROP_BEHAVIOUR on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method BUILD_FIELDCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010606 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010606 |
Method BUILD_FIELDCAT on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method BUILD_LAYOUT Signature
Method BUILD_LAYOUT on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method BUILD_LAYOUT on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method BUILD_OUTTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATE_TABLE | Value transfer | Type reference (TYPE) | ISHMED_T_DATE | Datumstabelle f. Aktualisierung d. Ausgabetabelle | 20010620 |
Method BUILD_OUTTAB on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method BUILD_QUOTA_QUANTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_STYLE | Value transfer | Type reference (TYPE) | LVC_T_STYL | Styles | 20010620 | ||
2 | ![]() |
C_OUTTAB | Value transfer | Type reference (TYPE) | ANY | Eine Zeile der Ausgabetabelle | 20010620 | ||
3 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010620 | ||
4 | ![]() |
I_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Datum | 20010620 |
Method BUILD_QUOTA_QUANTITY on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method CELL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DISABLE_QUOTA | Value transfer | Type reference (TYPE) | RNT40-MARK | Kontingente nicht anzeigen | 20010612 | ||
2 | ![]() |
E_QUANTITY | Value transfer | Type reference (TYPE) | N1MENGE | geplante Menge | 20010612 | ||
3 | ![]() |
E_QUOTA | Value transfer | Type reference (TYPE) | N1ANZAF | Kontingent | 20010612 | ||
4 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010612 | ||
5 | ![]() |
I_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Datum | 20010612 | ||
6 | ![]() |
I_FIELDNAME | Value transfer | Type reference (TYPE) | LVC_S_FCAT-FIELDNAME | Feldname | 20010612 |
Method CELL_DATA on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DD_FLAVOR | Value transfer | Type reference (TYPE) | C | Name für Drag & Drop | 20010608 | ||
2 | ![]() |
I_DISABLE_NAV_COLS | Value transfer | Type reference (TYPE) | ISH_MODUS | SPACE | Navigationsspalten ausschalten | 20010606 | |
3 | ![]() |
I_EINRI | Value transfer | Type reference (TYPE) | TN01-EINRI | Einrichtung | 20010606 | ||
4 | ![]() |
I_ENVIRONMENT | Value transfer | Object reference (TYPE REF TO) | CL_ISH_ENVIRONMENT | Instanz; beinhaltet veränderte Daten | 20010710 | ||
5 | ![]() |
I_FROM_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | SY-DATUM | Datum von | 20010608 | |
6 | ![]() |
I_ORGID | Value transfer | Type reference (TYPE) | NORG-ORGID | Org.Einheit | 20010606 | ||
7 | ![]() |
I_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Parent-Container | 20010606 | ||
8 | ![]() |
I_TO_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | SY-DATUM | Datum bis | 20010608 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Instanzierung nicht möglich | 20010606 |
Method CREATE_OUTTAB_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010607 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010607 |
Method CREATE_OUTTAB_REFERENCE on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method DISABLE_NAV_COLS Signature
Method DISABLE_NAV_COLS on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method DISABLE_NAV_COLS on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method DISPLAY_PLANNING_GRID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010607 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010607 |
Method DISPLAY_PLANNING_GRID on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method ENABLE_NAV_COLS Signature
Method ENABLE_NAV_COLS on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method ENABLE_NAV_COLS on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method FILL_DATE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATE_TABLE | Value transfer | Type reference (TYPE) | TYT_DATE | Datumstabelle | 20010607 | ||
2 | ![]() |
ET_DATE_TABLE_SPEC | Value transfer | Type reference (TYPE) | TYT_DATE_SPEC | Datumstabelle mit spez. Infos | 20010619 | ||
3 | ![]() |
I_FROM_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Datum von | 20010607 | ||
4 | ![]() |
I_TO_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Datum bis | 20010607 |
Method FILL_DATE_TABLE on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method FILL_EXCL_FUNC_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_EXCL_FUNCTIONS | Value transfer | Type reference (TYPE) | UI_FUNCTIONS | Funktionen | 20010628 |
Method FILL_EXCL_FUNC_TAB on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method FILL_QUICK_INFO Signature
Method FILL_QUICK_INFO on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method FILL_QUICK_INFO on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method GET_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Datum | 20010625 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010625 | ||
3 | ![]() |
I_ROW | Value transfer | Type reference (TYPE) | LVC_INDEX | Zeilenindex der Ausgabetabelle | 20010625 |
Method GET_DATE on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method HANDLE_AFTER_REFRESH Signature
Method HANDLE_AFTER_REFRESH on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method HANDLE_AFTER_REFRESH on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method HANDLE_AFTER_USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NOT_PROCESSED | Call by reference | Attribute reference (LIKE) | 20010620 | ||||
2 | ![]() |
E_UCOMM | Call by reference | Attribute reference (LIKE) | 20010620 |
Method HANDLE_AFTER_USER_COMMAND on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method HANDLE_ON_CONTEXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_OBJECT | Call by reference | Attribute reference (LIKE) | 20010627 |
Method HANDLE_ON_CONTEXT_MENU on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method HANDLE_ON_DOUBLE_CLICK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ROW_NO | Call by reference | Attribute reference (LIKE) | 20010608 | ||||
2 | ![]() |
E_COLUMN | Call by reference | Attribute reference (LIKE) | 20010608 | ||||
3 | ![]() |
E_ROW | Call by reference | Attribute reference (LIKE) | 20010608 |
Method HANDLE_ON_DOUBLE_CLICK on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method HANDLE_ON_DROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20010608 | ||||
2 | ![]() |
E_COLUMN | Value transfer | Attribute reference (LIKE) | 20010608 | ||||
3 | ![]() |
E_DRAGDROPOBJ | Value transfer | Attribute reference (LIKE) | 20010608 | ||||
4 | ![]() |
E_ROW | Value transfer | Attribute reference (LIKE) | 20010608 |
Method HANDLE_ON_DROP on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method HANDLE_ON_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) | 20010628 |
Method HANDLE_ON_USER_COMMAND on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method INIT_VALUES Signature
Method INIT_VALUES on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method INIT_VALUES on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method LINK_GRID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COLUMN | Value transfer | Type reference (TYPE) | I | Spalte | 20010608 | ||
2 | ![]() |
I_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter-Container | 20010608 | ||
3 | ![]() |
I_HEIGHT | Value transfer | Type reference (TYPE) | I | Höhe des ALV-Grid | 20010608 | ||
4 | ![]() |
I_ROW | Value transfer | Type reference (TYPE) | I | Zeile | 20010608 | ||
5 | ![]() |
I_WIDTH | Value transfer | Type reference (TYPE) | I | Breite des ALV-Grid | 20010608 |
Method LINK_GRID on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method REFRESH_DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010608 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010608 | ||
3 | ![]() |
IT_DATE_TABLE | Value transfer | Type reference (TYPE) | ISHMED_T_DATE | Datumstabelle | 20010620 |
Method REFRESH_DISPLAY on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method REGISTER_EVENTS Signature
Method REGISTER_EVENTS on class CL_ISHMED_PLANNING_GRIDS has no parameter.
Method REGISTER_EVENTS on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method SET_CURSOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010711 | ||
2 | ![]() |
I_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | Datum | 20010711 |
Method SET_CURSOR on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method SHOW_ACTUAL_MOMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010613 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010613 | ||
3 | ![]() |
I_REFRESH | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Anzeige aktualisieren | 20010705 | |
4 | ![]() |
I_START | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Anzeige beginnend ab ...; vgl. public Konstanten | 20010620 |
Method SHOW_ACTUAL_MOMENT on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method SHOW_NEXT_MONTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010613 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010613 | ||
3 | ![]() |
I_REFRESH | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Anzeige aktualisieren | 20010705 |
Method SHOW_NEXT_MONTH on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method SHOW_NUMB_DAYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010613 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010613 | ||
3 | ![]() |
I_DAYS | Value transfer | Type reference (TYPE) | N | Anzahl der Tage | 20010620 | ||
4 | ![]() |
I_MODE | Value transfer | Type reference (TYPE) | RNT40-MARK | '+' | zukünftige='+'; vergangene='-' Tage | 20010620 | |
5 | ![]() |
I_REFRESH | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Anzeige aktualisieren | 20010705 |
Method SHOW_NUMB_DAYS on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method SHOW_PREVIOUS_MONTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ERRORHANDLER | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Instanz für das Fehlerhandling | 20010613 | ||
2 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010613 | ||
3 | ![]() |
I_REFRESH | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Anzeige aktualisieren | 20010705 |
Method SHOW_PREVIOUS_MONTH on class CL_ISHMED_PLANNING_GRIDS has no exception.
Method SORT_DISPLAY_BY_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20010620 | ||
2 | ![]() |
I_UP | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Aufsteigend sortieren ON/OFF | 20010620 |
Method SORT_DISPLAY_BY_DATE on class CL_ISHMED_PLANNING_GRIDS has no exception.
Event Signatures
Event FUNCTION_SELECTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | E_FCODE | Exporting | Value transfer | Type reference (TYPE) | UI_FUNC | Funktionscode | 20010627 |
Event REFRESH_LIST Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | I_FULL_REFRESH | Exporting | Value transfer | Type reference (TYPE) | RNT40-MARK | 'X' | Anzeige komplett (inkl. Datenselektion) aktualisieren | 20010705 |
Event SELECTION_DATE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | E_DATE | Exporting | Value transfer | Type reference (TYPE) | SY-DATUM | Datum | 20010626 |
History
Last changed by/on | SAP | 20050224 |
SAP Release Created in | 463 |