SAP ABAP Class CL_WDK_OSR_SERVICES (Provides extra services to WDK OSR)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-MUS (Application Component) Musing Tools
     WDK_F8_TRANSACTION (Package) F8 Transactions
Properties
Class CL_WDK_OSR_SERVICES  
Short Description Provides extra services to WDK OSR    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WDK_F8_TRANSACTION   F8 Transactions 
Created 20070310   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDK_OSR_SERVICES has no forward declaration.
Interfaces
Class CL_WDK_OSR_SERVICES has no interface implemented.
Friends
Class CL_WDK_OSR_SERVICES has no friend class.
Attributes
Class CL_WDK_OSR_SERVICES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FORMAT_SPOOL_DATA Static method Public Method Format spool data 20070315
2 GET_SPOOL_BINARY Static method Private Method Get the spool data as binary 20070315
3 OPEN_DATASET Static method Public Method Open a dataset 20070507
4 WRITE_SPOOL_NLINES Static method Private Method Write the spool with the specified number of lines per page 20070315
5 WRITE_SPOOL_RPAGES Static method Private Method Write the spool respecting the page breaks 20070315
Events
Class CL_WDK_OSR_SERVICES has no event.
Types
Class CL_WDK_OSR_SERVICES has no local type.
Method Signatures

Method FORMAT_SPOOL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SPOOLID Value transfer Type reference (TYPE) RQIDENT Spool number 20070315
2 Importing IM_SPOOLID Call by reference Type reference (TYPE) TSP01-RQIDENT Spool request number 20070315
3 Importing MAINTAIN_PAGE_FORMAT Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' Supplement for True Boolean Type: 'X' == True '' == False 20070315
4 Importing NO_OF_LINES Call by reference Type reference (TYPE) I 60 20070315

Method FORMAT_SPOOL_DATA on class CL_WDK_OSR_SERVICES has no exception.

Method GET_SPOOL_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BUFFER Call by reference Type reference (TYPE) STANDARD TABLE 20070315
2 Importing RQIDENT Call by reference Type reference (TYPE) TSP01-RQIDENT Spool request number 20070315
# Exception Resumable Description Created on
1 NOT_ABAP_LIST Not abap list 20070315
2 NO_PERMISSION No authorization for the speicifed operation on the spool 20070315
3 NO_SUCH_JOB No Spool Job exists 20070315
4 SELECTION_EMPTY no binary data 20070315

Method OPEN_DATASET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RETURN Value transfer Type reference (TYPE) SYSUBRC Natural number 20070507
2 Importing I_FILE_NAME Call by reference Type reference (TYPE) STRING 20070507
3 Importing I_MODE Call by reference Type reference (TYPE) C I for Input, O for output 20070507

Method OPEN_DATASET on class CL_WDK_OSR_SERVICES has no exception.

Method WRITE_SPOOL_NLINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFER Call by reference Type reference (TYPE) ANY TABLE 20070315
2 Importing CODEPAGE Call by reference Type reference (TYPE) TST01-DCHARCOD SAP Character Set ID 20070315
3 Importing HANDLE Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20070315
4 Importing NO_OF_LINES Call by reference Type reference (TYPE) I 20070315
# Exception Resumable Description Created on
1 ERROR_ENCOUNTERED Error occured while writing 20070315

Method WRITE_SPOOL_RPAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUFFER Call by reference Type reference (TYPE) SPOOL_BINARY 20070315
2 Importing CODEPAGE Call by reference Type reference (TYPE) TST01-DCHARCOD SAP Character Set ID 20070315
3 Importing HANDLE Call by reference Type reference (TYPE) SY-TABIX Index of Internal Tables 20070315
4 Importing NO_OF_LINES Call by reference Type reference (TYPE) I 20070315
# Exception Resumable Description Created on
1 ERROR_ENCOUNTERED Error occured while writing 20070315
History
Last changed by/on SAP  20110908 
SAP Release Created in