DPR_COMPARE_FC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to ,,Compare two local field controls ,,Export a local field control as Comma Separated Value (CSV) file ,,Compare a local field control with an external field control that was imported as a CSV file You can create customized field controls...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 DPR_COMPARE_FC 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.
Selection Text: P_FC1 = D .
Selection Text: P_FC2 = D .
Selection Text: P_FILE = File
Selection Text: P_VAR1 =
Selection Text: P_VAR2 =
Title: Compare Field Control (FC)
Text Symbol: 001 = Source
Text Symbol: 002 = Target
Text Symbol: 003 = Entry
Text Symbol: 004 = Changed Entries
Text Symbol: 005 = Only in
Text Symbol: 006 = Additional Entry
Text Symbol: 007 = Value in
Text Symbol: 008 = File
Text Symbol: 009 = Export
Text Symbol: 010 = Export as
Text Symbol: 011 = Modifications
Text Symbol: 012 = Category
INCLUDE DPR_COMPARE_FC_DATA.
INCLUDE DPR_COMPARE_FC_TOOLBAR_EVENT.
INCLUDE DPR_COMPARE_FC_COMPARISON.
INCLUDE DPR_COMPARE_FC_CSV.
INCLUDE DPR_COMPARE_FC_ALV.
INCLUDE DPR_COMPARE_FC_HEADER.
INCLUDE DPR_COMPARE_FC_FILE_IO.
INCLUDE DPR_COMPARE_FC_DB.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DPR_COMPARE_FC - Compare Field Control (FC) DPR_COMPARE_FC - Compare Field Control (FC) DPR_CHECK_DOCUMENT_STRUCTURE - Report DPR_CHECK_DOCUMENT_STRUCTURE DPR_CHECK_DOCUMENT_STRUCTURE - Report DPR_CHECK_DOCUMENT_STRUCTURE DPR_CHECK_CHAR_OF_PROJECT_ID - DPRCHECKCHAROFPROJECTID DPR_CHECK_CHAR_OF_PROJECT_ID - DPRCHECKCHAROFPROJECTID