SAP ABAP Function Module DD_PR_OPEN (Open an output channel (Create an administration block).)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDBT (Package) ABAP Dictionary: Basic Tools
Basic Data
Function Module DD_PR_OPEN Open an output channel (Create an administration block).  
Function Group SDPW   Yet another protocol writer  
Program Name SAPLSDPW    
INCLUDE Name LSDPWU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting ID TYPE SYST-TABIX Identifier via which channel addressed
Importing DEVICE TYPE SPRWR-DEVICE 'D' 'D': Display, 'T': Table, 'F': File
Importing FORMAT TYPE 'T' U(nformatted), S(PROT): for transport
Importing LANG1 TYPE SPRWR-LANG1 'D' Language, default SYST-LANGU
Importing LANG2 TYPE SPRWR-LANG2 'E' Replacement language, default 'E'
Importing MAXBUF TYPE SYST-TABIX 100 Size of channel buffer
Importing MODUS TYPE SPRWR-MODUS 'N' N(ew), A(ppend)
Importing NAME TYPE SYST-UNAME Name of output channel
Importing OSPATH TYPE '/tmp/' Operating system path name
Importing TRACE TYPE DDREFSTRUC-BOOL ' '
Exception CANNOT_OPEN TYPE Output channel could not be opened
Exception ILLEGAL_VALUE TYPE A parameter contains an invalid value
               
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