SAP ABAP Class CL_HRTMC_AC_WORKEXP_INTERNAL (Assistance Class for HRTMC_TP_WORKEXP_INTERNAL)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   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 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20080226
Properties
Class CL_HRTMC_AC_WORKEXP_INTERNAL  
Short Description Assistance Class for HRTMC_TP_WORKEXP_INTERNAL    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package HCM_TMC   HCM: Talent Management Core 
Created 20080226   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRTMC_AC_WORKEXP_INTERNAL has no forward declaration.
Interfaces
Class CL_HRTMC_AC_WORKEXP_INTERNAL has no interface implemented.
Friends
Class CL_HRTMC_AC_WORKEXP_INTERNAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_DELETE Constant Public Type reference (TYPE) CHAR01 'D' Character Field of Length 1 20080409
2 MC_HIGH_DATE Constant Public Type reference (TYPE) DATUM '99991231' Date 20080227
3 MC_INFTY Constant Public Type reference (TYPE) INFTY '7402' Infotype 20080227
4 MC_INSERT Constant Public Type reference (TYPE) CHAR01 'I' Character Field of Length 1 20080226
5 MC_LOW_DATE Constant Public Type reference (TYPE) DATUM '19000101' Date 20080227
6 MC_MODIFY Constant Public Type reference (TYPE) CHAR01 'M' Character Field of Length 1 20080226
7 MC_TOGGLE Constant Public Type reference (TYPE) CHAR01 'T' Character Field of Length 1 20080409
8 MO_CENTRAL_PERSON Instance attribute Public Object reference (TYPE REF TO) CL_HRTMC_PD_OBJECT_CP Interface to PD Objects in PD Infotype Framework 20080226
9 MO_DUMMY_MESSAGE_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_HRBAS_MESSAGE_LIST HR-PD Infotypes: Messages 20080414
10 MO_MESSAGE_HANDLER Instance attribute Public Object reference (TYPE REF TO) CL_HRBAS_MESSAGE_LIST HR-PD Infotypes: Messages 20080227
11 MO_TEXT_IDENTIFIER Instance attribute Public Object reference (TYPE REF TO) CL_TEXT_IDENTIFIER Text ID 20080227
12 MT_ATTACHMENTS Instance attribute Public Type reference (TYPE) HRTMC_T_ATTACHMENT Attachments 20080408
13 MT_COMMENT Instance attribute Public Type reference (TYPE) HRTMC_T_TEXT_CONTENT Contents of Comments (ObjectID + Content As STRING) 20080414
14 MV_CANCEL Instance attribute Public Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20080418
15 MV_NO_AUTH_CHECK Instance attribute Public Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20080619
16 MV_UPDATE_MODE Instance attribute Public Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20080226
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DOCUMENT_CONSISTENCY Instance method Public Method 20080506
2 DELETE_DOCUMENT Instance method Public Method 20080408
3 DELETE_TEXT Instance method Public Method 20080414
4 DELETE_WORKEXPINTERNAL Instance method Public Method 20080228
5 GET_ASSIGNMENTS Instance method Public Method 20080311
6 GET_COUNTRY Instance method Public Method 20080415
7 GET_DOCUMENT_CONTENT Instance method Public Method 20080408
8 GET_NEW_COMMENT_ID Instance method Public Method 20080414
9 GET_NEW_DOCUMENT_ID Instance method Public Method 20080408
10 GET_REGION Instance method Public Method 20080415
11 GET_WEB_ICON_FOR_MIME_TYPE Instance method Public Method 20080508
12 GET_WORKEXPINTERNAL Instance method Public Method 20080227
13 INSERT_DOCUMENT Instance method Public Method 20080408
14 INSERT_TEXT Instance method Public Method 20080414
15 INSERT_WORKEXPINTERNAL Instance method Public Method 20080228
16 MODIFY_WORKEXPINTERNAL Instance method Public Method 20080228
17 READ_TEXT Instance method Public Method 20080414
18 SPLIT_FILENAME_FROM_PATH Instance method Public Method 20080408
19 UPDATE_TEXT Instance method Public Method 20080414
Events
Class CL_HRTMC_AC_WORKEXP_INTERNAL has no event.
Types
Class CL_HRTMC_AC_WORKEXP_INTERNAL has no local type.
Method Signatures

Method CHECK_DOCUMENT_CONSISTENCY 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 (=' ') 20080506
2 Importing IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRBAS_MESSAGE_HANDLER HR-PD-Infotypen: Meldungen 20080506
3 Importing IV_DOCUMENT_CONTENT Call by reference Type reference (TYPE) HRTMC_XSTRING XSTRING 20080506
4 Importing IV_DOCUMENT_MIME_TYPE Call by reference Type reference (TYPE) SDOK_CT128 MIME-Content-Type 20080506
5 Importing IV_FILE_NAME Call by reference Type reference (TYPE) HRTMC_STRING String 20080506

Method CHECK_DOCUMENT_CONSISTENCY on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method DELETE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT_CLASS Call by reference Type reference (TYPE) SDOK_CLASS Dokumentenklasse 20080408
2 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20080408

Method DELETE_DOCUMENT on class CL_HRTMC_AC_WORKEXP_INTERNAL 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 (=' ') 20080414
2 Importing IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRBAS_MESSAGE_HANDLER HR-PD-Infotypen: Meldungen 20080414
3 Importing IV_DOCUMENT_CLASS Call by reference Type reference (TYPE) SDOK_CLASS Dokumentenklasse 20080414
4 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20080414

Method DELETE_TEXT on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method DELETE_WORKEXPINTERNAL 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 IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRBAS_MESSAGE_HANDLER HR-PD-Infotypen: Meldungen 20080818
3 Importing IS_WORKEXPINTERNAL Call by reference Type reference (TYPE) HRTMC_S_WORK_EXP_INT Berufserfahrung (intern) 20080313
4 Importing IT_ATTACHMENTS Call by reference Type reference (TYPE) HRTMC_T_ATTACHMENT Anlagen 20080313

Method DELETE_WORKEXPINTERNAL on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENTS Call by reference Type reference (TYPE) HRTMC_T_POS_ASSIGNMENTS Planstellenzuordnungen für interne Berufserfahrung 20080313
2 Importing IT_PERNRS Call by reference Type reference (TYPE) HRTMC_T_PERNR Beschäftigungsvertrag 20080529

Method GET_ASSIGNMENTS on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUEHELP Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20080415

Method GET_COUNTRY on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_DOCUMENT_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONTENT Call by reference Type reference (TYPE) HRTMC_S_DOCUMENT_CONTENT Inhalt von einem Dokument (ObjektID + Inhalt als XSTRING) 20080408
2 Importing IV_DOCUMENT Call by reference Type reference (TYPE) SDOKOBJECT SDOK: BOR-Schlüssel für Informationsobjekt 20080408

Method GET_DOCUMENT_CONTENT on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_NEW_COMMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOCUMENT_CLASS Call by reference Type reference (TYPE) SDOK_LOCL Klasse des logischen Dokuments 20080414
2 Exporting EV_DOCUMENT_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20080414

Method GET_NEW_COMMENT_ID on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_NEW_DOCUMENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOCUMENT_CLASS Call by reference Type reference (TYPE) SDOK_LOCL Klasse des logischen Dokuments 20080408
2 Exporting EV_DOCUMENT_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20080408

Method GET_NEW_DOCUMENT_ID on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_REGION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUEHELP Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20080415
2 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20080415

Method GET_REGION on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_WEB_ICON_FOR_MIME_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DESCRIPTION Call by reference Type reference (TYPE) TEXT60 Quickinfo für eine Ikone 20080508
2 Exporting EV_ICON_NAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20080508
3 Importing IV_MIME_TYPE Call by reference Type reference (TYPE) SDOK_CT128 MIME-Content-Type 20080508

Method GET_WEB_ICON_FOR_MIME_TYPE on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method GET_WORKEXPINTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTACHMENTS Value transfer Type reference (TYPE) HRTMC_T_ATTACHMENT Anlagen 20080408
2 Exporting ET_WORKEXPINTERNAL Value transfer Type reference (TYPE) HRTMC_T_WORK_EXP_INT Berufserfahrung (intern) 20080313
3 Importing IC_ONLY_ATTACHMENTS Value transfer Type reference (TYPE) BOOLE_D SPACE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080417

Method GET_WORKEXPINTERNAL on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method INSERT_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DOCUMENT_ATTRIBUTES Call by reference Type reference (TYPE) HRTMC_S_DOCUMENT_ATTRIBUTES Dokumentattribute 20080408
2 Importing IV_CONTENT Call by reference Type reference (TYPE) HRTMC_XSTRING XSTRING 20080408

Method INSERT_DOCUMENT on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method INSERT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TEXT_ATTRIBUTES Call by reference Type reference (TYPE) HRTMC_S_TEXT_ATTRIBUTES Textattribute eines Kommentars 20080414
2 Importing IV_CONTENT Call by reference Type reference (TYPE) HRTMC_STRING String 20080414

Method INSERT_TEXT on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method INSERT_WORKEXPINTERNAL 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 IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRBAS_MESSAGE_HANDLER HR-PD-Infotypen: Meldungen 20080818
3 Importing IS_WORKEXPINTERNAL Call by reference Type reference (TYPE) HRTMC_S_WORK_EXP_INT_UI Berufserfahrung (intern) 20080313
4 Importing IT_ATTACHMENTS Call by reference Type reference (TYPE) HRTMC_T_ATTACHMENT Anlagen 20080313

Method INSERT_WORKEXPINTERNAL on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method MODIFY_WORKEXPINTERNAL 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 IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRBAS_MESSAGE_HANDLER HR-PD-Infotypen: Meldungen 20080818
3 Importing IS_WORKEXPINTERNAL Call by reference Type reference (TYPE) HRTMC_S_WORK_EXP_INT_UI Berufserfahrung (intern) 20080313
4 Importing IT_ATTACHMENTS Call by reference Type reference (TYPE) HRTMC_T_ATTACHMENT Anlagen 20080313

Method MODIFY_WORKEXPINTERNAL on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method READ_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENTS Call by reference Type reference (TYPE) HRTMC_T_TEXT_CONTENT Inhalte von Kommentaren (ObjektID + Inhalt als STRING) 20080414
2 Exporting EV_IS_OK Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20080414
3 Importing IO_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_HRBAS_MESSAGE_HANDLER HR-PD-Infotypen: Meldungen 20080414
4 Importing IT_DOCUMENTS Call by reference Type reference (TYPE) SDOKOBJECTS Objektliste 20080414

Method READ_TEXT on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.

Method SPLIT_FILENAME_FROM_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRIPPED_NAME Call by reference Type reference (TYPE) STRING Relativer Ablageort eines physischen Dokuments 20080408
2 Importing IV_FULL_NAME Call by reference Type reference (TYPE) STRING 20080408

Method SPLIT_FILENAME_FROM_PATH on class CL_HRTMC_AC_WORKEXP_INTERNAL 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 (=' ') 20080414
2 Importing IV_CONTENT Call by reference Type reference (TYPE) HRTMC_STRING String 20080414
3 Importing IV_DOCUMENT_CLASS Call by reference Type reference (TYPE) SDOK_CLASS Dokumentenklasse 20080414
4 Importing IV_DOCUMENT_ID Call by reference Type reference (TYPE) SDOK_DOCID ID für Dokumente und Beziehungen 20080414

Method UPDATE_TEXT on class CL_HRTMC_AC_WORKEXP_INTERNAL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701