RPSDWLS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPSDWLS0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M23_SDWL - Transfer statistics file from TemSe
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: TO_SRV = Write to application server
Selection Text: TO_PC = Download to PC file
Selection Text: SRV_OUT = Application server file name
Selection Text: SFT = SAF time usage statistics
Selection Text: SFM = SAF employee statistics
Selection Text: SBM = SCB salary structure stat.
Selection Text: RFV = RFV Sickness statistics
Selection Text: PC_OUT = PC file name
Selection Text: DSN02 = TemSe object
Selection Text: DSN01 = TemSe object
Title: Transfer a statistics file from TemSe
Text Symbol: Q05 = Error when reading TemSe object
Text Symbol: Q06 = Data read from following TemSe object :
Text Symbol: Q10 = Error when opening squential file
Text Symbol: Q11 = Error when writing sequential file
Text Symbol: Q12 = Error when closing sequential file
Text Symbol: Q13 = Error when reading sequential file
Text Symbol: Q14 = Data written to following sequential file :
Text Symbol: Q15 = Data read from following sequential file :
Text Symbol: RFV = RFV sickness statistics
Text Symbol: SBM = SCB salary structure statistics
Text Symbol: SEL = Select TemSe object for download
Text Symbol: SFM = SAF employee statistics
Text Symbol: SFT = SAF time usage statistics
Text Symbol: T01 = Yes
Text Symbol: T02 = Previous selection
Text Symbol: T03 = File already exists! Replace file?
Text Symbol: TAS = Application server file
Text Symbol: TPC = PC file name
Text Symbol: Q03 = Error when closing TemSe object
Text Symbol: 001 = Print form
Text Symbol: 002 = Print file
Text Symbol: 003 = Instructions needed
Text Symbol: 004 = Test run
Text Symbol: 005 = Show on:
Text Symbol: 900 = Organisation no not found in table T5S0P
Text Symbol: 901 = Organisation no not found in table T536A
Text Symbol: 902 = Name not found in table T536A
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = c_logical_filename CHANGING physical_filename = srv_out EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'RPSSFMS0' IMPORTING TSOBJ = DSN01 EXCEPTIONS OTHERS = 1.
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'RPSSFTS0' IMPORTING TSOBJ = DSN02 EXCEPTIONS OTHERS = 1.
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'RPSRFVS0' IMPORTING TSOBJ = DSN03 EXCEPTIONS OTHERS = 1.
RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'RPSSBMS0' IMPORTING TSOBJ = DSN04 EXCEPTIONS OTHERS = 1.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = PC_OUT DEF_PATH = '/' MASK = ',*.*,*.*.'
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPSDWLS0 - Transfer a statistics file from TemSe RPSDWLS0 - Transfer a statistics file from TemSe RPSDKZ_VATINV - Print programm for SD VAT Invoice (Kazakhstan) RPSDKZ_VATINV - Print programm for SD VAT Invoice (Kazakhstan) RPSDEV20 - Function Module for Calling OUTGOING_CALL_PROCESS RPSDEV01 - SAP XXL- List Viewer Execution Report