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
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_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)
INCLUDE IFVIMCRO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIAOXX02 - REsearch: Bulk Processing Requests (SAP INTERAL USE ONLY) RFVIAOXX02 - REsearch: Bulk Processing Requests (SAP INTERAL USE ONLY) RFVIAOXX01 - REsearch: Bulk Processing Of Offer Objects (SAP INTERAL USE ONLY) RFVIAOXX01 - REsearch: Bulk Processing Of Offer Objects (SAP INTERAL USE ONLY) RFVIAOMATCH2 - documentation and ABAP source code RFVIAOMATCH2 - documentation and ABAP source code