EAML_NW_ATT_LISTF02 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_LISTF02 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_LISTF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING kind = 'F' expressions = lt_expression * FIELD_RANGES_INT = FIELD_RANGES_INT * FIELD_GROUPS_KEY = FIELD_GROUPS_KEY * RESTRICTION = RESTRICTION * ALV = ALV * CURR_QUAN_PROG = SY-CPROG * CURR_QUAN_RELATION = CURR_QUAN_RELATION IMPORTING selection_id = lv_sel_id * WHERE_CLAUSES = WHERE_CLAUSES * expressions = lt_expression field_ranges = lt_f_ranges * NUMBER_OF_ACTIVE_FIELDS = NUMBER_OF_ACTIVE_FIELDS TABLES * tables_tab = lt_tables * TABFIELDS_NOT_DISPLAY = TABFIELDS_NOT_DISPLAY fields_tab = lt_field field_desc = lt_f_descr field_texts = lt_f_text * EVENTS = EVENTS * EVENT_FIELDS = EVENT_FIELDS * FIELDS_NOT_SELECTED = FIELDS_NOT_SELECTED * NO_INT_CHECK = NO_INT_CHECK * ALV_QINFO = ALV_QINFO EXCEPTIONS OTHERS = 1.
FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = lv_sel_id title = sy-title frame_text = text-005 status = '1' as_window = abap_true * START_ROW = 2 * START_COL = 2 * NO_INTERVALS = ' ' * JUST_DISPLAY = ' ' * PFKEY = PFKEY * ALV = ' ' tree_visible = abap_false * DIAG_TEXT_1 = DIAG_TEXT_1 * DIAG_TEXT_2 = DIAG_TEXT_2 * WARNING_TITLE = WARNING_TITLE * AS_SUBSCREEN = ' ' * NO_FRAME = NO_FRAME IMPORTING expressions = lt_expression field_ranges = lt_f_ranges * NUMBER_OF_ACTIVE_FIELDS = NUMBER_OF_ACTIVE_FIELDS TABLES fields_tab = lt_field * FCODE_TAB = FCODE_TAB * FIELDS_NOT_SELECTED = FIELDS_NOT_SELECTED EXCEPTIONS internal_error = 1 no_action = 2 selid_not_found = 3 illegal_status = 4 OTHERS = 5.
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_LISTF02 - Include EAML_NW_ATT_LISTF02 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