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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIMAXX02 - RE: Correction Program for Table VIMI18 (INTERNAL USE ONLY) RFVIMAXX02 - RE: Correction Program for Table VIMI18 (INTERNAL USE ONLY) RFVIMAXX01 - RE: LO/RUStatus Correction After Rent Adj. Reversal (INTERNAL USE!) RFVIMAXX01 - RE: LO/RUStatus Correction After Rent Adj. Reversal (INTERNAL USE!) RFVIMAVZ - RE: Rent adjustment - Assign RUs to comparative groups RFVIMAVZ - RE: Rent adjustment - Assign RUs to comparative groups