SAP ABAP Class CL_LSO_CRP_SENDER (Correspondence: Sender)
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_OUTPUT (Package) LSO Correspondence: Output
⤷
⤷
Properties
| Class | CL_LSO_CRP_SENDER | |
| Short Description | Correspondence: Sender | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LSO_CORRESPOND_ERP_OUTPUT | LSO Correspondence: Output |
| Created | 20050214 | 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) |
Interfaces
Class CL_LSO_CRP_SENDER has no interface implemented.
Friends
Class CL_LSO_CRP_SENDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_EX_LSO_CORRESPONDENCE44 | BAdI Interface IF_EX_LSO_CORRESPONDENCE44 | 20050214 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | HRSOBID | Sender | 20050214 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | E-Mail Address | 20050218 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | E-Mail address read | 20050218 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | Fax Number | 20050218 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Fax number read | 20050218 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | STEXT | Recipient Name | 20050218 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Recipient name read | 20050218 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | Pager No. | 20050218 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Pager number read | 20050218 | ||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_LSO_CRP_RECIPIENT | Recipient(s) | 20050214 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | R-Mail Address | 20050218 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | R-Mail address read | 20050218 | ||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING | Telephone Number | 20050218 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Telephone number read | 20050218 | ||
| 16 | Static Attribute | Private | Type reference (TYPE) | TT_SENDER1 | Cache: Sender | 20050302 | |||
| 17 | Static Attribute | Private | Type reference (TYPE) | TT_SENDER2 | 20050302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050214 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20050214 | |
| 3 | Static method | Public | Method | Returns sender object for context | 20050218 | |
| 4 | Static method | Public | Method | Returns sender object for HRSOBID structure | 20050218 | |
| 5 | Static method | Public | Method | Returns sender object for GP simulation | 20050302 | |
| 6 | Instance method | Public | Method | Determine Internet mail address of sender | 20050302 | |
| 7 | Instance method | Public | Method | Determine sender's fax number | 20050302 | |
| 8 | Instance method | Public | Method | Determine sender's name | 20050302 | |
| 9 | Instance method | Public | Method | Determine sender's pager number | 20050302 | |
| 10 | Instance method | Public | Method | Determine sender's SAP mail address | 20050302 | |
| 11 | Static method | Private | Method | Returns sender according to standard determination | 20050216 | |
| 12 | Static method | Private | Method | Returns sender according to related object | 20050216 | |
| 13 | Instance method | Public | Method | Determine sender's phone number | 20050302 | |
| 14 | Instance method | Public | Method | Returns unique ID of sender | 20050214 | |
| 15 | Static method | Public | Method | Invalidate All Caches | 20050310 |
Events
Class CL_LSO_CRP_SENDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SENDER1 | Private | See coding | 20050302 | tt_sender1 TYPE STANDARD TABLE OF t_sender1
|
||
| 2 | TT_SENDER2 | Private | See coding | 20050302 | TT_sender2 type standard table of t_sender2
|
||
| 3 | T_SENDER1 | Private | See coding | 20050302 | BEGIN OF t_sender1,
recipient TYPE hrsobid,
setdate TYPE dats,
medium TYPE lso_crp_output_medium,
language TYPE langu,
training TYPE hrobject,
sender TYPE hrsobid,
END OF t_sender1
|
||
| 4 | T_SENDER2 | Private | See coding | 20050302 | begin of T_sender2,
sender_struc type hrsobid,
sender_ref type ref to cl_lso_crp_sender,
end of t_sender2
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LSO_CRP_SENDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LSO_CRP_SENDER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Type reference (TYPE) | HRSOBID | Sender | 20050214 |
Method CONSTRUCTOR on class CL_LSO_CRP_SENDER has no exception.
Method CREATE_SENDER_BY_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Type reference (TYPE) | LSO_CRP_CONTEXT | Kontextstruktur zum Aufruf der Queue-Komponente | 20050218 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LSO_CRP_SENDER | Absender | 20050218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception der LSO Korrespondenz | 20050302 |
Method CREATE_SENDER_BY_HRSOBID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LSO_CRP_SENDER | Korrespondenz: Absender | 20050218 | |||
| 2 | SENDER | Call by reference | Type reference (TYPE) | HRSOBID | Erweitertes Objekt | 20050218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception der LSO Korrespondenz | 20050218 |
Method CREATE_SENDER_BY_UID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_LSO_CRP_SENDER | Korrespondenz: Absender | 20050302 | |||
| 2 | UID | Call by reference | Type reference (TYPE) | LSO_CRP_SENDER_ID | ID für Absender zur Simulation eines Geschäftspartners | 20050302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception der LSO Korrespondenz | 20050302 |
Method GET_EMAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | Mailadresse des Absenders | 20050302 |
Method GET_EMAIL on class CL_LSO_CRP_SENDER has no exception.
Method GET_FAX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | Faxnummer | 20050302 |
Method GET_FAX on class CL_LSO_CRP_SENDER has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STEXT | Absendername | 20050302 |
Method GET_NAME on class CL_LSO_CRP_SENDER has no exception.
Method GET_PAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | Pagernummer | 20050302 |
Method GET_PAGER on class CL_LSO_CRP_SENDER has no exception.
Method GET_RMAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | Mailadresse des Absenders | 20050302 |
Method GET_RMAIL on class CL_LSO_CRP_SENDER has no exception.
Method GET_SENDER_BY_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | HRSOBID | Absender | 20050216 | |||
| 2 | TRAINING | Call by reference | Type reference (TYPE) | HROBJECT | Training | 20050216 |
Method GET_SENDER_BY_DEFAULT on class CL_LSO_CRP_SENDER has no exception.
Method GET_SENDER_BY_RELAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_OBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Objekt | 20050216 | |||
| 2 | IM_SUBTY | Call by reference | Type reference (TYPE) | SUBTY | Subtyp | 20050216 | |||
| 3 | RESULT | Value transfer | Type reference (TYPE) | HRSOBID | Erweitertes Objekt | 20050216 |
Method GET_SENDER_BY_RELAT on class CL_LSO_CRP_SENDER has no exception.
Method GET_TELN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | Telefonnummer | 20050302 |
Method GET_TELN on class CL_LSO_CRP_SENDER has no exception.
Method GET_UID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | LSO_CRP_RECIPIENT_ID | ID für Empfänger zur SImulation eines Geschäftspartners | 20050214 |
Method GET_UID on class CL_LSO_CRP_SENDER has no exception.
Method INVALIDATE Signature
Method INVALIDATE on class CL_LSO_CRP_SENDER has no parameter.
Method INVALIDATE on class CL_LSO_CRP_SENDER has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |