RSBDCCKT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RSBDCCKT checks the consistency of TemSe batch input logs...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSBDCCKT into the relevant SAP transactions such as SE38 or SE80
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.
BI log and TemSe consistency check
Title: TemSe Object Check
Text Symbol: 200 = A TemSe object exists for each APQL entry
Text Symbol: 202 = APQL entries checked
Text Symbol: 210 = Deleted aftr inconsistency
Text Symbol: 230 = Write lock deleted
Text Symbol: 162 = TemSe objects checked
Text Symbol: 001 = Time
Text Symbol: 002 = Message
Text Symbol: 007 = Screen
Text Symbol: 008 = Tran
Text Symbol: 160 = No errors found when checking the TemSe batch input logs
Text Symbol: 267 = Unable to access file
Text Symbol: 268 = File is not a batch input log or is corrupt
Text Symbol: 269 = Unable to open file:
Text Symbol: 270 = AOQL entry missing
Text Symbol: 280 = File cannot be accessed
Text Symbol: 260 = Unknown command
Text Symbol: 240 = You do not have authorizatn
Text Symbol: 241 = Or
Text Symbol: 242 = .
Text Symbol: 250 = You do not have authorizatn
Text Symbol: 251 = . Thus you can only test in client
Text Symbol: 170 = No batch input log found in TST01
Text Symbol: 296 = File :
Text Symbol: 481 = Created at
Text Symbol: 480 = Creat.date
Text Symbol: 475 = Bytes
Text Symbol: 471 = Size
Text Symbol: 467 = Program
Text Symbol: 482 = Target sys
Text Symbol: 999 = ???????????????????????????????????????????????????
Text Symbol: 484 = Queue ID
Text Symbol: 483 = Folder name
Text Symbol: 430 = TST01 batch input logs with inconsistencies:
Text Symbol: 413 = System
Text Symbol: 409 = Comments
Text Symbol: 402 = Deletion Indicator
INCLUDE RSBDCIL1.
INCLUDE RSBDCIL2.
INCLUDE RSBDCIL3.
INCLUDE RSBDCIL4.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.