SAP ABAP Class CL_ISHMED_ALVGRID_CORDTPL (ISHMED: CORD - ALV Grid Clin. Order Templates)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1CORDMG_MED (Package) IS-H*MED: Clinical Ordering
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ALV_GRID ALV List Viewer 20070913
Properties
Class CL_ISHMED_ALVGRID_CORDTPL  
Short Description ISHMED: CORD - ALV Grid Clin. Order Templates    
Super Class CL_GUI_ALV_GRID ALV List Viewer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1CORDMG_MED   IS-H*MED: Clinical Ordering 
Created 20070913   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_ALVGRID_CORDTPL has no forward declaration.
Interfaces
Class CL_ISHMED_ALVGRID_CORDTPL has no interface implemented.
Friends
Class CL_ISHMED_ALVGRID_CORDTPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FCODE_COPY Constant Public Type reference (TYPE) UI_FUNC 'CORDTPL_COPY' Copy Order Template 20070913
2 CO_FCODE_CREATE Constant Public Type reference (TYPE) UI_FUNC 'CORDTPL_CREATE' Create Order Template 20070913
3 CO_FCODE_DELETE Constant Public Type reference (TYPE) UI_FUNC 'CORDTPL_DELETE' Delete Order Template 20070913
4 CO_FCODE_WORK Constant Public Type reference (TYPE) UI_FUNC 'CORDTPL_WORK' Edit Order Template 20070913
5 GR_CORDTYP Instance attribute Protected Object reference (TYPE REF TO) CL_ISHMED_CORDTYP IS-H*MED: Clinical Order Type 20070913
6 GT_OUTTAB Instance attribute Protected Type reference (TYPE) ISHMED_T_CORDTPL_OUTTAB CORD: Outtab for Clin. Order Template 20070913
7 G_ICON_ACTIVE Static Attribute Protected Type reference (TYPE) N1ICON Icon Including Quick Info 20070913
8 G_ICON_INACTIVE Static Attribute Protected Type reference (TYPE) N1ICON Icon Including Quick Info 20070913
9 G_REPID Instance attribute Protected Type reference (TYPE) SY-REPID Calling Program 20070913
10 G_VCODE Instance attribute Protected Type reference (TYPE) TNDYM-VCODE IS-H: Processing Mode 20070913
Methods
# Method Level Visibility Method type Description Created on
1 ACTUALIZE_ERUP Instance method Public Method Updates the Creation and Change Data 20070913
2 ADD_CORDTPL Instance method Public Method Adds an Order Template 20070913
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070913
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070913
5 DISPLAY Instance method Public Method Executes Display (Initial Display or Update) 20070913
6 GET_CORDTYP Instance method Public Method Returns Order Type 20070913
7 GET_REPID Instance method Public Method Returns Calling Program 20070913
8 GET_SELECTED_CORDTPL Instance method Public Method Returns Selected Order Template 20070913
9 GET_VCODE Instance method Public Method Returns the Processing Mode 20070913
10 REMOVE_CORDTPL Instance method Public Method Removes an Order Template 20070913
11 SET_ERROR_CORDTPL Instance method Public Method Sets the Cursor 20070913
12 SET_SELECTED_CORDTPL Instance method Public Method Sets the Selected Order Template 20070913
13 _BUILD_EXCLFUNC Instance method Protected Method Returns Excluded Functions 20070913
14 _BUILD_FCAT Instance method Protected Method Creates the field catalog 20070913
15 _BUILD_OUTTAB Instance method Protected Method Creates gt_outtab 20070913
16 _HANDLE_BUTTONCLICK Instance method Protected Event handling method Button Click 20070913
17 _HANDLE_DATA_CHANGED_FINISHED Instance method Protected Event handling method Handle Following Data Change 20070913
18 _HANDLE_DOUBLECLICK Instance method Protected Event handling method Double-Click 20070913
19 _HANDLE_TOOLBAR Instance method Protected Event handling method Configure Toolbar 20070913
20 _HANDLE_USER_COMMAND Instance method Protected Event handling method Handling User Command 20070913
Events
Class CL_ISHMED_ALVGRID_CORDTPL has no event.
Types
Class CL_ISHMED_ALVGRID_CORDTPL has no local type.
Method Signatures

Method ACTUALIZE_ERUP Signature

Method ACTUALIZE_ERUP on class CL_ISHMED_ALVGRID_CORDTPL has no parameter.
Method ACTUALIZE_ERUP on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method ADD_CORDTPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTPL Call by reference Object reference (TYPE REF TO) CL_ISHMED_CORDTPL ISHMED: KLAT - Klinische Auftragsvorlage 20070913

Method ADD_CORDTPL on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTYP Call by reference Object reference (TYPE REF TO) CL_ISHMED_CORDTYP IS-H*MED: Klinischer Auftragstyp 20070913
2 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20070913
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Aufrufendes Programm 20070913
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED 20070913

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VCODE Call by reference Type reference (TYPE) TNDYM-VCODE 'DIS' IS-H: Verarbeitungsmodus 20070913

Method DISPLAY on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method GET_CORDTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDTYP Value transfer Object reference (TYPE REF TO) CL_ISHMED_CORDTYP IS-H*MED: Klinischer Auftragstyp 20070913

Method GET_CORDTYP on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method GET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REPID Value transfer Type reference (TYPE) SY-REPID Aufrufendes Programm 20070913

Method GET_REPID on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method GET_SELECTED_CORDTPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_CORDTPL Value transfer Object reference (TYPE REF TO) CL_ISHMED_CORDTPL ISHMED: KLAT - Klinische Auftragsvorlage 20070913

Method GET_SELECTED_CORDTPL on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method GET_VCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VCODE Value transfer Type reference (TYPE) TNDYM-VCODE IS-H: Verarbeitungsmodus 20070913

Method GET_VCODE on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method REMOVE_CORDTPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTPL Call by reference Object reference (TYPE REF TO) CL_ISHMED_CORDTPL ISHMED: KLAT - Klinische Auftragsvorlage 20070913

Method REMOVE_CORDTPL on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method SET_ERROR_CORDTPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTPL Call by reference Object reference (TYPE REF TO) CL_ISHMED_CORDTPL ISHMED: KLAT - Klinische Auftragsvorlage 20070913
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) C Feldname 20070913
3 Returning R_ROW Value transfer Type reference (TYPE) I Zeile 20070913

Method SET_ERROR_CORDTPL on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method SET_SELECTED_CORDTPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CORDTPL Call by reference Object reference (TYPE REF TO) CL_ISHMED_CORDTPL ISHMED: KLAT - Klinische Auftragsvorlage 20070913

Method SET_SELECTED_CORDTPL on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method _BUILD_EXCLFUNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_EXCLFUNC Value transfer Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20070913

Method _BUILD_EXCLFUNC on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method _BUILD_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20070913

Method _BUILD_FCAT on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method _BUILD_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OUTTAB Value transfer Type reference (TYPE) ISHMED_T_CORDTPL_OUTTAB KLAT: Outtab Klin. Auftragsvorlage 20070913

Method _BUILD_OUTTAB on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method _HANDLE_BUTTONCLICK 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) 20070913
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20070913

Method _HANDLE_BUTTONCLICK on class CL_ISHMED_ALVGRID_CORDTPL 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) 20070913
2 Importing E_MODIFIED Call by reference Attribute reference (LIKE) 20070913

Method _HANDLE_DATA_CHANGED_FINISHED on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method _HANDLE_DOUBLECLICK Signature

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

Method _HANDLE_DOUBLECLICK on class CL_ISHMED_ALVGRID_CORDTPL 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) 20070913
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20070913

Method _HANDLE_TOOLBAR on class CL_ISHMED_ALVGRID_CORDTPL has no exception.

Method _HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20070913

Method _HANDLE_USER_COMMAND on class CL_ISHMED_ALVGRID_CORDTPL has no exception.
History
Last changed by/on SAP  20071120 
SAP Release Created in