SAP Reports / Programs

BDT_COMPARE SAP ABAP Report - BDT: Comparison and Transport of Control Tables







BDT_COMPARE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program for Comparison and Transport of BDT Settings Between Different Clients and Systems Use this report to compare all relevant Customizing entries for controlling a BDT application object...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 BDT_COMPARE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BDT_COMPARE - Compare Control Table Entries


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


Text pool values


Selection Text: GT_OPT = Applications
Selection Text: GV_CUSTX = Customizing Tables
Selection Text: GV_DEST = RFC Destination
Selection Text: GV_GLEI = Display Similar Occurrences
Selection Text: GV_LANG = Language
Selection Text: GV_NLOK = Display Occurr. in Source Syst
Selection Text: GV_NREM = Display Occurr. in Target Syst
Selection Text: GV_OBDAT = Cross-Application Settings
Selection Text: GV_OBJAP = Application Object
Selection Text: GV_VERS = Display Different Occurrences
Selection Text: P_DEF = Standard Functionality
Selection Text: P_FS = Additional FSBP Function
Selection Text: P_LANGU = Limit to Language
Selection Text: P_LANG_X = Compare Language
Title: BDT: Comparison and Transport of Control Tables
Text Symbol: XML = XML File
Text Symbol: SY3 = Other Selections
Text Symbol: SY2 = Comparison System
Text Symbol: SY1 = Reference system
Text Symbol: REM = Remote System
Text Symbol: LOC = Local System
Text Symbol: FS1 = Variant
Text Symbol: FS0 = FS Business Partner BDT Customizing
Text Symbol: C99 = Specify RFC Destination
Text Symbol: C98 = Specify Application Object
Text Symbol: BL1 = Comparison System
Text Symbol: BL2 = Selection Criteria
Text Symbol: BL3 = Results Display
Text Symbol: C11 = Table
Text Symbol: C16 = Application Object:
Text Symbol: C20 = Application(s):
Text Symbol: C21 = BUPA_TBZ4A/B
Text Symbol: C23 = SAME
Text Symbol: C24 = DIFFERENT
Text Symbol: C25 = ONLY IN SOURCE SYSTEM
Text Symbol: C26 = ONLY IN TARGET SYSTEM
Text Symbol: C31 = Description
Text Symbol: C32 = Key Field 2





Text Symbol: C33 = Key Field 3
Text Symbol: C34 = Key Field 4
Text Symbol: C35 = Key Field 5
Text Symbol: C36 = Comparison Result
Text Symbol: C40 = Transport Request for Selected Entries
Text Symbol: C41 = Fld Name
Text Symbol: C42 = Tgt System:
Text Symbol: C43 = Source Syst:
Text Symbol: C44 = Expert Mode: Transport in Target System
Text Symbol: C73 = Marked Entries are Written into the
Text Symbol: C74 = Warning !!!
Text Symbol: C75 = Database in the Target System


INCLUDES used within this REPORT BDT_COMPARE

INCLUDE BDT_TOOLS_TOP.
INCLUDE FSBP_BDTC_DATA_DECL.
INCLUDE FSBP_BDTC_SEL_SCREEN.
INCLUDE FSBP_BDTC_SEL_SCREEN2.
INCLUDE FSBP_BDTC_SEL_SCREEN_EVENTS.


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:

MENU_GET_SYSTEM_TYPE * call function 'MENU_GET_SYSTEM_TYPE' * IMPORTING * SAP_SYSTEM = gv_systemtype.

DD_POPUP_TO_CONFIRM_CANCEL call function 'DD_POPUP_TO_CONFIRM_CANCEL' EXPORTING title = text-C74 textline1 = text-c73 textline2 = text-c75 IMPORTING answer = gv_answer.

DDIF_TABL_GET call function 'DDIF_TABL_GET' EXPORTING name = gt_tab_of_tab-ttype langu = sy-langu IMPORTING dd02v_wa = gs_dd02v.



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