SAP ABAP Class CL_HRTMC_ADD_UPDATE_DOCUMENTS (Additional Update for Attachments)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷ CA-EPT-TM (Application Component) Talent Management
⤷ HCM_TMC (Package) HCM: Talent Management Core
⤷ CA-EPT-TM (Application Component) Talent Management
⤷ HCM_TMC (Package) HCM: Talent Management Core
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HRBAS_ADDITIONAL_UPDATE | HR: Additional Update | 20080312 |
Properties
Class | CL_HRTMC_ADD_UPDATE_DOCUMENTS | |
Short Description | Additional Update for Attachments | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | HCM_TMC | HCM: Talent Management Core |
Created | 20080312 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HRBAS_ADDITIONAL_UPDATE | HR: Additional Update | 20080312 |
Friends
Class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MT_DOCUMENT_BUFFER | Instance attribute | Private | Type reference (TYPE) | HRTMC_T_DOCUMENT_BUFFER | Temporary Storage for Documents | 20080312 | ||
2 | MT_TEXT_BUFFER | Instance attribute | Private | Type reference (TYPE) | HRTMC_T_TEXT_BUFFER | Temporary Storage for Comments | 20080409 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20080313 |
2 | DELETE_DOCUMENT | Instance method | Public | Method | Deletes a File Attachment from the Buffer | 20080409 |
3 | DELETE_TEXT | Instance method | Public | Method | Changes an Existing Form | 20080410 |
4 | GET_BUFFER_ATTRIBUTES_OF_DOCS | Instance method | Public | Method | Returns Buffer Document Attributes | 20080430 |
5 | GET_BUFFER_CONTENT_OF_DOCS | Instance method | Public | Method | Returns Buffer Document Contents | 20080430 |
6 | GET_BUFFER_CONTENT_OF_TEXTS | Instance method | Public | Method | Returns Buffer Text Contents | 20080425 |
7 | INSERT_DOCUMENT | Instance method | Public | Method | Adds a File Attachment | 20080409 |
8 | INSERT_TEXT | Instance method | Public | Method | Adds a Comment to the Buffer | 20080409 |
9 | UPDATE_TEXT | Instance method | Public | Method | Changes an Existing Form | 20080410 |
Events
Class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no event.
Types
Class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no parameter.
Method CONSTRUCTOR on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method DELETE_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080409 | ||
2 | Importing | IV_DOCUMENT_CLASS | Call by reference | Type reference (TYPE) | SDOK_CLASS | Dokumentenklasse | 20080409 | ||
3 | Importing | IV_DOCUMENT_ID | Call by reference | Type reference (TYPE) | SDOK_DOCID | ID für Dokumente und Beziehungen | 20080409 |
Method DELETE_DOCUMENT on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method DELETE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080410 | ||
2 | Importing | IV_DOCUMENT_CLASS | Call by reference | Type reference (TYPE) | SDOK_CLASS | Dokumentenklasse | 20080410 | ||
3 | Importing | IV_DOCUMENT_ID | Call by reference | Type reference (TYPE) | SDOK_DOCID | ID für Dokumente und Beziehungen | 20080410 |
Method DELETE_TEXT on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method GET_BUFFER_ATTRIBUTES_OF_DOCS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_ABSENT_DOCUMENTS | Call by reference | Type reference (TYPE) | SDOKOBJECTS | fehlende Objekte | 20080430 | ||
2 | Exporting | ET_ATTRIBUTES | Call by reference | Type reference (TYPE) | HRTMC_T_DOCUMENT_ATTRIBUTES | Attribute von Dateianlagen | 20080430 | ||
3 | Importing | IT_DOCUMENTS | Call by reference | Type reference (TYPE) | SDOKOBJECTS | Objektliste | 20080430 |
Method GET_BUFFER_ATTRIBUTES_OF_DOCS on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method GET_BUFFER_CONTENT_OF_DOCS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_ABSENT_DOCUMENTS | Call by reference | Type reference (TYPE) | SDOKOBJECTS | fehlende Objekte | 20080430 | ||
2 | Exporting | ET_CONTENTS | Call by reference | Type reference (TYPE) | HRTMC_T_DOCUMENT_CONTENT | Inhalte von Kommentaren (ObjektID + Inhalt als STRING) | 20080430 | ||
3 | Importing | IT_DOCUMENTS | Call by reference | Type reference (TYPE) | SDOKOBJECTS | Objektliste | 20080430 |
Method GET_BUFFER_CONTENT_OF_DOCS on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method GET_BUFFER_CONTENT_OF_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_ABSENT_DOCUMENTS | Call by reference | Type reference (TYPE) | SDOKOBJECTS | fehlende Objekte | 20080425 | ||
2 | Exporting | ET_CONTENTS | Call by reference | Type reference (TYPE) | HRTMC_T_TEXT_CONTENT | Inhalte von Kommentaren (ObjektID + Inhalt als STRING) | 20080425 | ||
3 | Importing | IT_TEXTS | Call by reference | Type reference (TYPE) | SDOKOBJECTS | Objektliste | 20080425 |
Method GET_BUFFER_CONTENT_OF_TEXTS on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method INSERT_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080409 | ||
2 | Importing | IS_DOCUMENT_ATTRIBUTES | Call by reference | Type reference (TYPE) | HRTMC_S_DOCUMENT_ATTRIBUTES | Dokumentattribute | 20080409 | ||
3 | Importing | IV_CONTENT | Call by reference | Type reference (TYPE) | HRTMC_XSTRING | XSTRING | 20080409 |
Method INSERT_DOCUMENT on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method INSERT_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080409 | ||
2 | Importing | IS_TEXT_ATTRIBUTES | Call by reference | Type reference (TYPE) | HRTMC_S_TEXT_ATTRIBUTES | Dokumentattribute | 20080409 | ||
3 | Importing | IV_CONTENT | Call by reference | Type reference (TYPE) | HRTMC_STRING | XSTRING | 20080409 |
Method INSERT_TEXT on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
Method UPDATE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EV_IS_OK | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20080410 | ||
2 | Importing | IV_CONTENT | Call by reference | Type reference (TYPE) | HRTMC_STRING | String | 20080410 | ||
3 | Importing | IV_DOCUMENT_CLASS | Call by reference | Type reference (TYPE) | SDOK_CLASS | Dokumentenklasse | 20080410 | ||
4 | Importing | IV_DOCUMENT_ID | Call by reference | Type reference (TYPE) | SDOK_DOCID | ID für Dokumente und Beziehungen | 20080410 |
Method UPDATE_TEXT on class CL_HRTMC_ADD_UPDATE_DOCUMENTS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |