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

AUTCUST_F200 SAP ABAP INCLUDE - AUTCUSTF200







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

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_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_wa_current_table-tabname state = 'M' langu = sy-langu IMPORTING gotstate = gotstate * DD02V_WA = dd09l_wa = wa_dd09l TABLES dd03p_tab = it_dfies_tab * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_input = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_icon * TEXT = ' ' info = text * ADD_STDINF = 'X' IMPORTING result = p_wa_table2_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

POPUP_TO_DISPLAY_TEXT_LO CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO' ">>>UC EXPORTING TITEL = text-049 TEXTLINE1 = text-052 TEXTLINE2 = text-053 * TEXTLINE3 = ' ' * START_COLUMN = 15 * START_ROW = 6 .

POPUP_TO_DISPLAY_TEXT * CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT' * EXPORTING * titel = text-049 * textline1 = text-052 "TW 05.04.01

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING wi_order = order_aut * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order_aut we_task = task_aut TABLES wt_ko200 = it_transport_aut wt_e071k = it_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3 .

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING wi_order = order * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order we_task = task TABLES wt_ko200 = it_transport * wt_e071k = * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3 .

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = wa_tabl_save-tabname * DD02V_WA = ' ' dd09l_wa = wa_tabl_save * TABLES * DD03P_TAB = * DD05M_TAB = * DD08V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6 .

DDIF_DTEL_PUT CALL FUNCTION 'DDIF_DTEL_PUT' EXPORTING name = wa_dtel_save-rollname dd04v_wa = wa_dtel_save EXCEPTIONS dtel_not_found = 1 name_inconsistent = 2 dtel_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

SCWG_TOOLFLAG_SET CALL FUNCTION 'SCWG_TOOLFLAG_SET'.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = p_rollname state = 'A' langu = sy-langu IMPORTING gotstate = gotstate dd04v_wa = wa_dd04 * TPARA_WA = EXCEPTIONS illegal_input = 1 OTHERS = 2.

POPUP_TO_DISPLAY_TEXT_LO CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO' ">>>UC EXPORTING TITEL = text-049 TEXTLINE1 = text-050 TEXTLINE2 = text-051 * TEXTLINE3 = ' ' * START_COLUMN = 15 * START_ROW = 6 .

POPUP_TO_DISPLAY_TEXT * CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT' * EXPORTING * titel = text-049 * textline1 = text-050 * textline2 = text-051 ** START_COLUMN = 25 ** START_ROW = 6 * . "<<

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' EXPORTING * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order_auttrans * WE_TASK = * WE_OBJECTS_APPENDABLE = TABLES wt_ko200 = it_transport_save_auttrans wt_e071k = it_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING wi_order = order_auttrans * IV_NO_STANDARD_EDITOR = ' ' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' IMPORTING we_order = order_auttrans * we_task = task_auttrans TABLES wt_ko200 = it_transport_save_auttrans wt_e071k = it_e071k * TT_TADIR = EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3 .

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-012 * TEXTLINE2 = ' ' titel = text-013 * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING answer = answer.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SCWG_TOOLFLAG_RESET CALL FUNCTION 'SCWG_TOOLFLAG_RESET'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SCWG_TOOLFLAG_RESET





CALL FUNCTION 'SCWG_TOOLFLAG_RESET'. "TW 17052001

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = text-010 * TEXTLINE2 = ' ' titel = text-013 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SCWG_TOOLFLAG_RESET CALL FUNCTION 'SCWG_TOOLFLAG_RESET'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'. "TW 17052001

SCWG_TOOLFLAG_RESET CALL FUNCTION 'SCWG_TOOLFLAG_RESET'."TW 17052001

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SCWG_TOOLFLAG_RESET CALL FUNCTION 'SCWG_TOOLFLAG_RESET'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SCWG_TOOLFLAG_SET CALL FUNCTION 'SCWG_TOOLFLAG_SET'.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING diagnosetext1 = text-068 diagnosetext2 = text-083 * diagnosetext3 = text-070 textline1 = text-071 * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' text_option1 = text-072 text_option2 = text-073 icon_text_option1 = 'ICON_OKAY' icon_text_option2 = 'ICON_SYSTEM_HELP' titel = text-074 cancel_display = 'X' IMPORTING answer = answer.

SWF_HELP_LONGTEXT_SHOW CALL FUNCTION 'SWF_HELP_LONGTEXT_SHOW' EXPORTING in_workarea = 'AUT' in_message = '055' * IN_VARIABLE1 = * IN_VARIABLE2 = * IN_VARIABLE3 = * IN_VARIABLE4 = .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = l_text.

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING I_FIND_OBJ_CLS = 'DTEL' I_SCOPE_OBJ_CLS = 'DTF' * REKURSIV = ' ' * I_ANSWER = ' ' * I_ACTUAL_INCLUDE = ' ' * NO_DIALOG = ' ' * EXPAND_SOURCE_IN_BATCH_MODE = 'X' * EXPAND_SOURCE_IN_ONLINE_MODE = ' ' * IMPORTING * O_SCOPE_OBJ_CLS = * O_ANSWER = TABLES I_FINDSTRINGS = lt_SEARCH O_FOUNDS = lt_FOUND * O_FINDSTRINGS = * I_SCOPE_OBJECTS = * I_ACTUAL_SOURCE = * I_SCOPE_OBJECT_CLS = * I_SCOPE_DEVCLASS = EXCEPTIONS NOT_EXECUTED = 1 NOT_FOUND = 2 ILLEGAL_OBJECT = 3 NO_CROSS_FOR_THIS_OBJECT = 4 BATCH = 5 BATCHJOB_ERROR = 6 WRONG_TYPE = 7 OBJECT_NOT_EXIST = 8 OTHERS = 9.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' I_GRID_TITLE = text-103 * I_GRID_SETTINGS = IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_ADD_FIELDCAT = * IT_HYPERLINK = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = lt_output EXCEPTIONS PROGRAM_ERROR = 0 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 AUTCUST_F200 or its description.