SAP Reports / Programs

RSBDCTL3 SAP ABAP Report - Analyze Batch Input Logs for Missing Clients and Folders







RSBDCTL3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program returns an output list with all the batch input logs in an SAP System...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 RSBDCTL3 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 RSBDCTL3. "Basic submit
SUBMIT RSBDCTL3 AND RETURN. "Return to original report after report execution complete
SUBMIT RSBDCTL3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Analyze Batch Input Logs for Missing Clients and Folders
Text Symbol: 125 = Logs Deleted:
Text Symbol: 123 = Logs Without Folders
Text Symbol: 122 = Logs Without Clients
Text Symbol: 121 = Logs Selected:
Text Symbol: 120 = Overview
Text Symbol: 113 = TemSe error
Text Symbol: 112 = Log not found
Text Symbol: 111 = *Deleted*
Text Symbol: 106 = In Background
Text Symbol: 105 = Creating
Text Symbol: 104 = In Processing
Text Symbol: 103 = Incorrect
Text Symbol: 102 = Processed
Text Symbol: 101 = New
Text Symbol: 100 = No Folder
Text Symbol: 037 = TemSe ID
Text Symbol: 036 = Log ID
Text Symbol: 035 = Host
Text Symbol: 034 = CreatedBy
Text Symbol: 033 = Folder Status
Text Symbol: 032 = Fldr
Text Symbol: 031 = Created On
Text Symbol: 030 = Clt
Text Symbol: 023 = No
Text Symbol: 022 = Y
Text Symbol: 021 = Do you want to delete the logs for the selected clients?
Text Symbol: 020 = Are you sure?
Text Symbol: 018 = Display All Logs (Analyze Only)
Text Symbol: 017 = Delete Selected Log
Text Symbol: 016 = Analyze Only (Do not Delete)
Text Symbol: 015 = Specified Client
Text Symbol: 014 = All Deleted Clients
Text Symbol: 013 = Delete Selection
Text Symbol: 012 = Clients
Text Symbol: 011 = Reorganize Logs for Clients


INCLUDES used within this REPORT RSBDCTL3

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-020 "Sind Sie sicher? * DIAGNOSE_OBJECT = ' ' text_question = text-021 "Sollen Protokolle...

BDC_TEMSE_REMOVE CALL FUNCTION 'BDC_TEMSE_REMOVE' EXPORTING TEMSE_CLIENT = wa_apql-mandant TEMSE_ID = wa_apql-temseid EXCEPTIONS OTHERS = 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 RSBDCTL3 or its description.