SAP Reports / Programs

RFVIAOMATCH2 SAP ABAP Report - documentation and ABAP source code







RFVIAOMATCH2 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 RFVIAOMATCH2 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 RFVIAOMATCH2. "Basic submit
SUBMIT RFVIAOMATCH2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIAOMATCH2 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: SO_ZIPCO = D Postal Code
Selection Text: SO_TERF = D Time of Init.Entry
Selection Text: SO_TBEAR = D Time of Last Edit
Selection Text: SO_SPART = D Partner ID
Selection Text: SO_SOBJG = D Real Estate Group
Selection Text: SO_SIDLD = D Local ID
Selection Text: SO_SIDGD = D Rental Request ID
Selection Text: SO_SCOUN = D Country Key
Selection Text: SO_SAQUI = D Acquisition Form
Selection Text: SO_LOCAT = D Location
Selection Text: SO_DTILL = D Vacant To
Selection Text: SO_DFROM = D Vacant From
Selection Text: SO_DERF = D First Entered On
Selection Text: SO_DBEAR = D Last Processing
Selection Text: PA_UPDFV = Update list of favorites
Selection Text: PA_SENDM = Send e-mail
Selection Text: PA_JAUTI = Only Requests w/ Notification
Selection Text: PA_CORRE = Minimum Concordance [%]
Text Symbol: T03 = Notifying...
Text Symbol: T02 = Searching...
Text Symbol: T01 = Reading in requests...
Text Symbol: SUP = Object Data
Text Symbol: SEL = Selection: Requests
Text Symbol: PAR = Additional Parameters
Text Symbol: INF = Notification Forms
Text Symbol: ADM = Selection: Offer Objects


INCLUDES used within this REPORT RFVIAOMATCH2

INCLUDE IFVIMCRO.
INCLUDE IFVIAOTYPES.
INCLUDE IFVIAOCONST.
INCLUDE IFVIAOMATCH.


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:

RE_SEARCH_MATCH_INIT CALL FUNCTION 'RE_SEARCH_MATCH_INIT' EXPORTING iv_web_mode = ' '.

RE_SEARCH_MATCH_SEARCH CALL FUNCTION 'RE_SEARCH_MATCH_SEARCH' EXPORTING iv_viar02 = lr_viar02i-dbpart iv_load_viar02 = ' ' iv_so_suparams = lr_so_suparams iv_fill_addons = ' ' IMPORTING et_viar01i = lt_viar01i EXCEPTIONS OTHERS = 1.

RE_SEARCH_PARTNER_LOAD CALL FUNCTION 'RE_SEARCH_PARTNER_LOAD' EXPORTING iv_spartid = lr_viar02i-spartid iv_display = 'X' IMPORTING ev_viar03 = lr_viar03i-dbpart EXCEPTIONS OTHERS = 1.



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