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

RFVIDMVR SAP ABAP INCLUDE - Technical Routines







RFVIDMVR is a standard ABAP INCLUDE 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 RFVIDMVR 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 RFVIDMVR. "Basic submit
SUBMIT RFVIDMVR AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIDMVR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Technical Routines


INCLUDES used within this REPORT RFVIDMVR

INCLUDE RFVICNSV.


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:

MAT_MOVE_&1_&2 * call function 'MAT_MOVE_&1_&2' * exporting * source = von * nodata_sign = nodata * targ1 = space * targ1_filled = space * importing * target = nach * number_of_entries = num_entries * tables * fields_to_reset = h_del * errors = h_errors.

LC_POPUP_TO_CONFIRM_STEP * call function 'LC_POPUP_TO_CONFIRM_STEP' * exporting * defaultoption = 'N' * textline1 = tstr1 * textline2 = tstr2 * titel = text-010 * importing * answer = answer * exceptions * others = 0.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = tstr1 textline2 = tstr2 titel = text-010 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer.

NUMBER_GET_INFO call function 'NUMBER_GET_INFO' exporting nr_range_nr = numkrnr object = objekt_name subobject = bukrs importing interval = interval exceptions interval_not_found = 01 object_not_found = 02.

MV_NUMBER_AUTO_COMPUTE call function 'MV_NUMBER_AUTO_COMPUTE' exporting bukrs = bukrs smenr = smenr swenr = swenr importing smive = smive exceptions no_auto_compute = 01 no_mv_number_found = 02 number_ranges_error = 03.

OUTBOUND_CALL_00702001_P call function 'OUTBOUND_CALL_00702001_P' exporting i_vimimv = vs_vimimv changing ie_smive = smive ie_e_smive = ld_e_smive exceptions function_not_unique = 1.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = smive importing output = smive.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = ptab-tranc importing output = smive.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = numkrnr object = objekt_name subobject = bukrs importing number = smive returncode = rcode exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5.

INTRENO_NUMBER_GET_NEXT call function 'INTRENO_NUMBER_GET_NEXT' exporting i_immoobjekt = intreno_objekt importing e_intreno = intreno e_returncode = rcode exceptions immoobjekt_unbekannt = 1 nr_bereich_erschoepft = 2 others = 3.

OBJECT_NUMBER_GET_IV call function 'OBJECT_NUMBER_GET_IV' exporting bukrs = bukrs smenr = smenr smive = smive swenr = swenr importing objnr = snks exceptions number_already_exists = 01.

IMKEY_TO_INTRENO_WRITE call function 'IMKEY_TO_INTRENO_WRITE' exporting i_intreno = intreno i_bukrs = bukrs i_smive = smive i_swenr = swenr i_smenr = smenr i_j_objnr = snks i_kz_force_imkey = barkaut changing c_imkey = imkey exceptions wrong_intreno = 1 wrong_immo_keys = 2 no_accounting_allowed = 3 others = 4.

FVST_STATUS_CHECK_AND_SET call function 'FVST_STATUS_CHECK_AND_SET' exporting rfvstimp = lrfvstimp importing objnr_tmp = tmp_snks warning_occured = f_warn exceptions others = 01.

STATUS_OBJECT_SWITCH_NUMBER call function 'STATUS_OBJECT_SWITCH_NUMBER' exporting objnr_new = mv_snks objnr_old = tmp_snks exceptions object_not_found = 01 objnr_new_invalid = 02 objnr_old_invalid = 03 status_object_already_exists = 04.

MV_NUTZUNGSART_LOAD call function 'MV_NUTZUNGSART_LOAD' exporting snunr = vimi01-snunr importing rtiv01_13 = rtiv01_13 exceptions snunr_int_not_found = 01 snunr_not_found = 02.

ENQUEUE_EFIMIVE call function 'ENQUEUE_EFIMIVE' exporting bukrs = pbukrs x_swenr = 'X' x_smenr = 'X' smive = psmive exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EFIMIVE call function 'ENQUEUE_EFIMIVE' exporting bukrs = pbukrs swenr = pswenr smenr = psmenr exceptions foreign_lock = 1 system_failure = 2 others = 3.



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