SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVIMAXX02 SAP ABAP Report - RE: Correction Program for Table VIMI18 (INTERNAL USE ONLY)







RFVIMAXX02 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 RFVIMAXX02 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 RFVIMAXX02. "Basic submit
SUBMIT RFVIMAXX02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIMAXX02 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: S_SKOART = Condition Type
Selection Text: P_SIMUL = Simulation (no DB Change)
Selection Text: P_DISPL = Display results list
Selection Text: P_CODE = Code
Title: RE: Correction Program for Table VIMI18 (INTERNAL USE ONLY)
Text Symbol: T06 = Error VIMI18 Area Data :
Text Symbol: T05 = Selected Contracts:
Text Symbol: T04 = Entries to be inserted :
Text Symbol: T03 = Error VIMI18-BNEU/VZZKOPO :
Text Symbol: T02 = Error VIMI18-BNEU/-BALT :
Text Symbol: T01 = No.of entries to be deleted:
Text Symbol: M02 = Data is being read ...
Text Symbol: M01 = Wait...
Text Symbol: H02 = Date New Value Old Value Adj
Text Symbol: H01 = CoCd BE RU LO Mod CoTp


INCLUDES used within this REPORT RFVIMAXX02

No INCLUDES are used within this REPORT code!


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:

CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = ' ' tablename = 'VIMI18' TABLES table_new = gt_avimi18_new table_old = gt_avimi18_old EXCEPTIONS nametab_error = 1 OTHERS = 2.

VIMI18_VERBUCHER CALL FUNCTION 'VIMI18_VERBUCHER' EXPORTING funktion = lr_avimi18-kz i_vimi18 = lr_vimi18 .

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING bypass_buffer = ' ' objnr = pr_vimimv-snks status = 'I0119' "MV aktiv EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.

MV_GET_AREA_TO_CONDITION CALL FUNCTION 'MV_GET_AREA_TO_CONDITION' EXPORTING bukrs = pr_vimi18-bukrs swenr = pr_vimi18-swenr smenr = pr_vimi18-smenr dstich = pr_vimi18-dguelab skoart = pr_vimi18-skoart i_kz_bezugsflache_if_not_found = 'X' IMPORTING rbezflart = lr_bezflart EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = li_act_progress text = pc_info_text 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 RFVIMAXX02 or its description.