SAP ABAP Class CL_ISHMED_NR_LINKOBJ (Nursing Report Link Object)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Properties
Class CL_ISHMED_NR_LINKOBJ  
Short Description Nursing Report Link Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20040921   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 N2NRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISHMED_NR_LINKOBJ has no interface implemented.
Friends
Class CL_ISHMED_NR_LINKOBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_NR_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_NR_MODEL Class for Representation of Nursing Report 20040921
2 GR_NR_VIEW Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_NR_VIEW Class for Nursing Report Interface Presentation 20040921
3 GR_PMD_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_ISHMED_PMD_SERVICES PMD Service Instance for Nursing Report Document 20040927
4 G_DOC_KEY Instance attribute Private Type reference (TYPE) RN2DOC_KEY IS-H*MED: Key for a Document 20040921
5 G_PROFILE Instance attribute Private Type reference (TYPE) N2NRT_PROFILE Display Profile 20040921
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY_AND_RELEASE Instance method Public Method Execute Release Processing 20040926
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040921
3 CREATE_VIEW Instance method Public Method Create View Class 20040921
4 FREE Instance method Public Method Resource Release 20040921
5 GET_CONFIG Instance method Public Method Get Display Profile 20040922
6 GET_DAT_TIME_VMA Instance method Public Method Determine Date of Time and EmR from PMD 20040927
7 GET_LAST_ENTRY Instance method Public Method Returns Last Entry of Nursing Report 20040922
8 GET_NR_VIEW Instance method Public Method Get Instance of Nursing Report - View 20040921
9 HAS_CHANGED Instance method Public Method Returns Indicator Whether Changes Were Made 20040922
10 HAS_FOCUS Instance method Public Method Focus on Control? 20040922
11 HAS_UNRELEASED_ENTRY Instance method Public Method TRUE If not Released Last Entry 20040922
12 ON_FUNCTION_SELECT Instance method Public Event handling method Event Handler 20040924
13 OPEN_VIEW Instance method Public Method Open View 20040921
14 POPUP_TO_CONFIRM Instance method Private Method Dialog Box for Confirmation 20040927
15 READ_CONFIG Instance method Private Method Read Display Profile 20041124
16 REFRESH Instance method Public Method Update Model and View e.g. According to DIUP 20040921
17 SAVE_EDIT_TEXT Instance method Public Method Saves Editor Text 20040922
18 SET_FOCUS Instance method Public Method Set Cursor Position 20040922
19 STORNO_ENTRY Instance method Public Method Execute Cancellation Processing 20040927
Events
Class CL_ISHMED_NR_LINKOBJ has no event.
Types
Class CL_ISHMED_NR_LINKOBJ has no local type.
Method Signatures

Method ADD_ENTRY_AND_RELEASE Signature

Method ADD_ENTRY_AND_RELEASE on class CL_ISHMED_NR_LINKOBJ has no parameter.
Method ADD_ENTRY_AND_RELEASE on class CL_ISHMED_NR_LINKOBJ has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) N2_ALIAS1 IS-H*MED: Aliasname für ein Dokumentationselement 20040921
2 Importing I_DOC_KEY Call by reference Type reference (TYPE) RN2DOC_KEY IS-H*MED: Schlüssel eines Dokuments 20040921
3 Importing I_DOC_SERVICE Call by reference Object reference (TYPE REF TO) CL_ISHMED_PMD_SERVICES PMD-Service zu Dokument 20050310
4 Importing I_NDOC Call by reference Type reference (TYPE) NDOC IS-H: Zuordnungen IS-H Objekte zu Dokumenten im DVS 20040921

Method CONSTRUCTOR on class CL_ISHMED_NR_LINKOBJ has no exception.

Method CREATE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE_DISPLAY Call by reference Type reference (TYPE) ISH_TRUE_FALSE Display-Mode 20040921
2 Importing I_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20040921
3 Returning R_NR_VIEW Value transfer Object reference (TYPE REF TO) CL_ISHMED_NR_VIEW Klasse zur Oberflächenrepräsentation Pflegeberichts 20040921
# Exception Resumable Description Created on
1 NO_PARENT no parent for Control given 20040921

Method FREE Signature

Method FREE on class CL_ISHMED_NR_LINKOBJ has no parameter.
Method FREE on class CL_ISHMED_NR_LINKOBJ has no exception.

Method GET_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PROFILE Value transfer Type reference (TYPE) N2NRT_PROFILE Pflegeberichtsprofil 20040922

Method GET_CONFIG on class CL_ISHMED_NR_LINKOBJ has no exception.

Method GET_DAT_TIME_VMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PBDAT Call by reference Type reference (TYPE) N2_PBDAT IS-H*MED: Datum, an dem der Pflegebericht erstellt wurde 20040927
2 Exporting E_PBZT Call by reference Type reference (TYPE) N2_PBZT IS-H*MED: Uhrzeit der Pflegeberichtsertellung 20040927
3 Exporting E_VMA Call by reference Type reference (TYPE) N1MITARB IS-H: Verantwortlicher Mitarbeiter 20040927
# Exception Resumable Description Created on
1 CX_DYNAMIC_CHECK Ausnahmen mit nur dynamischer Prüfung von RAISING 20040927

Method GET_LAST_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NR_PB_ZEILE Value transfer Type reference (TYPE) N2NRT_NR_ITAB_ZEILE Einzelzeile des Pflegeberichts 20040922

Method GET_LAST_ENTRY on class CL_ISHMED_NR_LINKOBJ has no exception.

Method GET_NR_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NR_VIEW Value transfer Object reference (TYPE REF TO) CL_ISHMED_NR_VIEW View-Klasse des Linkobjekts 20040921

Method GET_NR_VIEW on class CL_ISHMED_NR_LINKOBJ has no exception.

Method HAS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_CHANGED Value transfer Type reference (TYPE) ISH_TRUE_FALSE IS-H: Boolscher Datentyp für TRUE (='1') und FALSE (='0') 20040922

Method HAS_CHANGED on class CL_ISHMED_NR_LINKOBJ has no exception.

Method HAS_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HAS_FOCUS Call by reference Type reference (TYPE) ISH_TRUE_FALSE ja = '1' 20040922

Method HAS_FOCUS on class CL_ISHMED_NR_LINKOBJ has no exception.

Method HAS_UNRELEASED_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_UNRELEASED_ENTRY Value transfer Type reference (TYPE) ISH_TRUE_FALSE true wenn nicht freigegebener Eintrag 20040922

Method HAS_UNRELEASED_ENTRY on class CL_ISHMED_NR_LINKOBJ has no exception.

Method ON_FUNCTION_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20040924

Method ON_FUNCTION_SELECT on class CL_ISHMED_NR_LINKOBJ has no exception.

Method OPEN_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE_DISPLAY Call by reference Type reference (TYPE) ISH_TRUE_FALSE N2NRT_FALSE Aufruf im Display-Modus ? 20040921

Method OPEN_VIEW on class CL_ISHMED_NR_LINKOBJ has no exception.

Method POPUP_TO_CONFIRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_REPLY_YES Value transfer Type reference (TYPE) ISH_TRUE_FALSE Antwort 20040927
2 Importing I_TEXTLINE1 Call by reference Type reference (TYPE) C 1. Textzeile 20040927
3 Importing I_TITLE Call by reference Type reference (TYPE) C Titel des Pop-Ups 20040927

Method POPUP_TO_CONFIRM on class CL_ISHMED_NR_LINKOBJ has no exception.

Method READ_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIAS Call by reference Type reference (TYPE) N2_ALIAS1 IS-H*MED: Aliasname für ein Dokumentationselement 20041124
2 Importing I_NDOC Call by reference Type reference (TYPE) NDOC IS-H: Zuordnungen IS-H Objekte zu Dokumenten im DVS 20041124
3 Returning R_PROFILE Value transfer Type reference (TYPE) N2NRT_PROFILE Pflegeberichtsprofil 20041124

Method READ_CONFIG on class CL_ISHMED_NR_LINKOBJ has no exception.

Method REFRESH Signature

Method REFRESH on class CL_ISHMED_NR_LINKOBJ has no parameter.
Method REFRESH on class CL_ISHMED_NR_LINKOBJ has no exception.

Method SAVE_EDIT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW_MESSAGES Call by reference Type reference (TYPE) ISH_TRUE_FALSE sollen beim Textabgleich Meldungen ausgegeben werden? 20040922

Method SAVE_EDIT_TEXT on class CL_ISHMED_NR_LINKOBJ has no exception.

Method SET_FOCUS Signature

Method SET_FOCUS on class CL_ISHMED_NR_LINKOBJ has no parameter.
Method SET_FOCUS on class CL_ISHMED_NR_LINKOBJ has no exception.

Method STORNO_ENTRY Signature

Method STORNO_ENTRY on class CL_ISHMED_NR_LINKOBJ has no parameter.
Method STORNO_ENTRY on class CL_ISHMED_NR_LINKOBJ has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 473