SAP Reports / Programs | Real Estate Management | Rental | Management of Interested Parties(RE-RT-AO) SAP RE

RFVIAOXX02 SAP ABAP Report - REsearch: Bulk Processing Requests (SAP INTERAL USE ONLY)







RFVIAOXX02 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 RFVIAOXX02 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 RFVIAOXX02. "Basic submit
SUBMIT RFVIAOXX02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIAOXX02 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: P_DBSAVE = Update run
Selection Text: S_PARTID = D User ID
Selection Text: S_SGID = D Global ID
Selection Text: S_SLID = D Local ID
Title: REsearch: Bulk Processing Requests (SAP INTERAL USE ONLY)


INCLUDES used within this REPORT RFVIAOXX02

INCLUDE IFVIMCRO.


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_DEMAND_INIT CALL FUNCTION 'RE_SEARCH_DEMAND_INIT'.

RE_SEARCH_DEMAND_LOAD CALL FUNCTION 'RE_SEARCH_DEMAND_LOAD' EXPORTING iv_demandid = gc_demandid iv_display = ' ' IMPORTING ev_viar02 = gr_viar02 EXCEPTIONS OTHERS = 1.

RE_SEARCH_DEMAND_EDIT CALL FUNCTION 'RE_SEARCH_DEMAND_EDIT' EXPORTING iv_command = 'CHANGE' iv_viar02 = gr_viar02 EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

RE_SEARCH_DEMAND_SAVE CALL FUNCTION 'RE_SEARCH_DEMAND_SAVE' EXPORTING iv_db_save = p_dbsave iv_dequeue = 'X' IMPORTING ev_no_change = gb_no_change EXCEPTIONS OTHERS = 1.

TRINT_GET_T100_FROM_BUFFER CALL FUNCTION 'TRINT_GET_T100_FROM_BUFFER' EXPORTING iv_sprsl = sy-langu iv_arbgb = lr_t100-arbgb iv_msgnr = lr_t100-msgnr IMPORTING ev_text = lr_t100-text.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = li_act_progress text = pc_info_text EXCEPTIONS OTHERS = 0.



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