SAP ABAP Class CL_ISHMED_SCR_ME_MDA_GRID (IS-H*MED: Medication - Drugs for Compounds)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_ME (Package) IS-H*MED: Medication
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 20040116
Properties
Class CL_ISHMED_SCR_ME_MDA_GRID  
Short Description IS-H*MED: Medication - Drugs for Compounds    
Super Class CL_ISH_SCREEN_STD IS-H: Basic Class for Screens of Standard 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_ME   IS-H*MED: Medication 
Created 20040116   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISHMED_SCR_ME_MDA_GRID has no interface implemented.
Friends
Class CL_ISHMED_SCR_ME_MDA_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_PAI_FROMGRID Constant Protected Type reference (TYPE) CHAR10 'FROMGRID' PAI Was Triggered by the Actual Grid 20040116
2 CO_PAI_NORMALPAI Constant Protected Type reference (TYPE) CHAR10 'NORMALPAI' Normal PAI of the Main Screen Will Run 20040116
3 GR_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID Reference Currently Valid ALV Grid 20040116
4 GT_OUTTAB Static Attribute Protected Type reference (TYPE) TYT_OUTTAB Output Table of the Grid 20040116
5 GT_SCREEN_TAB Static Attribute Protected Type reference (TYPE) TYT_SCREEN Table with ALL Instances which Already Use ALV Grid 20040116
6 G_EINRI Instance attribute Protected Type reference (TYPE) TN01-EINRI IS-H: Institution 20040116
7 G_PAI_CODE Instance attribute Protected Type reference (TYPE) CHAR10 Character Field Length = 10 20040116
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELDVALUES_ONE_ROW Static method Protected Method Build Field Value Table from the Data 20040116
2 BUILD_FIELDVALUE_ROW_ID Instance method Protected Method Set the Row Number of the Main Field Values 20040116
3 BUILD_GRID_F4 Instance method Private Method Create F4 Helps of the Grid 20040116
4 BUILD_GRID_FIELDCAT Instance method Private Method Compile Field Catalog 20040116
5 BUILD_GRID_LAYOUT Instance method Private Method Compile Grid Layout 20040116
6 BUILD_NEW_EDRUG Instance method Protected Method Create a New EDrug Instance 20040120
7 BUILD_NEW_MAJOR_FIELDVALUE Instance method Protected Method New Field Value Main Entry (Corresonds to New Grid Row) 20040116
8 BUILD_OUTTAB_FROM_FIELDVAL Instance method Protected Method Generate OUTTAB from the Field Values 20040116
9 BUILD_TOOLBAR Instance method Private Method Compile Toolbar of Grid 20040116
10 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040116
11 CREATE Static method Public Method Create Instance of Screen 20040116
12 CREATE_LISTBOX_ALVGRID Static method Private Method Generate a List Box for a Cell of the ALV Grid 20040116
13 CREATE_LISTBOX_UOM Instance method Public Method Fill Listbox for Units 20040116
14 F4_DRUG Static method Protected Method Input Help (F4) for Drugid 20040116
15 F4_FSOURCE Instance method Public Method Input Help (F4) for FSOURCE 20040430
16 FUNC_APPEND_ROW Instance method Protected Method "Attach New Row" Function 20040116
17 FUNC_EDRUGGRID_DEL_CANCEL_ROWS Instance method Public Method "Delete Row" Function 20040120
18 FUNC_INSERT_ROWS Instance method Protected Method "Insert Row" Function 20040116
19 GET_EDRUGS_FOR_GRID Static method Public Method Specify EDrugs (Drug Type '1') for this Grid 20040119
20 GET_FIELD_PROPERTIES Static method Public Method Specify Properties of Input Field 20040116
21 GET_MARKED_ENTRIES Instance method Public Method Determine Selected Rows in ALV Grid 20040116
22 HANDLE_BEFORE_USER_COMM Instance method Private Event handling method Grid Handle Method: HANDLE_BEFOR_USER_COMMAND 20040116
23 HANDLE_BUTTON_CLICK Instance method Private Event handling method Grid Handle Method: BUTTON_CLICK 20040116
24 HANDLE_DATA_CHANGED Instance method Private Event handling method Grid Handle Method: DATA_CHANGED 20040116
25 HANDLE_DATA_CHANGED_FINISHED Instance method Private Event handling method Grid Handle Method: DATA_CHANGED_FINISHED 20040116
26 HANDLE_ONF4 Instance method Private Event handling method Grid Handle Method: ONF4 20040116
27 HANDLE_TOOLBAR Instance method Private Event handling method Grid Handle Method: TOOLBAR 20040116
Events
Class CL_ISHMED_SCR_ME_MDA_GRID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYT_CONT_GRID Protected See coding 20040116 TYT_CONT_GRID type standard table of TY_CONT_GRID
2 TYT_OUTTAB Protected See coding 20040116 TYT_OUTTAB type standard table of RN1ME_GRID_OUTTAB_MDA
3 TYT_SCREEN Protected See coding 20040116 TYT_SCREEN type standard table of TY_SCREEN
4 TY_CONT_GRID Protected See coding Which Grid Belongs to Which Container 20040116 begin of TY_CONT_GRID, container type ref to cl_gui_custom_container, grid type ref to cl_gui_alv_grid, end of TY_CONT_GRID
5 TY_OUTTAB Protected Type reference (TYPE) RN1ME_GRID_OUTTAB_MDA IS-H*MED: Outtab Structure for Ingredient Grid 20040116
6 TY_SCREEN Protected See coding 20040116 begin of TY_SCREEN, screen type ref to cl_ishmed_scr_me_mda_grid, end of TY_SCREEN
Method Signatures

Method BUILD_FIELDVALUES_ONE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Changing CT_FIELD_VALUE Value transfer Type reference (TYPE) ISH_T_FIELD_VALUE 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
4 Importing IR_EDRUG Value transfer Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT_DRUG IS-H*MED: Medikament einer Arzneimittelverordnung 20040119
5 Importing I_FIRST_TIME Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20040430
6 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Zeilennummer 20040116
7 Importing I_VCODE Value transfer Type reference (TYPE) ISH_VCODE IS-H: Verarbeitungsmodus 20040430

Method BUILD_FIELDVALUES_ONE_ROW on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_FIELDVALUE_ROW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Changing CT_FIELD_VALUE Value transfer Type reference (TYPE) ISH_T_FIELD_VALUE IS-H: Tabelle für Feldwerte 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method BUILD_FIELDVALUE_ROW_ID on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_GRID_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ET_F4 Value transfer Type reference (TYPE) LVC_T_F4 ALV-Control: Tabelle für F4-Behandlung registrierte Felder 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method BUILD_GRID_F4 on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_GRID_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ET_FIELDCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für das ALV-Grid selbst 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method BUILD_GRID_FIELDCAT on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_GRID_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ES_GRID_LAYOUT Value transfer Type reference (TYPE) LVC_S_LAYO Layout des Grids 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method BUILD_GRID_LAYOUT on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_NEW_EDRUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040120
2 Exporting ER_NEW_EDRUG Call by reference Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT_DRUG Die neu erzeugte EDrug-Instanz 20040120
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040120
4 Importing IR_COPY_OF Value transfer Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT_DRUG Vorlage für die neue EDrug-Instanz 20040120

Method BUILD_NEW_EDRUG on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_NEW_MAJOR_FIELDVALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ES_FIELD_VALUE Value transfer Type reference (TYPE) RNFIELD_VALUE Der neue Field-Value - Haupteintrag 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
4 Importing IR_EDRUG Value transfer Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT_DRUG IS-H*MED: Medikament einer Arzneimittelereigniss 20040119
5 Importing I_ROW_ID Value transfer Type reference (TYPE) INT4 Zeilennummer 20040116

Method BUILD_NEW_MAJOR_FIELDVALUE on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_OUTTAB_FROM_FIELDVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ET_OUTTAB Value transfer Type reference (TYPE) TYT_OUTTAB 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method BUILD_OUTTAB_FROM_FIELDVAL on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method BUILD_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Changing CR_TOOLBAR_OBJECT Value transfer Object reference (TYPE REF TO) CL_ALV_EVENT_TOOLBAR_SET Toolbar-Objekt (siehe ALV-Grid, Event TOOLBAR) 20040116
3 Exporting ET_EXCLUDING_FUNC Value transfer Type reference (TYPE) UI_FUNCTIONS Funktionen, die auszuschließen sind 20040116
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
5 Importing I_VCODE Value transfer Type reference (TYPE) ISH_VCODE IS-H: Verarbeitungsmodus 20040116

Method BUILD_TOOLBAR on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_MDA_GRID has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_ME_MDA_GRID IS-H*MED: Medikation - Komprimierte Verordnungssicht 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040116

Method CREATE on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method CREATE_LISTBOX_ALVGRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Changing CT_DROP_DOWN_ALIAS Value transfer Type reference (TYPE) LVC_T_DRAL Table for drop down handles with aliases 20040116
3 Exporting E_HANDLE Value transfer Type reference (TYPE) INT4 Listbox-Handle 20040116
4 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
5 Importing IR_SCREEN Value transfer Object reference (TYPE REF TO) CL_ISH_SCREEN IS-H: Basisklasse für die Oberflächenverwaltung 20040116
6 Importing I_FIELDNAME Value transfer Type reference (TYPE) ISH_FIELDNAME Feldname der Listbox 20040116
7 Importing I_FIELDVALUE Value transfer Type reference (TYPE) NFVVALUE IS-H: Wert eines Einzelfeldes 20040116
8 Importing I_ROWNUMBER Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20040116

Method CREATE_LISTBOX_ALVGRID on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method CREATE_LISTBOX_UOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ER_LB_OBJECT Call by reference Object reference (TYPE REF TO) CL_ISH_LISTBOX IS-H: Basisklasse für Dynpro-Listboxen 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20040116
4 Importing I_FIELDNAME Value transfer Type reference (TYPE) ISH_FIELDNAME Feldname 20040116
5 Importing I_FIELDVALUE Value transfer Type reference (TYPE) NFVVALUE IS-H: Wert eines Einzelfeldes 20040116
6 Importing I_ROWNUMBER Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20040116

Method CREATE_LISTBOX_UOM on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method F4_DRUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting E_CALLED Value transfer Type reference (TYPE) ISH_ON_OFF F4 wurde behandelt? 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
4 Exporting E_SELECTED Value transfer Type reference (TYPE) ISH_ON_OFF Wert wurde selektiert? 20040116
5 Exporting E_VALUE Value transfer Type reference (TYPE) ANY Ausgewählter Wert. 20040116
6 Importing IR_EDRUG Value transfer Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT_DRUG IS-H*MED: Medikament einer Arzneimittelverordnung 20040119
7 Importing IR_EVENT Value transfer Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT IS-H*MED: Arzneimittelverordnung 20040119
8 Importing I_EINRI Value transfer Type reference (TYPE) TN01-EINRI Einrichtung 20040116
9 Importing I_VCODE Value transfer Type reference (TYPE) ISH_VCODE IS-H: Verarbeitungsmodus 20040116

Method F4_DRUG on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method F4_FSOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Class for Handling Errors 20040430
2 Exporting E_CALLED Value transfer Type reference (TYPE) ISH_ON_OFF Input Help (F4) Was Handled? 20040430
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Return Code for Method Calls 20040430
4 Exporting E_SELECTED Value transfer Type reference (TYPE) ISH_ON_OFF Value Was Selected? 20040430
5 Exporting E_VALUE Value transfer Type reference (TYPE) ANY Selected Value 20040430
6 Importing IR_EDRUG Call by reference Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT_DRUG IS-H*MED: Drug of Drug Order 20040430

Method F4_FSOURCE on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method FUNC_APPEND_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method FUNC_APPEND_ROW on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method FUNC_EDRUGGRID_DEL_CANCEL_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_CANCEL Value transfer Object reference (TYPE REF TO) CL_ISH_CANCEL IS-H: Klasse für Storno 20040120
2 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040120
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040120

Method FUNC_EDRUGGRID_DEL_CANCEL_ROWS on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method FUNC_INSERT_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
3 Importing I_WITH_COPY Value transfer Type reference (TYPE) ISH_ON_OFF Neue Zeilen werden als Kopie der markierten Zeilen angelegt 20040116

Method FUNC_INSERT_ROWS on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method GET_EDRUGS_FOR_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040119
2 Exporting ET_EDRUG Value transfer Type reference (TYPE) ISH_OBJECTLIST EDrugs als Instanzen 20040119
3 Exporting E_RC Call by reference Type reference (TYPE) ISH_METHOD_RC Returncode 20040119
4 Importing IR_EVENT Value transfer Object reference (TYPE REF TO) CL_ISHMED_ME_EVENT IS-H*MED: Arzneimittelverordnung 20040119

Method GET_EDRUGS_FOR_GRID on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method GET_FIELD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting E_ACTIVE Value transfer Type reference (TYPE) ISH_ON_OFF Feld aktiv (d.h. sichtbar)? 20040116
3 Exporting E_CHANGEABLE Value transfer Type reference (TYPE) ISH_ON_OFF Feld änderbar (wenn auch nur mittels F4!)? 20040116
4 Exporting E_INPUT Value transfer Type reference (TYPE) ISH_ON_OFF Feld eingabebereit? 20040116
5 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116
6 Importing IR_OBJECT Value transfer Object reference (TYPE REF TO) IF_ISH_IDENTIFY_OBJECT Datenobjekt der Zeile, in der das zu prüfende Feld ist 20040116
7 Importing IR_SCREEN Value transfer Object reference (TYPE REF TO) CL_ISHMED_SCR_ME_MDA_GRID IS-H*MED: Medikation - Komprimierte Verordnungssicht 20040116
8 Importing I_FIELDNAME Value transfer Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20040116
9 Importing I_ROW_NO Value transfer Type reference (TYPE) INT4 Zeile, in der das zu prüfende Feld ist 20040116
10 Importing I_USE_BUFFER Value transfer Type reference (TYPE) ISH_ON_OFF OFF Use buffer to enhance performance 20040116

Method GET_FIELD_PROPERTIES on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method GET_MARKED_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ERRORHANDLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_ERRORHANDLING IS-H*MED: Klasse zur Fehlerabarbeitung 20040116
2 Exporting ET_ROW_NO Value transfer Type reference (TYPE) LVC_T_ROID ID"s der markierten Zeilen 20040116
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC Returncode 20040116

Method GET_MARKED_ENTRIES on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method HANDLE_BEFORE_USER_COMM 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) 20040116

Method HANDLE_BEFORE_USER_COMM on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method HANDLE_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_COL_ID Call by reference Attribute reference (LIKE) 20040116
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20040116

Method HANDLE_BUTTON_CLICK on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method HANDLE_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Call by reference Attribute reference (LIKE) 20040116
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20040116
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20040116
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20040116
5 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20040116

Method HANDLE_DATA_CHANGED on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method HANDLE_DATA_CHANGED_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Attribute reference (LIKE) 20040116
2 Importing E_MODIFIED Call by reference Attribute reference (LIKE) 20040116

Method HANDLE_DATA_CHANGED_FINISHED on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.

Method HANDLE_ONF4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20040116
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20040116
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20040116
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20040116
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20040116
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20040116

Method HANDLE_ONF4 on class CL_ISHMED_SCR_ME_MDA_GRID 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) 20040116
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20040116

Method HANDLE_TOOLBAR on class CL_ISHMED_SCR_ME_MDA_GRID has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 472