EAML_IQS0F09 is a standard ABAP INCLUDE 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 EAML_IQS0F09 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.
Title: Include EAML_IQS0F09
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PM_OBJECT_CHECK_AUTHORITY CALL FUNCTION 'PM_OBJECT_CHECK_AUTHORITY' EXPORTING i_equnr = viqmfe-equnr i_date = sy-datum i_time = sy-uzeit i_tplnr = viqmfe-tplnr IMPORTING e_eq_objnr = h_eq_objnr e_tp_objnr = h_tp_objnr.
PM_CHECK_OBJECT_STATUS CALL FUNCTION 'PM_CHECK_OBJECT_STATUS' EXPORTING i_eq_objnr = h_eq_objnr i_tp_objnr = h_tp_objnr i_n_equnr = viqmfe-equnr i_n_tplnr = viqmfe-tplnr i_o_equnr = iviqmfe-equnr i_o_tplnr = iviqmfe-tplnr i_aktyp = riwo1-aktyp i_vpmoc = riwo1-vrgng i_prot = lv_prot i_stchk = abap_true EXCEPTIONS status_not_allowed = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.