SAP Reports / Programs | Logistics - General | Electronic Data Records(LO-ELR) SAP LO

AUT_REP10_FORM SAP ABAP INCLUDE - AUTREP10FORM







AUT_REP10_FORM 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 AUT_REP10_FORM 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 AUT_REP10_FORM. "Basic submit
SUBMIT AUT_REP10_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT AUT_REP10_FORM 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 AUT_REP10_FORM

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname langu = sy-langu TABLES dfies_tab = gt_dfies_tab EXCEPTIONS not_found = 0 internal_error = 0 OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-005.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = l_msg_text textline2 = text-028 titel = text-029 cancel_display = '' IMPORTING answer = l_choice.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * percentage = l_percent text = text-007. "<<

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = l_msg_text textline2 = text-028 titel = text-029 cancel_display = '' IMPORTING answer = l_choice.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-078.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-077.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' ">>>NOTE1069947 EXPORTING username = wa_alv_output1_table-username IMPORTING address = ls_address TABLES return = lt_return.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-077.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' ">>>NOTE1069947 EXPORTING username = wa_alv_output2_table-username IMPORTING address = ls_address TABLES return = lt_return.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-008.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-008.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-009.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-009.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-006.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = p_l_msg_text1 textline2 = text-034 titel = text-035 IMPORTING answer = l_choice.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = l_msg_text textline2 = text-028 titel = text-029 cancel_display = '' IMPORTING answer = l_choice.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = l_msg_text textline2 = text-028 titel = text-029 cancel_display = '' importing answer = l_choice.

SAPGUI_PROGRESS_INDICATOR





call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = l_percent text = text-004.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-004.

DB_SELECT_GENERIC_TABLE CALL FUNCTION 'DB_SELECT_GENERIC_TABLE' EXPORTING genkey = wa_alv_output1_table-logkey genkey_ln = l_keylen tablename = wa_alv_output1_table-tabname TABLES inttab = "UC EXCEPTIONS db_error = 1 not_found = 2 wrong_param = 3 internal_error = 4 OTHERS = 5.

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING changenumber = p_cdhdr-changenr date_of_change = p_cdhdr-udate objectclass = p_cdhdr-objectclas objectid = p_cdhdr-objectid time_of_change = p_cdhdr-utime username = p_cdhdr-username TABLES editpos = l_editpos EXCEPTIONS no_position_found = 0 wrong_access_to_archive = 0 time_zone_conversion_error = 0 OTHERS = 0.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_tabname state = 'A' langu = sy-langu IMPORTING dd02v_wa = l_dd02v_wa dd09l_wa = l_dd09l_wa TABLES dd03p_tab = l_dd03p_tab EXCEPTIONS illegal_input = 0 OTHERS = 0.

DD_NTAB_HIST_GET CALL FUNCTION 'DD_NTAB_HIST_GET' EXPORTING tabname = p_tabname TABLES nthist = l_history EXCEPTIONS not_found = 1 invalid_parameter = 2 OTHERS = 3.

DD_INT_NAMETAB_TO_DFIES CALL FUNCTION 'DD_INT_NAMETAB_TO_DFIES' TABLES x031l_tab = -fields dfies_tab = l_dfies EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tabname langu = sy-langu all_types = 'X' TABLES dfies_tab = l_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

MENU_GET_MENU_TREE_PART CALL FUNCTION 'MENU_GET_MENU_TREE_PART' EXPORTING startmn_guid = p_struc_id top_node = p_topnode TABLES output_nodes = lt_nodes output_texts = lt_texts EXCEPTIONS menu_not_found = 1 menu_damaged = 2 no_reference = 3 no_master_lang = 4 OTHERS = 5.

SIGN_READ * CALL FUNCTION 'SIGN_READ' * EXPORTING * object_imp = * key_chord_imp = wa_rc72 * key_lot_imp = wa_rc73 * key_sheet_imp = wa_rc74 * key_ebr_imp = wa_rc75 * key_chobj_imp = wa_rc76 * key_dms_imp = wa_rc77 * key_pnnr_imp = wa_rc78 ** FLG_READ_MODE_IMP = * TABLES * signs_chord_tab = lt_tc72b * signs_lot_tab = lt_tc73b * signs_sheet_tab = lt_tc74b * signs_ebr_tab = lt_tc75b * signs_chobj_tab = lt_tc76b * signs_dms_tab = lt_tc77b * signs_pnnr_tab = lt_tc78b * EXCEPTIONS * key_for_object_incomplete = 1 * no_signatures_found = 2 * OTHERS = 3 * .

DDIF_NAMETAB_GET * CALL FUNCTION 'DDIF_NAMETAB_GET' * EXPORTING * tabname = p_wa_rc_table-rc_name * TABLES * dfies_tab = p_gt_rc_dfies * EXCEPTIONS * not_found = 0 * OTHERS = 0.

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING * i_callback_program = g_repid * i_callback_pf_status_set = 'STATUS_SET' * i_callback_user_command = 'USER_COMMAND' * i_structure_name = 'AUT_RCXXB' * is_layout = ls_layout_alv * it_excluding = lt_excluding * it_event_exit = lt_event_exit * i_save = save_variant * is_variant = alv_out_sig * TABLES * t_outtab = gt_signatures[] * EXCEPTIONS * program_error = 1 * OTHERS = 2.

SIGN_COMMENT_SHOW * CALL FUNCTION 'SIGN_COMMENT_SHOW' * EXPORTING * sign_no_imp = -sign_no * comm_lang_imp = sy-langu * EXCEPTIONS * no_comment = 1 * OTHERS = 2.

DB_CONVERT_FIELD_TO_HOST CALL FUNCTION 'DB_CONVERT_FIELD_TO_HOST' EXPORTING type = c_float_type CHANGING field = EXCEPTIONS wrong_param = 1 OTHERS = 2.

DB_CONVERT_FIELD_TO_HOST CALL FUNCTION 'DB_CONVERT_FIELD_TO_HOST' EXPORTING TYPE = c_int2_type CHANGING FIELD = EXCEPTIONS WRONG_PARAM = 1 OTHERS = 2.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' ">>>NOTE1069947 EXPORTING username = sy-uname IMPORTING address = ls_address TABLES return = lt_return.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-004.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = text-004.

CHANGEDOCU_KEY_CHAR2ANY CALL FUNCTION 'CHANGEDOCU_KEY_CHAR2ANY' EXPORTING iv_tablekey = lw_output2_tab-tabkey iv_tabname = lw_output2_tab-tabname IMPORTING es_struct_out = EXCEPTIONS tabname_is_empty = 1 nametab_error = 2 OTHERS = 3.

DD_VIHD_GET CALL FUNCTION 'DD_VIHD_GET' EXPORTING GET_STATE = 'A' view_name = ls_viewnames-tabname IMPORTING DD25V_WA_A = DD25V_WA GOT_STATE = got_state EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.






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