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

RFVIGRDI SAP ABAP Report - RE Property: Direct Input







RFVIGRDI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program allows you to copy properties to the R/3 System online using direct 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 RFVIGRDI 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

FOGRDI - Property: Direct Input


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 RFVIGRDI. "Basic submit
SUBMIT RFVIGRDI AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIGRDI 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 Property: Direct Input
Text Symbol: 002 = initial
Text Symbol: 003 = Property:
Text Symbol: 009 = Check file
Text Symbol: 012 = General Data
Text Symbol: 300 = Transaction:


INCLUDES used within this REPORT RFVIGRDI

INCLUDE IFVIDIGR_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_PROPERTY_MAINTAIN CALL FUNCTION 'REMD_PROPERTY_MAINTAIN' EXPORTING i_viob02 = lr_viob02 i_sano1 = lr_sano1 i_vzsort = lr_vzsort i_aktyp = '01' i_save = lb_save i_commit_and_wait = 'X' IMPORTING e_error_occured = lb_error e_viob02 = lr_viob02_out TABLES it_vzgpo = lt_vzgpo it_vieige = lt_vieige it_viob06 = lt_viob06 it_viob35 = lt_viob35 it_viob37 = lt_viob37 it_viob38 = lt_viob38 it_viob39 = lt_viob39 it_area = lt_viob41 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 RFVIGRDI or its description.