SAP Reports / Programs | Basis Components | Use Subcomponents | Print and Output Management(BC-CCM-PRN) SAP BC

RSTS0043 SAP ABAP Report - Consistency Check: File System-TemSe, Table TST01 (with Deletion)







RSTS0043 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 RSTS0043 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 RSTS0043. "Basic submit
SUBMIT RSTS0043 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTS0043 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: LOCAT = Storage loc.(G-lobal,L-ocal)
Selection Text: IDI = ID (SPOOL. JOBLG, *)
Selection Text: DELFLAG = Delete automatically
Selection Text: CLIENT = Client ( 000, ..., 999, * )
Title: Consistency Check: File System-TemSe, Table TST01 (with Deletion)
Text Symbol: 110 = Storage Locn.....
Text Symbol: 111 = Only storage loc. G or L allowed.
Text Symbol: 112 = Delete...........
Text Symbol: 113 = Y
Text Symbol: 114 = N
Text Symbol: 120 = TemSe File System Check
Text Symbol: 121 = Objects..........
Text Symbol: 122 = < invalid
Text Symbol: 123 = Report ended:
Text Symbol: 124 = DIR_READ_START SY-SUBRC / ERRNO =
Text Symbol: 125 = DIR_READ_NEXT SY-SUBRC / ERRNO =
Text Symbol: 126 = Client >
Text Symbol: 127 = RSTS_OPEN_WL sy-subrc =
Text Symbol: 130 = Stor. Loc. from Profile:
Text Symbol: 131 = <- file type unknown
Text Symbol: 132 = File is not deleted because it is too new.
Text Symbol: 201 = Consistency Check: File System with TemSe Table TST01 w.Deletion
Text Symbol: 202 = 000,...,999,*
Text Symbol: 203 = SPOOL, JOBLG, BDCLG, *
Text Symbol: 204 = G or L
Text Symbol: 205 = Delete Automatically
Text Symbol: 109 = No analysis possible
Text Symbol: 001 = <- Not a TemSe file name
Text Symbol: 002 = Not found in TST01
Text Symbol: 003 = Files found
Text Symbol: 004 = Incorrect names
Text Symbol: 005 = Not in TST01
Text Symbol: 006 = Found in TST01
Text Symbol: 007 = File deleted
Text Symbol: 008 = Check path
Text Symbol: 009 = Deleted Files:
Text Symbol: 010 = <- is a directory
Text Symbol: 011 = Timelimit less than 0. Stop.





Text Symbol: 012 = Error when deleting, RC =
Text Symbol: 014 = SPOOL check not required for DB save
Text Symbol: 015 = You do not have authorizatn
Text Symbol: 016 = and
Text Symbol: 017 = . Therefore, only clients
Text Symbol: 018 = checked.
Text Symbol: 100 = Entry parameter:
Text Symbol: 101 = All Clients
Text Symbol: 102 = SPOOL (Spool), JOBLG (JobLog), BDCLG (Batch Input)
Text Symbol: 103 = Client...........
Text Symbol: 104 = Global Directory
Text Symbol: 105 = Local Directory
Text Symbol: 106 = File Mask:
Text Symbol: 107 = - Test Mask:
Text Symbol: 108 = File mask does not match test mask (rsts/filename)


INCLUDES used within this REPORT RSTS0043

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:

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING force = 'X' name = fil EXCEPTIONS fb_error = 1 fb_rsts_other = 2 no_object = 3 no_permission = 4 OTHERS = 5.

RSTS_OPEN_WL CALL FUNCTION 'RSTS_OPEN_WL' EXPORTING name = fil path = '&G' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 enq_foreign_lock = 7 enq_sys_fail = 8 enq_other = 9 OTHERS = 10.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING rows = 1 startrow = 1 TABLES datatab = newtab EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.



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 RSTS0043 or its description.