EAML_NW_ATT_LISTF01 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_NW_ATT_LISTF01 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_NW_ATT_LISTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_planning_table info = text-003 IMPORTING result = pb_dynseg.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_detail info = text-004 IMPORTING result = pb_disp_nw.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = lv_id values = lt_value.
EAML_JNET_DS CALL FUNCTION 'EAML_JNET_DS' EXPORTING iv_netid = t372i_t-netid EXCEPTIONS no_ds_data = 1 conv_err = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EAML_NW_ATT_LISTF01 - Include EAML_NW_ATT_LISTF01 EAML_NW_ATT_LIST - Program EAML_NW_ATT_LIST EAML_NW_ATT_LIST - Program EAML_NW_ATT_LIST EAML_NETW_WRITE_TO_ARCHIVE - Archive write program for network IDs and linear data EAML_NETW_WRITE_TO_ARCHIVE - Archive write program for network IDs and linear data EAML_NETW_WRITE_F01 - Include EAML_NETW_WRITE_F01