SAP Reports / Programs

RFREEXENTRYMEASDOC SAP ABAP Report - Collective Entry of Measurement Documents







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


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 RFREEXENTRYMEASDOC. "Basic submit
SUBMIT RFREEXENTRYMEASDOC AND RETURN. "Return to original report after report execution complete
SUBMIT RFREEXENTRYMEASDOC 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: 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?


INCLUDES used within this REPORT RFREEXENTRYMEASDOC

No INCLUDES are used within this REPORT code!


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:

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.



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 RFREEXENTRYMEASDOC or its description.