SAP Reports / Programs | Personnel Management | Organizational Structure | Bases(PA-OS-BS) SAP PA

OM_CREATE_ARRAYTYPEF01 SAP ABAP INCLUDE - OMCREATEARRAYTYPEF01







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


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


INCLUDES used within this REPORT OM_CREATE_ARRAYTYPEF01

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:

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.



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