SAP Reports / Programs

RPLRQTS1 SAP ABAP Report - Transfer Program for RPLRQTS0. CSR request file.







RPLRQTS1 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 RPLRQTS1 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 RPLRQTS1. "Basic submit
SUBMIT RPLRQTS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLRQTS1 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: TS_NMR2 = TemSe object number
Selection Text: TS_NMR = TemSe object number
Selection Text: TEMS_PC = TemSe --> Presentation server
Selection Text: TEMS_FIL = TemSe --> Application server
Selection Text: SEQ_IN = Application server file
Selection Text: PC_TEMS = Application server --> TemSe
Selection Text: PC_OUT = Presentation server file
Selection Text: PC_IN = Presentation server file
Selection Text: FIL_TEMS = Application server --> TemSe
Selection Text: DSN03 = TemSe object
Selection Text: DSN01 = TemSe object
Title: Transfer Program for RPLRQTS0. CSR request file.
Text Symbol: Q15 = Data will be read from sequential file :
Text Symbol: SPC = Presentation server file
Text Symbol: STN = TemSe object number
Text Symbol: STO = TemSe object
Text Symbol: STR = Data on source and target
Text Symbol: SUX = Application server file
Text Symbol: T01 = Yes
Text Symbol: T02 = Previous selection
Text Symbol: T03 = File already exists! Replace file?
Text Symbol: U08 = TemSe -> Application server file
Text Symbol: U13 = Application server -> TemSe
Text Symbol: U14 = TemSe -> Presentation server (PC)
Text Symbol: U15 = Presentation server (PC) -> TemSe
Text Symbol: UPD = Please update presentation server filename!
Text Symbol: Q14 = Data will be written to sequential file :
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: E21 = File already exists





Text Symbol: E22 = Replace file?
Text Symbol: E23 = Warning
Text Symbol: E24 = Function not possible
Text Symbol: E25 = File :
Text Symbol: E26 = No TemSe objects found.
Text Symbol: Q00 = Data will be written to TemSe object :
Text Symbol: Q01 = Error while opening TemSe object
Text Symbol: Q02 = Error while writing TemSe object
Text Symbol: Q03 = Error while closing TemSe object
Text Symbol: Q05 = Error when reading TemSe object
Text Symbol: Q06 = Data will be read from TemSe object :
Text Symbol: Q10 = Error when opening sequential 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


INCLUDES used within this REPORT RPLRQTS1

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 = seq_out EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'RPLRQTS0' IMPORTING TSOBJ = DSN01 EXCEPTIONS OTHERS = 1.

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = 'RPLRQTS0' IMPORTING TSOBJ = DSN03 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 RPLRQTS1 or its description.