SAP Reports / Programs | Bank Components | Bank Components(IS-B) SAP IS

RJBTCOMP SAP ABAP Report - Program for Mass Comparison of Customizing Tables







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


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


Text pool values


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


INCLUDES used within this REPORT RJBTCOMP

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:

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.



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