SAP Reports / Programs | Logistics - General | Merchandise and Assortment Planning(LO-MAP) SAP LO

WISP_EIN_F01 SAP ABAP INCLUDE - WISPEINF01







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

FORM CREATE_CI_INCLUDE USING INCLUDE_NAME LIKE DCOBJDEF-NAME .
FORM CHECK_FOR_CI_INCLUDES USING P_CUS_INCLUDE TYPE C


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 = help_name state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_info dd05m_tab = dd05m_info dd08v_tab = dd08v_info * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = super_struc state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_all EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = sap_include state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_sap_incl dd05m_tab = dd05m_sap_incl dd08v_tab = dd08v_sap_incl * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = cus_include state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_cus_incl dd05m_tab = dd05m_cus_incl dd08v_tab = dd08v_cus_incl * DD35V_TAB = * DD36M_TAB = EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = sap_include TABLES dd03p_tab = dd03p_sap_incl dd05m_tab = dd05m_sap_incl dd08v_tab = dd08v_sap_incl * DD35V_TAB = * DD36M_TAB = EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = sap_include auth_chk = ' ' EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = cus_include TABLES dd03p_tab = dd03p_cus_incl dd05m_tab = dd05m_cus_incl dd08v_tab = dd08v_cus_incl * DD35V_TAB = * DD36M_TAB = EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = cus_include auth_chk = ' ' EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = help_name state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_info EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname fieldname = fieldname * LANGU = SY-LANGU lfieldname = lfieldname * ALL_TYPES = ' ' IMPORTING * X030L_WA = * DDOBJTYPE = dfies_wa = wa_dfies * TABLES * DFIES_TAB = EXCEPTIONS not_found = 1 "Referenz auf Zusatzkennzahl ex. nicht

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = super_struc state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_all EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = sap_include_kf state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_sap_incl EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = cus_include_kf state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_cus_incl EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = sap_include_kf TABLES dd03p_tab = dd03p_sap_incl EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = sap_include_kf auth_chk = ' ' EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = cus_include_kf TABLES dd03p_tab = dd03p_cus_incl EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = cus_include_kf auth_chk = ' ' EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = no titel = 'Planungslayout löschen:'(014) textline1 = 'Soll das Planungslayout ...'(006)

ENQUEUE_EKEFORMS





CALL FUNCTION 'ENQUEUE_EKEFORMS' EXPORTING applclass = rkb1s-applclass subclass = rkb1s-subclass tabname = rkb1s-tabname form = p_layout EXCEPTIONS foreign_lock = 01 system_failure = 02.

DEQUEUE_EKEFORMS CALL FUNCTION 'DEQUEUE_EKEFORMS' EXPORTING applclass = rkb1s-applclass subclass = rkb1s-subclass tabname = rkb1s-tabname form = p_layout.

ENQUEUE_EKEFORMS_S CALL FUNCTION 'ENQUEUE_EKEFORMS_S' EXPORTING applclass = rkb1s-applclass subclass = rkb1s-subclass tabname = rkb1s-tabname form = p_layout EXCEPTIONS foreign_lock = 01 system_failure = 02.

DEQUEUE_EKEFORMS_S CALL FUNCTION 'DEQUEUE_EKEFORMS_S' EXPORTING applclass = rkb1s-applclass subclass = rkb1s-subclass tabname = rkb1s-tabname form = p_layout.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = '1' diagnosetext1 = space diagnosetext2 = dtext1 * DIAGNOSETEXT3 = ' ' textline1 = 'Durch "Fortsetzen" wird das Feld übernommen.'(012)

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING * LANGUAGE = SY-LANGU popup_title = text-009 * START_COLUMN = 10 * START_ROW = 3 text_object = info_object * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS text_not_found = 1 OTHERS = 2.

DDUT_OBJECT_COPY CALL FUNCTION 'DDUT_OBJECT_COPY' EXPORTING type = struc_type src_name = struc_template * SRC_ID = ' ' dst_name = include_name * DST_ID = ' ' state = 'M' "#EC NOTEXT * WITH_SUBOBJECTS = 'X' * with_docu = 'X' EXCEPTIONS illegal_input = 1 src_not_found = 2 copy_failure = 3 copy_refused = 4 OTHERS = 5 .

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = struc_pgmid wi_tadir_object = struc_object wi_tadir_obj_name = obj_name wi_tadir_devclass = '$TMP' "#EC NOTEXT wi_test_modus = ' ' * WI_TADIR_MASTERLANG = ' ' * WI_REMOVE_GENFLAG = ' ' WI_SET_GENFLAG = 'X' * IV_SET_EDTFLAG = ' ' EXCEPTIONS tadir_entry_ill_type = 2 object_reserved_for_devclass = 6 object_exists_global = 7 object_exists_local = 8 object_is_distributed = 9 obj_specification_not_unique = 10 devclass_not_existing = 12 order_missing = 14 no_modification_of_head_syst = 15 pgmid_object_not_allowed = 16 devclass_not_specified = 18 gtadir_not_reached = 21 object_locked_for_order = 22 no_change_from_sap_to_tmp = 24 OTHERS = 25 .

DDIF_STATE_GET CALL FUNCTION 'DDIF_STATE_GET' EXPORTING type = struc_type name = p_cus_include * ID = * state = 'M' IMPORTING gotstate = gotstate EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDIF_STATE_GET CALL FUNCTION 'DDIF_STATE_GET' EXPORTING type = struc_type name = p_cus_include_kf * ID = * state = 'M' IMPORTING gotstate = gotstate EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' "#EC NOTEXT TABLES dd03p_tab = dd03p_info EXCEPTIONS illegal_input = 1 OTHERS = 2.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING * SYSTEMEDIT = * SYSTEMNAME = systemtype = p_systype * SYSTEM_CLIENT_EDIT = * SYS_CLIINDDEP_EDIT = * SYSTEM_CLIENT_ROLE = * EV_C_SYSTEM = EXCEPTIONS * no_systemname = 1 no_systemtype = 2 OTHERS = 3.

CHECK_OBJECT_NAME CALL FUNCTION 'CHECK_OBJECT_NAME' EXPORTING i_mode = check_modus_create i_type = 'F' "#EC NOTEXT i_form = p_layout.

CHECK_OBJECT_NAME CALL FUNCTION 'CHECK_OBJECT_NAME' EXPORTING i_mode = check_modus_change i_type = 'F' "#EC NOTEXT i_form = p_layout.



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