SAP ABAP Function Module BDL_CREATE_SESSION (Create a session for service data collection and transfer (in SDCC))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   SV-SMG-SDD (Application Component) Service Data Download
     BDL3 (Package) Service data download (as of R/3 Release 3.x)
Basic Data
Function Module BDL_CREATE_SESSION Create a session for service data collection and transfer (in SDCC)  
Function Group BDL3   Sapnet functions for RFC-Download  
Program Name SAPLBDL3    
INCLUDE Name LBDL3U37    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing SESSNO TYPE BDLDTOC-SESSIONNR session number
Importing EXTENSION TYPE BDLDTOC-MANDANT session number extension (usually client)
Importing CONTRACT TYPE BDLSERVICE-CONTRACT contract type name
Importing DESCR TYPE BDLSERVICE-DESCR description name for session type
Importing PERIODE TYPE BDLCUSTSES-PERIOD period of session repetition
Importing SESSDATE TYPE BDLCUSTSES-SESS_DATE session date
Exception SESSION_ALREADY_EXISTS TYPE An entry with the given SESSNO+EXTENSION existed
Exception UNKNOWN_SERVICE_TYPE TYPE The given CONTRACT+DESCR is unknown (BDLSERVICE)
Exception INVALID_SERVICE_TYPE TYPE The given CONTRACT+DESCR is invalid (BDLSERVICE)
Exception INSERT_SESSION_FAILED TYPE The session could not be inserted
               
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  20001009 
SAP Release Created in