RFREEXENTRYMEASDOC 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 RFREEXENTRYMEASDOC 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: SO_ATNAM = Meter Characteristics
Selection Text: P_MDAT = D .
Selection Text: P_MTIM = D .
Title: Collective Entry of Measurement Documents
Text Symbol: 001 = Measurement Time
Text Symbol: 002 = Default Values
Text Symbol: 003 = Also select SUs of BEs?
No INCLUDES are used within this REPORT code!
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 = ld_objnr TABLES impt_tab = lt_impt 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 = lt_measdoc * DOCUMENTS_INSERT = * DOCUMENTS_UPDATE = EXCEPTIONS no_authority = 1 work_order_not_found = 2 order_has_no_documents = 3 imptt_not_found = 4 type_not_found = 5 point_locked = 6 point_inactive = 7 timestamp_in_future = 8 timestamp_duprec = 9 unit_unfit = 10 value_overflow = 11 value_unfit = 12 value_missing = 13 code_not_found = 14 OTHERS = 15.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREEXENTRYMEASDOC - Collective Entry of Measurement Documents RFREEXENTRYMEASDOC - Collective Entry of Measurement Documents RFREEXCOSTKFSU - Transfer of Measurements to Statist. Key Figures RFREEXCOSTKFSU - Transfer of Measurements to Statist. Key Figures RFREEXCOSTKFBD - Transfer of Measurements to Statist. Key Figures RFREEXCOSTKFBD - Transfer of Measurements to Statist. Key Figures