OM_CREATE_ARRAYTYPEF01 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 OM_CREATE_ARRAYTYPEF01 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!
RSAQ_READ_FUNCAREA_CATALOG CALL FUNCTION 'RSAQ_READ_FUNCAREA_CATALOG' EXPORTING workspace = gl_workarea * GENERIC_FUNCAREA = '*' * GENERIC_USERGROUP = '*' * GENERATED_FUNCAREAS_ONLY = ' ' TABLES funcareacatalog = temp_funcar_cat.
HR_OUTPUT_TREE_DIALOG CALL FUNCTION 'HR_OUTPUT_TREE_DIALOG' EXPORTING window_title = text-ueb starting_x = 1 starting_y = 1 ending_x = 80 ending_y = 30 show_value_output = 'X' show_text_output = 'X' infoset = gl_funcar workspace = gl_workarea * OUTPUT_FIELDS_IN = otype = dummy_otype IMPORTING output_fields_out = gl_output_specification EXCEPTIONS action_canceled = 1 * no_funcarea_for_selection = 2 internal_error = 3 no_hr_funcarea = 4 funcarea_not_found = 5 wrong_otype_in_funcarea = 6 OTHERS = 7.
HR_GET_OBJECTS_DIALOG * CALL FUNCTION 'HR_GET_OBJECTS_DIALOG' * EXPORTING * window_title = text-ueb * starting_x = 1 * starting_y = 1 * ending_x = 80 * ending_y = 30 ** CUSTOM_EXIT_BUTTON = ' ' ** CE_BUTTON_TEXT = ' ' * show_value_selection = ' ' * show_value_output = 'X' * show_text_selection = space * show_text_output = 'X' ** SHOW_SELECTION = ' ' ** SHOW_OUTPUT = ' ' * lock_evaluation_period = 'X' ** HIDE_EVALUATION_PERIOD = ' ' ** LOCK_EVALUATION_SET = ' ' ** HIDE_EVALUATION_SET = ' ' ** RECURSIVE_SELECTION_POSSIBLE = 'X' ** HIDE_FOOTER = ' ' * infoset = gl_funcar * workspace = gl_workarea * plvar = dummy_plvar * otype = dummy_otype * groupid = dummy_groupid * selid_fixed = 'X' ** selid_in = ** selid_for_save = * save_selid_on_exit = ' ' * select_on_exit = ' ' * save_without_groupid = 'X' ** OBJECTS_IN = ** CONDITION_TABLE_IN = ** output_fields_in = * docking_side = 1 * docking_ratio = 95 * IMPORTING * output_fields_out = gl_output_specification ** selid_saved_out = ** objects_out = * CHANGING * begda = fuzzy_begda * endda = fuzzy_endda * timed = timed_arbitrary * transport = do_not_transport * EXCEPTIONS * action_canceled = 1 * ce_button_pressed = 2 * no_funcarea_for_selection = 3 * begda_greater_endda = 4 * internal_error = 5 * no_hr_funcarea = 6 * no_selection_for_funcarea = 7 * wrong_otype_in_funcarea = 8 * funcarea_not_found = 9 * OTHERS = 10.
HR_CREATE_QUERY_FOR_INFO_GET CALL FUNCTION 'HR_CREATE_QUERY_FOR_INFO_GET' EXPORTING workspace = gl_workarea funcarea = gl_funcar * selid = space " NOT me->selid ! IMPORTING query = gl_queryname TABLES * AQ_OUTPUT_FIELDS = * AQ_SORT_FIELDS = output_fields = gl_outputfields * SORT_FIELDS = * tableconditions = * strucconditions = * combineconditions = EXCEPTIONS no_funcarea = 1 missing_fields = 2 illegal_workspace = 3 illegal_field = 4 query_locked = 5 duplicate_output_fields_def = 6 duplicate_selection_def = 7 duplicate_sort_fields_def = 8 forbidden_output_field = 9 id_field_missing_in_funcarea = 10 funcarea_not_supported = 11 generation_cancelled = 12 internal_error = 13 unknown_error = 14 OTHERS = 15.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING * EV_GUID_16 = * EV_GUID_22 = ev_guid_32 = gl_query_guid.
HR_TRANSPORT_TABLE CALL FUNCTION 'HR_TRANSPORT_TABLE' EXPORTING table_name = 'T77QUERY_FIELDS' * KEY = * TR_TASK = ' ' tr_category = 'SYST' force_transport = 'X' IMPORTING new_task = gl_task_id * NEW_ORDER = TABLES entries = i77query_fields EXCEPTIONS illegal_tabname = 1 internal_error = 2 illegal_task = 3 corr_append_failed = 4 no_customizing_client = 5 OTHERS = 6.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Spaltengruppe definieren und transportieren'(ttl) diagnose_object = 'CONFIRM_TRANSPORT_OF_ARRAYTP' text_question = text-que * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .
HR_DELETE_CREATED_QUERY CALL FUNCTION 'HR_DELETE_CREATED_QUERY' EXPORTING workspace = gl_workarea query = gl_queryname EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OM_CREATE_ARRAYTYPEF01 - OMCREATEARRAYTYPEF01 OM_CREATE_ARRAYTYPE - OMCREATEARRAYTYPE OM_CREATE_ARRAYTYPE - OMCREATEARRAYTYPE OM_CLEAN_USER_FROM_TABLES - Program CLEAN_USER_FROM_TABLES OM_CLEAN_USER_FROM_TABLES - Program CLEAN_USER_FROM_TABLES OMT3SHOW - Test Program for Displaying All Screen Fields in a Screen Sequence