SAP ABAP Class CL_SO_DLI (Distribution List)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SO (Package) SAPoffice
Properties
Class CL_SO_DLI  
Short Description Distribution List    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SO   SAPoffice 
Created 19990203   SAP 
Last change 20050213   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SO_DLI has no forward declaration.
Interfaces
Class CL_SO_DLI has no interface implemented.
Friends
Class CL_SO_DLI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AUTHORITY Instance attribute Private Type reference (TYPE) SOFA-USRACC Authorization 19990217
2 CHANGE_FLAG Instance attribute Private Type reference (TYPE) SONV-FLAG CHANGE_FLAG 19990203
3 DLI_MAINTAIN Instance attribute Private Type reference (TYPE) SONV-FLAG Maintenance Authorization 19990205
4 FOLDER_ID Instance attribute Private Type reference (TYPE) SOODK Folder 19990203
5 FOLDER_REGION Instance attribute Private Type reference (TYPE) SOOD-FOLRG Folder Area 19990203
6 NEXT_ACTIVITY Instance attribute Private Type reference (TYPE) SYST-UCOMM NEXT_ACTIVITY 19990203
7 OBJCONT Instance attribute Private Type reference (TYPE) SOLI_TAB OBJCONT 19990203
8 OBJECT_FL_DISPLAY Instance attribute Private Type reference (TYPE) SOFM2 Folder Data 19990203
9 OBJECT_HD_CHANGE Instance attribute Private Type reference (TYPE) SOOD1 OBJECT_HD_CHANGE 19990203
10 OBJECT_HD_DISPLAY Instance attribute Private Type reference (TYPE) SOOD2 Dli Data 19990203
11 OBJECT_ID Instance attribute Private Type reference (TYPE) SOODK Key 19990203
12 OBJECT_READ Instance attribute Private Type reference (TYPE) SONV-FLAG Read from DB 19990205
13 OBJHEAD Instance attribute Private Type reference (TYPE) SOLI_TAB OBJHEAD 19990203
14 OBJPARA Instance attribute Private See coding OBJPARA 19990203
15 OBJPARB Instance attribute Private See coding OBJPARB 19990203
16 OKCODE Instance attribute Private Type reference (TYPE) SYST-UCOMM OK code 19990208
17 OLD_FOLDER_ID Instance attribute Private Type reference (TYPE) SOODK Folder 19990205
18 OWNER Instance attribute Private Type reference (TYPE) SOUD-USRNAM Owner 19990203
19 PARENT_ID Instance attribute Private Type reference (TYPE) SOODK ?? 19990203
20 REPEAT_FLAG Instance attribute Private Type reference (TYPE) SONV-FLAG REPEAT_FLAG 19990203
21 ROLE Instance attribute Private Type reference (TYPE) SONV-USRROLE Role 19990217
22 SELECTION_ATTRIBUTES Instance attribute Private Type reference (TYPE) SOXMS ?? 19990203
23 SOURCE Instance attribute Private Object reference (TYPE REF TO) CL_SO_DLI Source when MOVING 19990205
24 STATUS Instance attribute Private Type reference (TYPE) SYST-UCOMM Status 19990205
25 SYSTEM_DLI Instance attribute Private Type reference (TYPE) SONV-FLAG Shared Distribution List 19990205
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE Instance method Public Method Change 19990203
2 CONSTRUCTOR Instance method Public Constructor Constructor 19990203
3 COPC Instance method Public Method Create with Template 19990421
4 COPY Instance method Public Method Copy 19990205
5 CREATE Instance method Public Method Create 19990203
6 DELETE Instance method Public Method Delete 19990205
7 DEQUEUE Instance method Private Method Unlock 19990205
8 DISPLAY Instance method Public Method Display 19990203
9 ENQUEUE Instance method Private Method Lock 19990205
10 GET_OBJECT_DATA Instance method Public Method Get Return Values 19990205
11 MOVE Instance method Private Method Move from Distribution List 19990210
12 NEXT_FUNCTION Instance method Private Method What now? 19990203
13 PRINT Instance method Public Method Print 19990208
14 READ_FROM_DB Instance method Private Method Read Data 19990205
15 SAVE Instance method Private Method Save 19990203
16 SHOW_PROPERTIES Instance method Public Method Attributes 19990211
Events
Class CL_SO_DLI has no event.
Types
Class CL_SO_DLI has no local type.
Method Signatures

Method CHANGE Signature

Method CHANGE on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990205

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Value transfer Type reference (TYPE) SOOD4 Schlüssel der Verteilerliste 19990204
2 Importing IM_OWNER Value transfer Type reference (TYPE) SOUD-USRNAM space aktueller Benutzer 19990203
3 Importing IM_SELECTION_ATTRIBUTES Value transfer Type reference (TYPE) SOXMS die wievielte DLI bin ich? 19990210
# Exception Resumable Description Created on
1 FOLDER_NOT_EXIST Verteilerliste existiert nicht 19990205
2 NO_AUTHORIZATION Keinerlei Berechtigung 19990217

Method COPC Signature

Method COPC on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990421

Method COPY Signature

Method COPY on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990205

Method CREATE Signature

Method CREATE on class CL_SO_DLI has no parameter.
Method CREATE on class CL_SO_DLI has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PUT_IN_WASTEBASKET Call by reference Type reference (TYPE) SONV-FLAG 'X' In Papierkorb legen 19990205

Method DELETE on class CL_SO_DLI has no exception.

Method DEQUEUE Signature

Method DEQUEUE on class CL_SO_DLI has no parameter.
Method DEQUEUE on class CL_SO_DLI has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990205

Method ENQUEUE Signature

Method ENQUEUE on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 LOCK_FAILED lock failed 19990205

Method GET_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXFOLMEM Call by reference Type reference (TYPE) SOFM2 Mappe 19990211
2 Exporting EXHEADER Call by reference Type reference (TYPE) SOOD2 Kopf 19990211
3 Exporting EXNEXTFUNCTION Call by reference Type reference (TYPE) SY-UCOMM nächste Funktion 19990216
4 Exporting EXOBJECT Call by reference Type reference (TYPE) SOOD4 Objektdaten 19990205

Method GET_OBJECT_DATA on class CL_SO_DLI has no exception.

Method MOVE Signature

Method MOVE on class CL_SO_DLI has no parameter.
Method MOVE on class CL_SO_DLI has no exception.

Method NEXT_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION Value transfer Type reference (TYPE) SYST-UCOMM nächste Funktion 19990203

Method NEXT_FUNCTION on class CL_SO_DLI has no exception.

Method PRINT Signature

Method PRINT on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990208

Method READ_FROM_DB Signature

Method READ_FROM_DB on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990205

Method SAVE Signature

Method SAVE on class CL_SO_DLI has no parameter.
Method SAVE on class CL_SO_DLI has no exception.

Method SHOW_PROPERTIES Signature

Method SHOW_PROPERTIES on class CL_SO_DLI has no parameter.
# Exception Resumable Description Created on
1 DLI_NOT_FOUND Verteilerliste nicht gefunden 19990211
History
Last changed by/on SAP  20050213 
SAP Release Created in