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 ABAP 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 EXIT44 Static Attribute Private Object reference (TYPE REF TO) IF_EX_LSO_CORRESPONDENCE44 BAdI Interface IF_EX_LSO_CORRESPONDENCE44 20050214
2 SENDER Instance attribute Public Type reference (TYPE) HRSOBID Sender 20050214
3 SENDER_EMAIL Instance attribute Private Type reference (TYPE) STRING E-Mail Address 20050218
4 SENDER_EMAIL_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE E-Mail address read 20050218
5 SENDER_FAX Instance attribute Private Type reference (TYPE) STRING Fax Number 20050218
6 SENDER_FAX_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Fax number read 20050218
7 SENDER_NAME Instance attribute Private Type reference (TYPE) STEXT Recipient Name 20050218
8 SENDER_NAME_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Recipient name read 20050218
9 SENDER_PAGER Instance attribute Private Type reference (TYPE) STRING Pager No. 20050218
10 SENDER_PAGER_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Pager number read 20050218
11 SENDER_REF Instance attribute Private Object reference (TYPE REF TO) IF_LSO_CRP_RECIPIENT Recipient(s) 20050214
12 SENDER_RMAIL Instance attribute Private Type reference (TYPE) STRING R-Mail Address 20050218
13 SENDER_RMAIL_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE R-Mail address read 20050218
14 SENDER_TELN Instance attribute Private Type reference (TYPE) STRING Telephone Number 20050218
15 SENDER_TELN_FLAG Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Telephone number read 20050218
16 ST_SENDER_CACHE1 Static Attribute Private Type reference (TYPE) TT_SENDER1 Cache: Sender 20050302
17 ST_SENDER_CACHE2 Static Attribute Private Type reference (TYPE) TT_SENDER2 20050302
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050214
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050214
3 CREATE_SENDER_BY_CONTEXT Static method Public Method Returns sender object for context 20050218
4 CREATE_SENDER_BY_HRSOBID Static method Public Method Returns sender object for HRSOBID structure 20050218
5 CREATE_SENDER_BY_UID Static method Public Method Returns sender object for GP simulation 20050302
6 GET_EMAIL Instance method Public Method Determine Internet mail address of sender 20050302
7 GET_FAX Instance method Public Method Determine sender's fax number 20050302
8 GET_NAME Instance method Public Method Determine sender's name 20050302
9 GET_PAGER Instance method Public Method Determine sender's pager number 20050302
10 GET_RMAIL Instance method Public Method Determine sender's SAP mail address 20050302
11 GET_SENDER_BY_DEFAULT Static method Private Method Returns sender according to standard determination 20050216
12 GET_SENDER_BY_RELAT Static method Private Method Returns sender according to related object 20050216
13 GET_TELN Instance method Public Method Determine sender's phone number 20050302
14 GET_UID Instance method Public Method Returns unique ID of sender 20050214
15 INVALIDATE 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 Importing 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 Importing CONTEXT Call by reference Type reference (TYPE) LSO_CRP_CONTEXT Kontextstruktur zum Aufruf der Queue-Komponente 20050218
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LSO_CRP_SENDER Absender 20050218
# Exception Resumable Description Created on
1 CX_LSO_CRP_EXCEPTION 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 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LSO_CRP_SENDER Korrespondenz: Absender 20050218
2 Importing SENDER Call by reference Type reference (TYPE) HRSOBID Erweitertes Objekt 20050218
# Exception Resumable Description Created on
1 CX_LSO_CRP_EXCEPTION 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 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_LSO_CRP_SENDER Korrespondenz: Absender 20050302
2 Importing 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 CX_LSO_CRP_EXCEPTION Exception der LSO Korrespondenz 20050302

Method GET_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning RESULT Value transfer Type reference (TYPE) HRSOBID Absender 20050216
2 Importing 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 Importing IM_OBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20050216
2 Importing IM_SUBTY Call by reference Type reference (TYPE) SUBTY Subtyp 20050216
3 Returning 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 Returning 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 Returning 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