SAP Reports / Programs | Basis Components | ABAP Runtime Environment | UI Services, Screen, Batch Input(BC-ABA-SC) SAP BC

RSBDCCKT SAP ABAP Report - TemSe Object Check







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


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 RSBDCCKT. "Basic submit
SUBMIT RSBDCCKT AND RETURN. "Return to original report after report execution complete
SUBMIT RSBDCCKT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 300 = Does the file have a name?
Text Symbol: 440 = APQL entries for which no TemSe object exists
Text Symbol: 466 = Created on
Text Symbol: 465 = Creator
Text Symbol: 462 = TemSe object name
Text Symbol: 461 = Clt
Text Symbol: 460 = Client


INCLUDES used within this REPORT RSBDCCKT

INCLUDE RSBDCIL1.
INCLUDE RSBDCIL2.
INCLUDE RSBDCIL3.
INCLUDE RSBDCIL4.


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:

No SAP FUNCTION MODULES are executed within this report code!



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