SAP ABAP Class CL_LSO_CRP_UTIL_TEXT (CL_LSO_CRP_UTIL_TEXT)
Hierarchy
☛
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
⤷
PE-LSO-TM-DW (Application Component) Day-to-Day Activities
⤷
LSO_CORRESPOND_ERP_BASE (Package) LSO Correspondence: Cross-Subcomponent Objects
⤷
⤷
Properties
| Class | CL_LSO_CRP_UTIL_TEXT | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LSO_CORRESPOND_ERP_BASE | LSO Correspondence: Cross-Subcomponent Objects |
| Created | 20050211 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_LSO_CRP_UTIL_TEXT has no interface implemented.
Friends
Class CL_LSO_CRP_UTIL_TEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_LSO_CRP_UTIL_TEXT | Singleton | 20050211 | |||
| 2 | Instance attribute | Private | See coding | Generated Table for View DD07V | 20050215 | ||||
| 3 | Instance attribute | Private | See coding | Cache: Output Media | 20050211 | ||||
| 4 | Instance attribute | Private | See coding | Cache: Text for Notification Groups | 20050211 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TT_OTYPE | Cache: Object Type Texts | 20050217 | |||
| 6 | Instance attribute | Private | See coding | Cache: Recipient Roles | 20050211 | ||||
| 7 | Instance attribute | Private | See coding | Cache: Text for Business Transactions | 20050211 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | TT_TRAINING | Cache: Table of Courses | 20050211 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TT_USER | Cache: Table of Users | 20050211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050211 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20050211 | |
| 3 | Instance method | Public | Method | Returns Business Transaction Text | 20050211 | |
| 4 | Instance method | Public | Method | Returns Context Status Text | 20050215 | |
| 5 | Instance method | Public | Method | Returns Output Medium Text | 20050211 | |
| 6 | Instance method | Public | Method | Returns Notification Group Text | 20050211 | |
| 7 | Instance method | Public | Method | Returns Object Type Text | 20050217 | |
| 8 | Instance method | Public | Method | Returns Text for Recipient Role | 20050211 | |
| 9 | Instance method | Public | Method | Returns Status Icon | 20050211 | |
| 10 | Instance method | Public | Method | Returns Text for Status | 20050330 | |
| 11 | Instance method | Public | Method | Returns Text for Correspondence Type | 20050211 | |
| 12 | Instance method | Public | Method | Returns Course Details | 20050211 | |
| 13 | Instance method | Public | Method | Returns Display Name for Learner / Recipient | 20050211 |
Events
Class CL_LSO_CRP_UTIL_TEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_OTYPE | Private | See coding | 20050217 | tt_otype type standard table of t_otype
|
||
| 2 | TT_TRAINING | Private | See coding | Table of Course Attributes | 20050211 | tt_training TYPE TABLE OF t_training
|
|
| 3 | TT_USER | Private | See coding | Table of Learners / Recipients | 20050211 | tt_user TYPE TABLE OF t_user
|
|
| 4 | T_OTYPE | Private | See coding | Object Type Text | 20050217 | begin of T_OTYPE,
otype type otype,
text type string,
end of t_otype
|
|
| 5 | T_TRAINING | Private | See coding | Course Attributes | 20050211 | BEGIN OF t_training,
training TYPE hrobject,
begda TYPE begda,
endda TYPE endda,
tform TYPE lso_tformtshort_c,
stext TYPE stext,
END OF t_training
|
|
| 6 | T_USER | Private | See coding | Learners / Recipients | 20050211 | BEGIN OF t_user,
hrsobid TYPE hrsobid,
display_name TYPE p1000-stext,
END OF t_user
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LSO_CRP_UTIL_TEXT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_LSO_CRP_UTIL_TEXT has no parameter.
Method CONSTRUCTOR on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_ACTIVITY_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ACTIVITY | Call by reference | Type reference (TYPE) | LSO_CRP_ACTIVITY | Geschäftsvorfall | 20050211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_ACTIVITY_TXT | Geschäftsvorfall | 20050211 |
Method GET_ACTIVITY_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_CONTEXTSTATUS_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CONTEXTSTATUS | Call by reference | Type reference (TYPE) | LSO_CRP_CONTEXTSTATUS | Kontextausgabestatus | 20050215 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_CONTEXTSTATUS_TXT | Kontextausgabestatus | 20050215 |
Method GET_CONTEXTSTATUS_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_MEDIUM_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MEDIUM | Call by reference | Type reference (TYPE) | LSO_CRP_OUTPUT_MEDIUM | Ausgabemedium | 20050211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_OUTPUT_MEDIUM_TXT | Text zum Ausgabemedium | 20050211 |
Method GET_MEDIUM_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_NOTIFGRP_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NOTIFGRP | Call by reference | Type reference (TYPE) | LSO_CRP_NOTIFGRP | Mitteilungsgruppe | 20050211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_NOTIFGRP_TXT | Text zur Mitteilungsgruppe | 20050211 |
Method GET_NOTIFGRP_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_OTYPE_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Objekttyp | 20050217 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Bezeichnung des Objekttypen | 20050217 |
Method GET_OTYPE_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_ROLE_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ROLE | Call by reference | Type reference (TYPE) | LSO_CRP_RECIPIENT_ROLE | Empfängerrolle | 20050211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_RECIPIENT_ROLE_TXT | Text zur Empfängerrolle | 20050211 |
Method GET_ROLE_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_STATUS_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20050211 | |||
| 2 | IM_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20050211 | |||
| 3 | IM_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20050211 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | STRING | Ikon | 20050211 |
Method GET_STATUS_ICON on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_STATUS_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20050330 | |||
| 2 | IM_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20050330 | |||
| 3 | IM_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20050330 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20050330 |
Method GET_STATUS_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_TEMPLATE_TXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TEMPLATE | Call by reference | Type reference (TYPE) | LSO_CRP_DOC_TEMPLATE | Korrespondenzart | 20050211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_DOC_TEMPLATE_TXT | Text zur Dokumentenvorlage | 20050211 |
Method GET_TEMPLATE_TXT on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_TRAINING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Gültigkeitsbeginn | 20050211 | |||
| 2 | EX_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | Gültigkeitsende | 20050211 | |||
| 3 | EX_STEXT | Call by reference | Type reference (TYPE) | STEXT | Objektbezeichnung | 20050211 | |||
| 4 | EX_TFORM | Call by reference | Type reference (TYPE) | LSO_TFORMTSHORT_C | Trainingsform - Kurzbezeichnung | 20050211 | |||
| 5 | IM_TRAINING | Call by reference | Type reference (TYPE) | HROBJECT | Training | 20050211 |
Method GET_TRAINING on class CL_LSO_CRP_UTIL_TEXT has no exception.
Method GET_USER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_HRSOBID | Call by reference | Type reference (TYPE) | HRSOBID | User | 20050211 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | P1000-STEXT | Displayname | 20050211 |
Method GET_USER_NAME on class CL_LSO_CRP_UTIL_TEXT has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |