SAP ABAP Class CL_ISHMED_PMD_STEXT (PMD: SAPScript Text Data)
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_PMD_STEXT  
Short Description PMD: SAPScript Text Data    
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 20030211   SAP 
Last change 20050615   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ISHMED_PMD_TOOLS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 N2R Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISHMED_PMD_STEXT has no interface implemented.
Friends
Class CL_ISHMED_PMD_STEXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C__TEXTID Constant Private Type reference (TYPE) TDID '0000' Text ID 20030211
2 C__TEXTOBJECT Constant Private Type reference (TYPE) TDOBJECT 'N2TEXT' Texts: Application Object 20030211
3 HEADER Instance attribute Private Type reference (TYPE) THEAD SAPscript: Text Header 20030211
4 TEXT_AFTER Instance attribute Private Type reference (TYPE) N2_TLINE_TAB PMD: Table with Line Type TLINE (ITF) 20030211
5 TEXT_BEFORE Instance attribute Private Type reference (TYPE) N2_TLINE_TAB PMD: Table with Line Type TLINE (ITF) 20030211
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_TEXT Instance method Public Method Refreshed AfterImage 20030401
2 CONSTRUCTOR Instance method Public Constructor Read Construct + if Necessary Text 20030211
3 COPY_TEXT Instance method Public Method Copies Text Transferred by REF 20030411
4 COPY_TEXT_PREPARE Instance method Public Method Deletes Before Image 20030515
5 DELETE_TEXT Static method Public Method Delete SAPscript Text 20040112
6 FINALIZE Instance method Public Method Destructor 20050603
7 GET_TEXT Instance method Public Method Exports Text as TLINE Table 20030211
8 IS_INITIAL Instance method Public Method Query on Empty Value 20031127
9 READ_TEXT Instance method Public Method Read text 20030211
10 R__TEXT_CHANGED Instance method Public Method Returns '0' or '1' 20030212
11 SAVE_TEXT Instance method Public Method Save 20030212
12 SET_TEXT Instance method Public Method Imports Text as TLINE Table 20030211
13 UNDO Instance method Public Method Resets After Image to Before Image 20041215
Events
Class CL_ISHMED_PMD_STEXT has no event.
Types
Class CL_ISHMED_PMD_STEXT has no local type.
Method Signatures

Method CLEAR_TEXT Signature

Method CLEAR_TEXT on class CL_ISHMED_PMD_STEXT has no parameter.
Method CLEAR_TEXT on class CL_ISHMED_PMD_STEXT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DOC_KEY Call by reference Type reference (TYPE) RN2DOC_KEY IS-H*MED: Schlüssel eines Dokuments 20030211
2 Importing P_REF_KEY Call by reference Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20030211

Method CONSTRUCTOR on class CL_ISHMED_PMD_STEXT has no exception.

Method COPY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_SOURCE Call by reference Object reference (TYPE REF TO) CL_ISHMED_PMD_STEXT Kopierquelle 20030411

Method COPY_TEXT on class CL_ISHMED_PMD_STEXT has no exception.

Method COPY_TEXT_PREPARE Signature

Method COPY_TEXT_PREPARE on class CL_ISHMED_PMD_STEXT has no parameter.
Method COPY_TEXT_PREPARE on class CL_ISHMED_PMD_STEXT has no exception.

Method DELETE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DOC_KEY Value transfer Type reference (TYPE) RN2DOC_KEY IS-H*MED: Schlüssel eines Dokuments 20040112
2 Importing P_REF_KEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20040112
3 Exporting P_RESULT Call by reference Type reference (TYPE) C D, U, I, space 20040112

Method DELETE_TEXT on class CL_ISHMED_PMD_STEXT has no exception.

Method FINALIZE Signature

Method FINALIZE on class CL_ISHMED_PMD_STEXT has no parameter.
Method FINALIZE on class CL_ISHMED_PMD_STEXT has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TEXT Call by reference Type reference (TYPE) N2_TLINE_TAB PMD: Tabelle mit Zeilentyp TLINE (ITF) 20030211

Method GET_TEXT on class CL_ISHMED_PMD_STEXT has no exception.

Method IS_INITIAL Signature

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

Method IS_INITIAL on class CL_ISHMED_PMD_STEXT has no exception.

Method READ_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DOC_KEY Call by reference Type reference (TYPE) RN2DOC_KEY IS-H*MED: Schlüssel eines Dokuments 20030211
2 Importing P_REF_KEY Call by reference Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20030211

Method READ_TEXT on class CL_ISHMED_PMD_STEXT has no exception.

Method R__TEXT_CHANGED Signature

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

Method R__TEXT_CHANGED on class CL_ISHMED_PMD_STEXT has no exception.

Method SAVE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DOC_KEY Value transfer Type reference (TYPE) RN2DOC_KEY IS-H*MED: Schlüssel eines Dokuments 20030212
2 Changing P_REF_KEY Value transfer Type reference (TYPE) N2_REFKEY IS-H*MED: Referenzschlüssel eines referenzierten Objekts 20030212
3 Exporting P_RESULT Call by reference Type reference (TYPE) C D, U, I, space 20030212
# Exception Resumable Description Created on
1 NO_DOC_KEY Dokumenten-Key fehlt 20030212
2 REF_KEY kein RefKey mehr frei 20030213

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TEXT Call by reference Type reference (TYPE) N2_TLINE_TAB PMD: Tabelle mit Zeilentyp TLINE (ITF) 20030211

Method SET_TEXT on class CL_ISHMED_PMD_STEXT has no exception.

Method UNDO Signature

Method UNDO on class CL_ISHMED_PMD_STEXT has no parameter.
Method UNDO on class CL_ISHMED_PMD_STEXT has no exception.
History
Last changed by/on SAP  20050615 
SAP Release Created in 472