RFVIGEDI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, you can copy buildings into the SAP system by means of 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 RFVIGEDI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOGEDI - Building: Direct Input
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: 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 Building: Direct Input
Text Symbol: 002 = initial
Text Symbol: 003 = Building:
Text Symbol: 009 = Check file
Text Symbol: 012 = General data
Text Symbol: 300 = Transaction:
INCLUDE IFVIDIGE_CT.
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
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_BUILDING_MAINTAIN CALL FUNCTION 'REMD_BUILDING_MAINTAIN' EXPORTING i_viob03 = lr_viob03 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_viob03 = lr_viob03_out TABLES it_vzgpo = lt_vzgpo it_vieige = lt_vieige it_viob04 = lt_viob04 it_viob05 = lt_viob05 it_viob20 = lt_viob20 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIGEDI - RE Building: Direct Input RFVIGEDI - RE Building: Direct Input RFVIGA02 - Correspondence - Print Garage Rental Agreement Letter RFVIGA02 - Correspondence - Print Garage Rental Agreement Letter RFVIGA01 - Garage Lease-Out Letter Accompanying Letter: Correspondence RFVIGA01 - Garage Lease-Out Letter Accompanying Letter: Correspondence