SAP ABAP Function Module RSPO_INSERT_SPOOL_CONCATENATE (Concatenation of Several Files for SAPLPD and Call of PC Command)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-PRN (Application Component) Print and Output Management
     SPOO (Package) Spool
Basic Data
Function Module RSPO_INSERT_SPOOL_CONCATENATE Concatenation of Several Files for SAPLPD and Call of PC Command  
Function Group SPOD   Spooler: Output of data  
Program Name SAPLSPOD    
INCLUDE Name LSPODU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting SPOOL_REQ_ID TYPE TSP01-RQIDENT Number of Generated Spool Request
Importing REQ_TITLE TYPE TSP01-RQTITLE ' ' Print Request Title
Importing REQ_PAGES TYPE RSPOTYPE-PAGES '1' Number of Pages Generated
Importing DATATYPE TYPE 'RAW' Type of Transferred Data
Importing DEVICE TYPE TSP03-PADEST ' ' Device to be Output to
Importing IMMEDIATELY TYPE PRI_PARAMS-PRIMM
Importing COMMAND TYPE Command Being Called
Importing PARAMETER TYPE ' ' Parameter for the Command
Importing FILE1_NAME TYPE ' ' Name of First File
Importing FILE1_SIZE TYPE 0 Size of First File in Bytes
Importing FILE2_NAME TYPE ' ' Name of Second File
Importing FILE2_SIZE TYPE 0 Size of Second File in Bytes
Tables TABLE1 TYPE   Data for First File (or Empty)
Tables TABLE2 TYPE   Data for Second File (or Empty)
Exception SPOOL_REQ_FAILED TYPE Spool Request Could Not be Created
Exception BAD_FILESIZE TYPE Table Size Does Not Match File Size
               
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  19960524 
SAP Release Created in