SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

RSTXFCOM SAP ABAP Report - Comparison of Two Forms







RSTXFCOM 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 RSTXFCOM 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 RSTXFCOM. "Basic submit
SUBMIT RSTXFCOM AND RETURN. "Return to original report after report execution complete
SUBMIT RSTXFCOM 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: CLIENT_1 = Client
Selection Text: CLIENT_2 = Client
Selection Text: FORM_1 = Form Name
Selection Text: FORM_2 = Form Name
Selection Text: LANG_1 = Language
Selection Text: LANG_2 = Language
Selection Text: SHOW_ALL = All Fields
Selection Text: SHOW_UNQ = Fields with Different Contents
Selection Text: STATACT = Active
Selection Text: STATUS_1 = Status
Selection Text: STATUS_2 = Status
Selection Text: STATWORK = Revised
Title: Comparison of Two Forms
Text Symbol: 111 = Comparison of &
Text Symbol: 110 = Comparison of &
Text Symbol: 102 = -
Text Symbol: 101 = do(es) not exist
Text Symbol: 058 = Keep
Text Symbol: 057 = On
Text Symbol: 056 = Off
Text Symbol: 055 = Default Element
Text Symbol: 054 = Text Element
Text Symbol: 050 = Name
Text Symbol: 000 = Comparison of Two Forms
Text Symbol: 001 = Form 1
Text Symbol: 002 = Form 2
Text Symbol: 003 = Display Mode
Text Symbol: 004 = Comparison Mode
Text Symbol: 005 = Display All
Text Symbol: 006 = Display Differences Only
Text Symbol: 007 = Active
Text Symbol: 008 = Revised
Text Symbol: 009 = Translate
Text Symbol: 010 = Administration Information
Text Symbol: 011 = Standard Attributes
Text Symbol: 012 = Font Attributes
Text Symbol: 013 = Windows
Text Symbol: 014 = Pages





Text Symbol: 015 = Page Windows
Text Symbol: 016 = Parag.Formats
Text Symbol: 017 = Tabs
Text Symbol: 018 = Char.Formats
Text Symbol: 020 = Client
Text Symbol: 021 = Status
Text Symbol: 022 = Classification


INCLUDES used within this REPORT RSTXFCOM

INCLUDE RSTXDATA.


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:

READ_FORM call function 'READ_FORM' exporting client = client_1 form = form_1 language = lang_1 status = status_1 importing form_header = lformheader_1 found = form_1_found tables form_lines = llines_1 pages = lpages_1 page_windows = lpwindows_1 paragraphs = lparagraphs_1 strings = lstrings_1 tabs = ltabs_1 windows = lwindows_1.

READ_FORM call function 'READ_FORM' exporting client = client_2 form = form_2 language = lang_2 status = status_2 importing form_header = lformheader_2 found = form_2_found tables form_lines = llines_2 pages = lpages_2 page_windows = lpwindows_2 paragraphs = lparagraphs_2 strings = lstrings_2 tabs = ltabs_2 windows = lwindows_2.

READ_FORM_ELEMENTS * call function 'READ_FORM_ELEMENTS' * exporting * form = form_1 * language = lang_1 * status = status_1 * tables * elements = lelements_1.

READ_FORM_ELEMENTS * call function 'READ_FORM_ELEMENTS' * exporting * form = form_2 * language = lang_2 * status = status_2 * tables * elements = lelements_2.



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