SAP Reports / Programs

RSBTCDEL2 SAP ABAP Report - Deletion of Jobs







RSBTCDEL2 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 RSBTCDEL2 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 RSBTCDEL2. "Basic submit
SUBMIT RSBTCDEL2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSBTCDEL2 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: USERNAME = User Name
Selection Text: TESTRUN = Test Run
Selection Text: SCHED = Scheduled
Selection Text: PRELIM = Released
Selection Text: JOBNAME = Job Name
Selection Text: FIN = Finished
Selection Text: EVENTPAR = Event Parameter
Selection Text: EVENT = Event
Selection Text: ABORT = Canceled
Title: Deletion of Jobs
Text Symbol: 214 = Start Date
Text Symbol: 215 = Start Time
Text Symbol: 219 = Index
Text Symbol: 220 = Start Date
Text Symbol: 221 = Start Time
Text Symbol: 222 = Job Overview
Text Symbol: 223 = Suspended
Text Symbol: 224 = All
Text Symbol: 225 = Scheduled
Text Symbol: 226 = Released
Text Symbol: 227 = Ready
Text Symbol: 228 = Active
Text Symbol: 229 = Completed
Text Symbol: 230 = Terminated
Text Symbol: 231 = Unknown
Text Symbol: 213 = Scheduled Start Time
Text Symbol: 212 = Scheduled Start Date
Text Symbol: 211 = Status
Text Symbol: 210 = Created By
Text Symbol: 209 = Job Logs with Problems
Text Symbol: 208 = Unknown
Text Symbol: 205 = Active
Text Symbol: 204 = Ready
Text Symbol: 200 = Job Name
Text Symbol: 192 = Job Class:
Text Symbol: 172 = A B C
Text Symbol: 170 = Tip: How do I use the report?
Text Symbol: 168 = Jobs in Scheduled Status Since:





Text Symbol: 167 = for Class "C";
Text Symbol: 166 = for Class "B";
Text Symbol: 262 = Do Not Delete Temporary Variants
Text Symbol: 261 = End Time
Text Symbol: 260 = End Date
Text Symbol: 259 = %1 %2 for class %3;
Text Symbol: 258 = Class &1 jobs in status &2 since &3 &4: &5 jobs processed
Text Symbol: 257 = Deletion Interval of &1 &2 to &3 &4 (&5)
Text Symbol: 256 = Namespace of Jobs
Text Symbol: 255 = Namespace of jobs printed
Text Symbol: 254 = Job processed.
Text Symbol: 252 = Process
Text Symbol: 251 = Error when releasing the job
Text Symbol: 250 = Error when inserting job step
Text Symbol: 249 = Error when generating the job
Text Symbol: 248 = Ending in 10 seconds
Text Symbol: 247 = Running
Text Symbol: 246 = Dialog
Text Symbol: 245 = Background
Text Symbol: 244 = Job End Time
Text Symbol: 243 = Job End Date
Text Symbol: 242 = Job Start Time
Text Symbol: 241 = Job Start Date
Text Symbol: 240 = Job Status
Text Symbol: 239 = Server
Text Symbol: 238 = Status
Text Symbol: 237 = Error when generating the variant
Text Symbol: 236 = Error when determining the process number
Text Symbol: 235 = Error when determining the local server
Text Symbol: 234 = Error when reading step information for a job
Text Symbol: 233 = Error when reading runtime information for a job
Text Symbol: 232 = Periodic Jobs: Time/Event
Text Symbol: 165 = for Class "A";
Text Symbol: 101 = Process
Text Symbol: 100 = Job Names:
Text Symbol: 093 = Overwrite
Text Symbol: 092 = Keep
Text Symbol: 091 = Do you want to overwrite or keep the old selection?
Text Symbol: 090 = The previous selection is not empty.





Text Symbol: 082 = Output the Statistics in the Background (Deletion Mode)
Text Symbol: 081 = After
Text Symbol: 080 = Before
Text Symbol: 073 = Execution
Text Symbol: 072 = Performance Optimization
Text Symbol: 071 = Statuses, Classes, and Time Specifications
Text Symbol: 070 = Differentiation Specifications of Jobs
Text Symbol: 063 = List of undeleted job logs printed
Text Symbol: 062 = Undeleted Job Logs
Text Symbol: 061 = Job Log
Text Symbol: 060 = Client
Text Symbol: 052 = Error when deleting internal information for this instance
Text Symbol: 051 = From
Text Symbol: 050 = Stopped externally
Text Symbol: 045 = Printing job list
Text Symbol: 044 = Job Selection
Text Symbol: 043 = Delete Job Logs
Text Symbol: 042 = Delete Print Parameters
Text Symbol: 041 = Delete Variants
Text Symbol: 040 = Delete Job Definitions
Text Symbol: 034 = Min.
Text Symbol: 033 = Hrs
Text Symbol: 032 = Dy
Text Symbol: 031 = Wk
Text Symbol: 030 = Mths
Text Symbol: 020 = Generated Variant
Text Symbol: 005 = Active Instances
Text Symbol: 004 = Summary
Text Symbol: 003 = Namespace
Text Symbol: 164 = Jobs in Released Status Since:
Text Symbol: 163 = Delete
Text Symbol: 157 = Jobs in Canceled Status Since:
Text Symbol: 156 = Event parameter without an event is not permitted
Text Symbol: 155 = ][
Text Symbol: 154 = You are authorized to delete your own jobs only
Text Symbol: 152 = Commit
Text Symbol: 151 = Jobs:
Text Symbol: 150 = Jobs in Ready Status Since:
Text Symbol: 149 = Forced Mode



Text Symbol: 148 = Test Run
Text Symbol: 147 = Older Than (Days)
Text Symbol: 140 = Data type not found
Text Symbol: 136 = Are you sure you want to delete jobs?
Text Symbol: 131 = Job Count
Text Symbol: 126 = Test Run
Text Symbol: 125 = All
Text Symbol: 124 = Canceled
Text Symbol: 123 = Finished
Text Symbol: 122 = Scheduled
Text Symbol: 121 = Released
Text Symbol: 117 = Application ID
Text Symbol: 116 = Variant
Text Symbol: 113 = Event Parameter:
Text Symbol: 112 = Events:
Text Symbol: 111 = Include:
Text Symbol: 110 = User Name:
Text Symbol: 109 = <
Text Symbol: 108 = >
Text Symbol: 107 = <=
Text Symbol: 106 = >=
Text Symbol: 105 = Not Equal to
Text Symbol: 104 = To
Text Symbol: 103 = From
Text Symbol: 102 = Exclusion:


INCLUDES used within this REPORT RSBTCDEL2

INCLUDE BTCDELTOP.
INCLUDE BTCDELF01.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Do you really want to delete jobs?'(136) IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = 'Tip for use RSBTCDEL2'(170) text_object = 'BP_RSBTCDEL2_INFO' EXCEPTIONS text_not_found = 1.



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