ICL_CF_ULAE2LOT_F01 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 ICL_CF_ULAE2LOT_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICLF_ICL_TICL020_GET1 CALL FUNCTION 'ICLF_ICL_TICL020_GET1' TABLES * T_TICL020 = t_ticl020t = lt_ticl020t.
ICL_LOT_NUMBER_GET_NEXT CALL FUNCTION 'ICL_LOT_NUMBER_GET_NEXT' EXPORTING iv_simul = gv_simul IMPORTING ev_number = lv_number.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_CALLBACK_PROGRAM = * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * IS_LAYOUT = * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = 'X' i_save = 'A' is_variant = ls_variant * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'LT_ICLINDRES' i_tabname_item = 'LT_ICLINDRESI_ALV' i_structure_name_header = 'ICLINDRES_ALV' i_structure_name_item = 'ICLULAEINDRESI_ALV' is_keyinfo = ls_keyinfo * IS_PRINT = * IS_REPREP_ID = IMPORTING * E_EXIT_CAUSED_BY_CALLER = es_exit_caused_by_user = ls_exit_caused_by_user TABLES t_outtab_header = lt_iclindres t_outtab_item = lt_iclindresi_alv * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING kind = 'T' expressions = gt_expr[] * field_groups_key = l_field_groups_key IMPORTING selection_id = l_selection_id where_clauses = l_tab_where_clauses expressions = gt_expr[] field_ranges = gt_field_ranges TABLES tables_tab = gt_tab_tables fields_tab = gt_tab_fields EXCEPTIONS fields_incomplete = 1 fields_no_join = 2 field_not_found = 3 no_tables = 4 table_not_found = 5 expression_not_supported = 6 incorrect_expression = 7 illegal_kind = 8 area_not_found = 9 inconsistent_area = 10 kind_f_no_fields_left = 11 kind_f_no_fields = 12 too_many_fields = 13 OTHERS = 14.
FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = l_selection_id title = l_title IMPORTING where_clauses = l_tab_where_clauses expressions = gt_expr[] field_ranges = gt_field_ranges TABLES fields_tab = gt_tab_fields EXCEPTIONS internal_error = 1 no_action = 2 selid_not_found = 3 illegal_status = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.