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

RFVIMEDI SAP ABAP Report - RE Rental Unit: Direct Input







RFVIMEDI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Rental Unit Direct Input With this program, you can transfer rental units online into the SAP system by means of data input...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFVIMEDI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FOTC - Direct input rental units


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 RFVIMEDI. "Basic submit
SUBMIT RFVIMEDI AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIMEDI 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: KZ_NO_VB = Check data, but do not update
Selection Text: MAX_ERR = Max. no. of logical errors
Selection Text: PIF_NAME = Name of logical input file
Selection Text: POF_NAME = Name of logical output file
Title: RE Rental Unit: Direct Input
Text Symbol: 002 = initial
Text Symbol: 003 = Rental Unit:
Text Symbol: 009 = Check file
Text Symbol: 012 = General data
Text Symbol: 300 = Transaction:


INCLUDES used within this REPORT RFVIMEDI

INCLUDE IFVIDIME_CT.
INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = pif_name IMPORTING file_name = if_name EXCEPTIONS file_not_found = 01 OTHERS = 02.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = pof_name IMPORTING file_name = of_name EXCEPTIONS file_not_found = 01 OTHERS = 02.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

REMD_RENTAL_UNIT_MAINTAIN CALL FUNCTION 'REMD_RENTAL_UNIT_MAINTAIN' EXPORTING i_vimi01 = lr_vimi01 i_vikoko = lr_vikoko i_vzsort = lr_vzsort i_sano1 = lr_sano1 i_aktyp = '01' i_save = lb_save i_commit_and_wait = 'X' IMPORTING e_error_occured = lb_error e_vimi01 = lr_vimi01_out TABLES it_area = lt_viob41 it_vzzkopo = lt_vzzkopo it_vimi08 = lt_vimi08 it_vimi02 = lt_vimi02 it_viob10 = lt_viob10 it_vimi38 = lt_vimi38 it_vzgpo = lt_vzgpo it_vieige = lt_vieige it_viob38 = lt_viob38 it_viob39 = lt_viob39 it_viob42 = lt_viob42 et_msg = lt_msg.

REMD_DI_MOVE_STRUCTURE CALL FUNCTION 'REMD_DI_MOVE_STRUCTURE' EXPORTING i_sourcename = pc_sourcename i_targetname = pc_targetname i_source = pr_source i_int2ext = ' ' IMPORTING e_target = pr_target TABLES et_msg = pt_msg.

TR_WRITE_LOG CALL FUNCTION 'TR_WRITE_LOG' EXPORTING iv_log_type = 'MEMORY' iv_logname_memory = lc_protname TABLES it_msgs = t_prot EXCEPTIONS invalid_input = 1 file_access_error = 2 db_access_error = 3 OTHERS = 4.

TR_READ_AND_DISPLAY_LOG CALL FUNCTION 'TR_READ_AND_DISPLAY_LOG' EXPORTING iv_log_type = 'MEMORY' iv_logname_memory = lc_protname EXCEPTIONS invalid_input = 1 access_error = 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 RFVIMEDI or its description.