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
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: 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
INCLUDE IFVIMCRO.
INCLUDE IFVIAOTYPES.
INCLUDE IFVIAOCONST.
INCLUDE IFVIAOMATCH.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.