SAP Reports / Programs

FDT_CONTENT_COMPARISON SAP ABAP Report - BRFplus: Cross-System Content Comparison







FDT_CONTENT_COMPARISON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FDT_CONTENT_COMPARISON 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 FDT_CONTENT_COMPARISON. "Basic submit
SUBMIT FDT_CONTENT_COMPARISON AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_CONTENT_COMPARISON 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: S_SOFTC = Software Component
Selection Text: S_APPLN = Application Name
Selection Text: S_APPLC = Application Component
Selection Text: P_TRANSP = Transported Objects Only
Selection Text: P_SYST = System Objects
Selection Text: P_FASTM = Simple Object Descriptions
Selection Text: P_DEST = RFC Destination
Selection Text: P_CUST = Customizing Objects
Title: BRFplus: Cross-System Content Comparison
Text Symbol: B02 = Object Display
Text Symbol: B01 = Remote System
Text Symbol: B00 = Object Selection
Text Symbol: 200 = Additional Information
Text Symbol: 103 = Using simple object descriptions only will reduce the runtime.
Text Symbol: 102 = that have been imported via XML.
Text Symbol: 101 = Version comparison does not work properly for objects
Text Symbol: 100 = The report only considers objects that are not local.
Text Symbol: 025 = Customizing Objects
Text Symbol: 024 = System Objects
Text Symbol: 023 = Objects with different versions
Text Symbol: 019 = No data was selected.
Text Symbol: 018 = The remote function call failed. Destination:
Text Symbol: 016 = Objects only marked for deletion in
Text Symbol: 014 = Objects only obsolete in
Text Symbol: 012 = Objects only inactive in
Text Symbol: 010 = Objects only existing in
Text Symbol: 009 = Version Fingerprint
Text Symbol: 008 = Object
Text Symbol: 007 = System
Text Symbol: 006 = Objects with different versions
Text Symbol: 005 = Common to both
Text Symbol: 004 = Total
Text Symbol: 003 = Identical
Text Symbol: 002 = Object Count
Text Symbol: 001 = Application


INCLUDES used within this REPORT FDT_CONTENT_COMPARISON

INCLUDE FDT_INCL_REPORT_UTILITIES.


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:

DEST_EXISTS CALL FUNCTION 'DEST_EXISTS' EXPORTING name = p_dest IMPORTING exists = lv_exists EXCEPTIONS OTHERS = 4.

FDT_OBJECT_QUERY CALL FUNCTION 'FDT_OBJECT_QUERY' EXPORTING it_ap_selection = lt_ap_selection iv_system_objects = p_syst iv_customizing_objects = p_cust iv_fast_mode = p_fastm IMPORTING et_object_data = lt_object_data_1.

FDT_OBJECT_QUERY CALL FUNCTION 'FDT_OBJECT_QUERY' DESTINATION p_dest EXPORTING it_ap_selection = lt_ap_selection iv_system_objects = p_syst iv_customizing_objects = p_cust iv_fast_mode = p_fastm IMPORTING et_object_data = lt_object_data_2 EXCEPTIONS system_failure = 1 MESSAGE ls_msg communication_failure = 2 MESSAGE ls_msg resource_failure = 3 OTHERS = 4.

FDT_UI_CALL_FOR_OBJECT CALL FUNCTION 'FDT_UI_CALL_FOR_OBJECT' EXPORTING iv_id = gs_object_data_hide_area-id.

FDT_UI_CALL_FOR_OBJECT CALL FUNCTION 'FDT_UI_CALL_FOR_OBJECT' DESTINATION p_dest EXPORTING iv_id = gs_object_data_hide_area-id.



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