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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBDCTL3 - Analyze Batch Input Logs for Missing Clients and Folders RSBDCTL3 - Analyze Batch Input Logs for Missing Clients and Folders RSBDCTL2 - Select/delete batch input sessions in a client RSBDCTL2 - Select/delete batch input sessions in a client RSBDCTL1 - Cross-system analysis of database for batch input sessions RSBDCTL1 - Cross-system analysis of database for batch input sessions