RJBTCOMP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Warning: This report is only released for SAP internal use!!!!!!! This report is for mass comparison of the customizing tables...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 RJBTCOMP 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: Program for Mass Comparison of Customizing Tables
Text Symbol: 001 = No changes made to this table
Text Symbol: 002 = Res
Text Symbol: 003 = Current entries in
Text Symbol: 004 = Entries in backup table for
Text Symbol: 005 = The current dataset will be
Text Symbol: 006 = overwritten. Continue?
Text Symbol: 007 = Get backup data
Text Symbol: 008 = The saved dataset will be
Text Symbol: 009 = overwritten. Continue?
Text Symbol: 010 = Save current dataset
Text Symbol: 011 = The saved datasets will be
Text Symbol: 012 = overwritten. Continue?
Text Symbol: 013 = Delete tables
Text Symbol: 014 = Structure of table changed.
Text Symbol: 015 = Continue operation?
Text Symbol: 017 = The structure of the table has changed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EJBTNAM CALL FUNCTION 'ENQUEUE_EJBTNAM' EXPORTING MODE_JBTTABNAME = 'E' TABNAME = JBTTABNAME-TABNAME * X_TABNAME = ' ' * X_INHALT = ' ' * _scope = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.