SAP ABAP Function Module SO_INBOX_ENTRIES_COUNT (SAPoffice: Schaut ob ungelesene oder dringende Objekte im Eingang sind)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SO (Package) SAPoffice
Basic Data
Function Module SO_INBOX_ENTRIES_COUNT SAPoffice: Schaut ob ungelesene oder dringende Objekte im Eingang sind  
Function Group SO02   SAPoffice: Inbox/Express window  
Program Name SAPLSO02   ?... 
INCLUDE Name LSO02U03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting COUNTER_EXPRESS TYPE SYST-TABIX >= : unread express messages
Exporting COUNTER_READ TYPE SYST-TABIX >0 : unread messages
Exporting COUNTER_APPT TYPE SYST-TABIX >0 : heutige Termine
Exporting COUNTER_WORKITEM TYPE SYST-TABIX >0 : Workitem
Exporting COUNTER_RESUB TYPE SYST-TABIX >0 : unread resubmissions
Importing SAPNAME TYPE SOUD-SAPNAM SY-UNAME SAPuser whose inbox is to be viewed
Exception COMMUNICATION_FAILURE TYPE kein Verbindungsaufbau zum Remotesystem möglich
Exception SYSTEM_FAILURE TYPE Internal error in remote system
Exception X_ERROR TYPE Internal error
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in