SAP Reports / Programs

RPSDWLS6 SAP ABAP Report - Download the AMF report file from TemSe







RPSDWLS6 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 RPSDWLS6 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPSDWLS6. "Basic submit
SUBMIT RPSDWLS6 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSDWLS6 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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: PC_OUT = PC file name
Selection Text: DSN01 = TemSe object
Title: Download the AMF report file from TemSe
Text Symbol: Q00 = data written to following TemSe object
Text Symbol: Q01 = Error when opening TemSE object
Text Symbol: Q02 = Error when writing TemSe object
Text Symbol: Q03 = Error when closing TemSe object
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: SEL = Select TemSe object for download
Text Symbol: T01 = Yes
Text Symbol: T02 = Previous selection
Text Symbol: T03 = File already exists! Replace file?
Text Symbol: TAS = Write to application server
Text Symbol: TOA = Temse object name
Text Symbol: TPC = Download to PC file
Text Symbol: FR3 = Technical info
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
Text Symbol: DST = File destination
Text Symbol: E03 = Following presentation server file was created :
Text Symbol: E04 = File cannot be opened
Text Symbol: E05 = File cannot be written





Text Symbol: E06 = Invalid parameter BIN FILESIZE
Text Symbol: E07 = Invalid table structure
Text Symbol: E08 = Invalid value for parameter FILETYPE
Text Symbol: E09 = Front end function cannot be performed in batch
Text Symbol: E10 = Data conversion error
Text Symbol: E11 = File cannot be read (completely)
Text Symbol: E20 = Not allowed in batch
Text Symbol: E23 = Warning
Text Symbol: E24 = Function not possible
Text Symbol: E25 = File :
Text Symbol: E26 = No TemSe objects found
Text Symbol: FR1 = Choice
Text Symbol: FR2 = Info to RSV


INCLUDES used within this REPORT RPSDWLS6

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 = 'RPLAMFS0' IMPORTING TSOBJ = TSOBJ EXCEPTIONS OTHERS = 1.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_FILENAME = PC_OUT DEF_PATH = '/' MASK = ',*.*,*.*.'



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPSDWLS6 or its description.