SAP ABAP Class CL_ISHMED_N1WPLACE_PG_USZ (IS-H*MED: Display Variant - User Assignment)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED-SC (Application Component) Planning
     N1APMG_MED (Package) IS-H*MED: Appointment Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_MASTER_DATA IS-H: Base Class for Master Data Objects 20030911
Properties
Class CL_ISHMED_N1WPLACE_PG_USZ  
Short Description IS-H*MED: Display Variant - User Assignment    
Super Class CL_ISH_MASTER_DATA IS-H: Base Class for Master Data Objects 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1APMG_MED   IS-H*MED: Appointment Management 
Created 20030911   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_N1WPLACE_PG_USZ has no forward declaration.
Interfaces
Class CL_ISHMED_N1WPLACE_PG_USZ has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ISHMED_N1WPLACE_PG 20031027 IS-H*MED: Specialization for PG Display Variants
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_N1WPLACE_PG_USZ Instance attribute Protected Type reference (TYPE) N1WPLACE_PG_USZ IS-H*MED: Display Variant - User Assignment 20031005
2 GS_N1WPLACE_PG_USZ_ORIG Instance attribute Protected Type reference (TYPE) N1WPLACE_PG_USZ IS-H*MED: Display Variant - User Assignment 20031005
3 G_CLASS_NAME Instance attribute Protected Type reference (TYPE) SY-REPID 20031005
4 G_DELETIONMARK Instance attribute Protected Type reference (TYPE) ISH_ON_OFF IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20031005
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_N1WPLACE_PG_USZ Instance method Public Method 20031006
2 CONSTRUCTOR Instance method Public Constructor 20031006
3 CREATE Static method Public Method Create a New Object (Not Yet in DB) 20031006
4 FILL_N1WPLACE_PG_USZ Instance method Protected Method Fill Some Fields 20031031
5 GET_DATA Instance method Public Method 20031006
6 INITIALIZE Instance method Protected Method 20031006
7 IS_CHANGED_N1WPLACE_PG_USZ Instance method Protected Method 20031006
8 IS_MARKED_FOR_DELETION Instance method Public Method Returns Deletion Indicator 20031006
9 LOAD Static method Public Method Create a New Object (DB) 20031006
10 MARK_FOR_DELETION Instance method Public Method Flag for Deletion 20031006
11 READ_FROM_DB Instance method Public Method Read from the Database 20031006
12 SAVE_N1WPLACE_PG_USZ Instance method Protected Method Save a Data Record 20031006
13 SET_DATA Instance method Public Method Change Data of Object in Memory 20031006
Events
Class CL_ISHMED_N1WPLACE_PG_USZ has no event.
Types
Class CL_ISHMED_N1WPLACE_PG_USZ has no local type.
Method Signatures

Method CHECK_N1WPLACE_PG_USZ 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 20031006
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031006

Method CHECK_N1WPLACE_PG_USZ on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_N1WPLACE_PG_USZ Call by reference Type reference (TYPE) N1WPLACE_PG_USZ IS-H*MED: Spezialisierung für Plantafel-Darstellungsvariante 20031006
2 Importing I_MODE Call by reference Type reference (TYPE) ISH_MODUS IS-H: Bearbeitungsmodus von Datensätzen (I/U/D) 20031006
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED es ist ein Fehler aufgetreten 20031006

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 20031006
2 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_N1WPLACE_PG_USZ IS-H*MED: Zuordnung Darstellungsvariente - User 20031006
3 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031006
4 Importing IS_N1WPLACE_PG_USZ Call by reference Type reference (TYPE) N1WPLACE_PG_USZ IS-H*MED: Spezialisierung für Plantafel-Darstellungsvariante 20031006
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED es ist ein Fehler aufgetreten 20031006

Method FILL_N1WPLACE_PG_USZ Signature

Method FILL_N1WPLACE_PG_USZ on class CL_ISHMED_N1WPLACE_PG_USZ has no parameter.
Method FILL_N1WPLACE_PG_USZ on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_N1WPLACE_PG_USZ Value transfer Type reference (TYPE) N1WPLACE_PG_USZ IS-H*MED: Zuordnung Darstellungsvarienta - User 20031006

Method GET_DATA on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_ISHMED_N1WPLACE_PG_USZ has no parameter.
Method INITIALIZE on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method IS_CHANGED_N1WPLACE_PG_USZ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGED Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031006

Method IS_CHANGED_N1WPLACE_PG_USZ on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method IS_MARKED_FOR_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_MARKED_FOR_DELETION Value transfer Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031006

Method IS_MARKED_FOR_DELETION on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_N1WPLACE_PG_USZ IS-H*MED: Zuordnung Darstellungsvariente - User 20031006
2 Importing IS_N1WPLACE_PG_USZ Call by reference Type reference (TYPE) N1WPLACE_PG_USZ IS-H*MED: Zuordnung Darstellungsvarienta - User 20031006
3 Importing I_READ_FROM_DB Call by reference Type reference (TYPE) ISH_ON_OFF IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031006
# Exception Resumable Description Created on
1 EX_ERROR_OCCURED es ist ein Fehler aufgetreten 20031006

Method MARK_FOR_DELETION Signature

Method MARK_FOR_DELETION on class CL_ISHMED_N1WPLACE_PG_USZ has no parameter.
Method MARK_FOR_DELETION on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EINRI Call by reference Type reference (TYPE) N1WPLACE_PG_USZ-EINRI IS-H: Einrichtung 20031006
2 Importing I_USZ_ID Call by reference Type reference (TYPE) N1WPLACE_PG_USZ-USZ_ID IS-H*MED: Zuordnung ARbeitsumfeld - Darstellungsvariante 20031006

Method READ_FROM_DB on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method SAVE_N1WPLACE_PG_USZ 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 20031006
2 Exporting E_RC Value transfer Type reference (TYPE) ISH_METHOD_RC IS-H: Returncode bei Methodenaufrufen 20031006
3 Importing I_TCODE Call by reference Type reference (TYPE) SY-TCODE SY-TCODE ABAP-Programm, aktueller Transaktionscode 20031006
4 Importing I_TESTRUN Call by reference Type reference (TYPE) ISH_ON_OFF '' IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') 20031006

Method SAVE_N1WPLACE_PG_USZ on class CL_ISHMED_N1WPLACE_PG_USZ has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_N1WPLACE_PG_USZ_X Call by reference Type reference (TYPE) RN1_N1WPLACE_PG_USZ_X IS-H*MED: Änderungsstruktur für N1WPLACE_PG_USZ 20031006

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