RFVIPM01 is a standard Executable ABAP Report 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 RFVIPM01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FO9E - Collective Entry of MeasDocuments
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: P_MDAT = D Date
Selection Text: P_MTIM = D Measurement time
Selection Text: SO_ATNAM = Meter Characteristics
Title: Collective Entry of MeasDocuments
Text Symbol: 001 = Measurement time
Text Symbol: 002 = Default values
Text Symbol: 010 = Business entity
Text Symbol: 011 = All business entities
Text Symbol: 020 = Service charge key
Text Symbol: 021 = Service charge key
Text Symbol: 022 = SCK
Text Symbol: 023 = All service charges keys
Text Symbol: 030 = Recipient key
Text Symbol: 031 = Recipient key
Text Symbol: 032 = RecKy
Text Symbol: 040 = (Cross-BE)
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
MEASUREM_POINTS_READ_TO_OBJECT CALL FUNCTION 'MEASUREM_POINTS_READ_TO_OBJECT' EXPORTING MEASUREMENT_POINT_OBJECT = IOBJECTS-OBJNR TABLES IMPT_TAB = IMPT_TAB EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
MEASUREM_DOCUM_DIALOG_LIST_1 CALL FUNCTION 'MEASUREM_DOCUM_DIALOG_LIST_1' EXPORTING * activity_type = activity_type F11_ACTIVE = 'X' INDICATOR_INITIALIZE = ' ' DEFAULT_DATE = p_mdat DEFAULT_TIME = p_mtim DEFAULT_READER = SY-UNAME * work_order_objectnr = ' ' * work_order_key_extern = ' ' * work_order_objectnr1 = ' ' * no_dialog = ' ' * importing * indicator_update = * left_with_f15 = TABLES DOCUMENTS_DEFAULT = DOCUMENTS_DEFAULT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIPM01 - Collective Entry of MeasDocuments RFVIPM01 - Collective Entry of MeasDocuments RFVIPM00 - Call Measurement Documents for Rental Units/Building RFVIPM00 - Call Measurement Documents for Rental Units/Building RFVIPLN0 - Access To Real Estate Planning Via Object Selection RFVIPLN0 - Access To Real Estate Planning Via Object Selection