SAP Reports / Programs | Plant Maintenance | Technical Objects(PM-EQM) SAP PM

EAML_IQS0F08 SAP ABAP INCLUDE - Include EAML_IQS0F08







EAML_IQS0F08 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_IQS0F08 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 EAML_IQS0F08. "Basic submit
SUBMIT EAML_IQS0F08 AND RETURN. "Return to original report after report execution complete
SUBMIT EAML_IQS0F08 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include EAML_IQS0F08


INCLUDES used within this REPORT EAML_IQS0F08

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:

EQUIPMENT_READ_DISPLAY CALL FUNCTION 'EQUIPMENT_READ_DISPLAY' EXPORTING check_auth = abap_false equi_no = viqmfe-equnr reading_date = riwo1-sdate time = riwo1-szeit IMPORTING iloa = ls_iloa equi = ls_equi eqkt = ls_eqkt EXCEPTIONS auth_no_begrp = 1 auth_no_iwerk = 2 auth_no_swerk = 3 eqkt_not_found = 4 equi_not_found = 5 equz_not_found = 6 iloa_not_found = 7 auth_no_ingrp = 8 auth_no_kostl = 9 auth_no_badi = 10 OTHERS = 11.

FUNC_LOCATION_READ CALL FUNCTION 'FUNC_LOCATION_READ' EXPORTING auth_check = abap_true tplnr = viqmfe-tplnr IMPORTING iflo_wa = ls_iflo EXCEPTIONS iflot_not_found = 1 iloa_not_found = 2 no_authority = 3 OTHERS = 4.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

PM_CHECK_OBJECT_STATUS CALL FUNCTION 'PM_CHECK_OBJECT_STATUS' EXPORTING i_eq_objnr = ls_equi-objnr i_tp_objnr = ls_iflo-objnr i_n_equnr = ls_equi-equnr i_n_tplnr = ls_iflo-tplnr i_aktyp = yaktypv * I_STCHK = * I_VPMOC = 'PMOC' i_prot = space EXCEPTIONS status_not_allowed = 1 OTHERS = 2.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP'.



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