RFVIMEDI_OLD 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 rental units 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 RFVIMEDI_OLD 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: 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
Selection Text: PRF_KZ = Fields not ready for input
Title: Data Transfer to Rental Unit Master by Direct Input
Text Symbol: 001 = (Message not found)
Text Symbol: 002 = initial
Text Symbol: 003 = Rental unit
Text Symbol: 004 = /
Text Symbol: 008 = Performance control
Text Symbol: 009 = Check file
Text Symbol: 010 = Status control
Text Symbol: 012 = General data
Text Symbol: 101 = Created by test run
Text Symbol: 300 = Transaction:
Text Symbol: 301 = MatNo:
INCLUDE RFVIBIMG.
INCLUDE RFVIMET1.
INCLUDE RFVIMET2.
INCLUDE RFVIMET3.
INCLUDE RFVIMEF1.
INCLUDE RFVIMEF2.
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 = 99.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = pof_name IMPORTING file_name = of_name EXCEPTIONS FILE_NOT_FOUND = 01 OTHERS = 99.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
CONVERSION_EXIT_SWENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SWENR_INPUT' EXPORTING INPUT = BVIME00-SWENR IMPORTING OUTPUT = MYSWENR.
CONVERSION_EXIT_SGRNR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SGRNR_INPUT' EXPORTING INPUT = BVIME00-SGRNR IMPORTING OUTPUT = MYSGRNR.
CONVERSION_EXIT_SGENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SGENR_INPUT' EXPORTING INPUT = BVIME00-SGENR IMPORTING OUTPUT = MYSGENR.
CONVERSION_EXIT_SMENR_INPUT CALL FUNCTION 'CONVERSION_EXIT_SMENR_INPUT' EXPORTING INPUT = BVIME00-SMENR IMPORTING OUTPUT = MYSMENR.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = BVIME00-PRCTR IMPORTING OUTPUT = MYPRCTR EXCEPTIONS OTHERS = 1.
RENTAL_UNIT_MAINTAIN_DARK CALL FUNCTION 'RENTAL_UNIT_MAINTAIN_DARK' EXPORTING T_CODE = 'FOE1' KZ_TEST = KZ_NO_VB P_KZ_PRF = PRF_KZ P_VIMI01 = I_VIMI01 P_SANO1 = I_SANO1 P_VIKOKO = I_VIKOKO P_VZSORT = I_VZSORT TABLES VIMI02_TAB = I_VIMI02 VIMI08_TAB = I_VIMI08 VIOB40_TAB = I_VIOB40 VIOB10_TAB = I_VIOB10 VIMI38_TAB = I_VIMI38 VZZKOPO_TAB = I_VZZKOPO VIEIGE_TAB = I_VIEIGE VZGPO_TAB = I_VZGPO VIOB38_TAB = I_VIOB38 VIOB39_TAB = I_VIOB39 AVVIERRDAT = FB_ERRDAT FIELDRES = I_DELFIELDS EXCEPTIONS ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIMEDI_OLD - Data Transfer to Rental Unit Master by Direct Input RFVIMEDI_OLD - Data Transfer to Rental Unit Master by Direct Input RFVIMEDI - RE Rental Unit: Direct Input RFVIMEDI - RE Rental Unit: Direct Input RFVIME01 - Allocation of Rooms to Rental Units RFVIME01 - Allocation of Rooms to Rental Units