SAP Reports / Programs | Application Platform | Integrated Product and Process Engineering(AP-PPE) SAP AP

PPE_EDE_EXTENDED_CHECK_F01 SAP ABAP INCLUDE - PPEEDEEXTENDEDCHECKF01







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

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:

CUKD_API_ALLOCATIONS_READ CALL FUNCTION 'CUKD_API_ALLOCATIONS_READ' EXPORTING allocation_number = iv_knobj table = cv_table * DATE = SY-DATUM with_alloc_data = 'X' with_basic_data = 'X' with_lang_dep_names = '' with_docus = '' with_sources = 'X' IMPORTING warning = lv_warning TABLES allocations = lt_allocations basic_data = lt_basic_data sources = lt_sources EXCEPTIONS error = 1 OTHERS = 2.

OXDEP_SAP_CONVERSION CALL FUNCTION 'OXDEP_SAP_CONVERSION' EXPORTING alter_max = cs_item-alter_max only = ' ' alter_only = 0 TABLES csource = ct_source CHANGING elements = cs_item-elements SOURCE = lt_sap_source.

OXDEP_SC_CHECK_INPUT CALL FUNCTION 'OXDEP_SC_CHECK_INPUT' EXPORTING iself = cs_item-iself editor = ' ' loadmode = ' ' no_update = 'X' CHANGING SOURCE = ct_source sap_source = lt_sap_source.

OXDEP_INSTANCE_GET CALL FUNCTION 'OXDEP_INSTANCE_GET' EXPORTING iself = cs_item-iself IMPORTING item = ls_item EXCEPTIONS not_found = 1 OTHERS = 2.

OXDEP_SAP_CONVERSION CALL FUNCTION 'OXDEP_SAP_CONVERSION' EXPORTING alter_max = ls_item-alter_max only = ' ' alter_only = 0 TABLES csource = ct_source CHANGING elements = ls_item-elements SOURCE = lt_sap_source.

OM_GUI_HAS_NODE_REFERENCE CALL FUNCTION 'OM_GUI_HAS_NODE_REFERENCE' IMPORTING node = lr_cfg. "#V1.2

OXDEP_SC_CHECK_INPUT CALL FUNCTION 'OXDEP_SC_CHECK_INPUT' EXPORTING iself = is_instance-iself editor = space IMPORTING syntax_error = lv_error CHANGING SOURCE = lt_source sap_source = lt_sap_source.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 text_question = text-003 text_button_1 = text-023 icon_button_1 = 'ICON_EXECUTE_OBJECT' text_button_2 = text-024 icon_button_2 = 'ICON_CANCEL' display_cancel_button = ppet_false default_button = '1' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

PVSHI_INIT CALL FUNCTION 'PVSHI_INIT' EXPORTING i_msg_handling = 'A' i_msg_handler = 'D' i_check_logsys = 'X' i_raise_events = ' ' i_prg_mode = 'P' EXCEPTIONS error = 1 OTHERS = 2.

OM_API_INIT_EDITOR_DARK CALL FUNCTION 'OM_API_INIT_EDITOR_DARK' EXPORTING in_pnguid = ls_protokoll-pnodid-pnguid in_clint = ls_protokoll-pnodid-clint EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 3.

PVSHI_SAVE CALL FUNCTION 'PVSHI_SAVE' EXPORTING save_protocol = 'X' TABLES return = lt_bapiret2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 text_question = text-015 text_button_1 = 'OK' icon_button_1 = 'ICON_OKAY' display_cancel_button = ''.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-004 text_question = text-016 text_button_1 = 'OK' icon_button_1 = 'ICON_OKAY' display_cancel_button = ''.

OM_EDE_CHECK_SEMANTIC CALL FUNCTION 'OM_EDE_CHECK_SEMANTIC' EXPORTING iv_knobj = is_instance-knobj it_db_source = lt_db_sources it_ng_source = it_gen_sources is_instance = is_instance iv_make_positive = p_makpos iv_comp_mode = gv_comp_mode IMPORTING ev_result = lv_result et_dnf_zuviel = lt_dnf_zuviel et_dnf_zuwenig = lt_dnf_zuwenig et_cabn = ls_protokoll-cabn_all et_messages = lt_messages.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PPEOM_EXT_EDE_CHECK_RES_S' CHANGING ct_fieldcat = ct_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

OXDEP_SC_CHECK_INPUT_SINGLE CALL FUNCTION 'OXDEP_SC_CHECK_INPUT_SINGLE' EXPORTING iself = cs_instance-iself * EDITOR = ' ' * LOADMODE = ' ' IMPORTING syntax_error = lv_syntax_error CHANGING SOURCE = lt_source.

OXDEP_SC_CHECK_INPUT CALL FUNCTION 'OXDEP_SC_CHECK_INPUT' EXPORTING iself = cs_instance-iself * EDITOR = ' ' loadmode = ' ' no_update = 'X' IMPORTING syntax_error = lv_syntax_error CHANGING SOURCE = lt_source_save.

OXDEP_INSTANCE_GET CALL FUNCTION 'OXDEP_INSTANCE_GET' EXPORTING iself = cs_instance-iself IMPORTING item = ls_instance EXCEPTIONS not_found = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE





CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'PPEOM_EXT_EDE_STEP2_S' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CUKD_API_ALLOCATIONS_MAINTAIN CALL FUNCTION 'CUKD_API_ALLOCATIONS_MAINTAIN' EXPORTING * SEARCH_DATE = SY-DATUM * ECM_NUMBER = ' ' allocation_number = cs_protokoll-instance-knobj table = cv_table * DEPNET_KNSCE = ' ' * DEPNET_KNART2 = ' ' no_commit = ' ' * IDOC_PROCESSING = ' ' IMPORTING * ALLOCATION_NUMBER = warning = lv_warning TABLES * ALLOCATIONS = * BASIC_DATA = * NAMES = * DOCUS = sources = lt_sources EXCEPTIONS error = 1 OTHERS = 2.

OM_IPPE_PNGUID_HAS_INSTANCE CALL FUNCTION 'OM_IPPE_PNGUID_HAS_INSTANCE' EXPORTING pnguid = cs_protokoll-pnodid-pnguid IMPORTING instance = lr_cfg EXCEPTIONS pnguid_not_loaded = 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 PPE_EDE_EXTENDED_CHECK_F01 or its description.