SAP Reports / Programs | Logistics - General | Logistics Basic Data | Integrated Product and Process Engineering(LO-MD-PPE) SAP LO

PPER3E_EXPL_CU_IMPL SAP ABAP INCLUDE - PPER3EEXPLCUIMPL







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

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:

CUDB_INIT CALL FUNCTION 'CUDB_INIT' EXPORTING date = iv_date EXCEPTIONS internal_error = 1 OTHERS = 2.

CEI0_CONFIGURATION_INITIALIZER CALL FUNCTION 'CEI0_CONFIGURATION_INITIALIZER'.

CUKO_CONFIGURATION_INITIALIZER CALL FUNCTION 'CUKO_CONFIGURATION_INITIALIZER'.

CURA_CONFIGURATION_INITIALIZER CALL FUNCTION 'CURA_CONFIGURATION_INITIALIZER'.

CUCQ_GET_CONFIGURATION_PARAMS CALL FUNCTION 'CUCQ_GET_CONFIGURATION_PARAMS' EXPORTING profile_counter = cs_conf_params-profile-zaehl date = cs_conf_params-date object = cs_conf_params-root IMPORTING tcuco = cs_conf_params-profile EXCEPTIONS not_found = 1 false = 2 OTHERS = 3.

CUD0_LOADING_KNOWLEDGEBASE CALL FUNCTION 'CUD0_LOADING_KNOWLEDGEBASE' EXPORTING knobj = cs_conf_params-profile-knobj date = iv_date.

PPEEXPLU1_CLASS_GET CALL FUNCTION 'PPEEXPLU1_CLASS_GET' EXPORTING iv_msg_opt = iv_msg_opt CHANGING cs_klah_key = ls_clint_class.

CUCB_GET_CONFIGURATION CALL FUNCTION 'CUCB_GET_CONFIGURATION' EXPORTING instance = cv_cuobj IMPORTING configuration = et_cfg[] EXCEPTIONS invalid_instance = 1 instance_is_a_classification = 2 OTHERS = 3.

CUCB_COPY_CONFIGURATION CALL FUNCTION 'CUCB_COPY_CONFIGURATION' EXPORTING source_instance = cv_cuobj IMPORTING configuration = et_cfg[] EXCEPTIONS invalid_instance = 1 instance_is_a_classification = 2 OTHERS = 3.

PVSVS_READ_CHARS_OF_CLASS CALL FUNCTION 'PVSVS_READ_CHARS_OF_CLASS' EXPORTING i_clint = iv_clint i_direct = ppet_false IMPORTING e_chars = lt_char[] e_vals = lt_values[]. "SM

CLSE_SELECT_CABN_VIA_NAME CALL FUNCTION 'CLSE_SELECT_CABN_VIA_NAME' EXPORTING characteristic = ls_char-atnam TABLES t_cabn = lt_cabn EXCEPTIONS no_entry_found = 1 OTHERS = 2.

CEI0_DDB_CHAR_HAS_ATTRIBUTES CALL FUNCTION 'CEI0_DDB_CHAR_HAS_ATTRIBUTES' TABLES imp_characteristics = lt_api_char[] exp_attributes = lt_api_ch_att[].

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' "note 1315697 EXPORTING "note 1315697 i_workarea = "note 1315697 i_tabname = -attab "note 1315697 IMPORTING "note 1315697 e_object = ls_cltable. "note 1315697

CE_I_SET_OBJECTS_FOR_INPUT CALL FUNCTION 'CE_I_SET_OBJECTS_FOR_INPUT' TABLES OBJECTS = lt_cltable[].

CE_I_GET_CONFIGURATION CALL FUNCTION 'CE_I_GET_CONFIGURATION' EXPORTING instance = cv_cuobj cinst = iv_instance profile = is_profile date = iv_date IMPORTING cfgi = et_cfgi[] status = ev_status EXCEPTIONS instance_not_found = 1 OTHERS = 2.

CUCB_SET_CONFIGURATION CALL FUNCTION 'CUCB_SET_CONFIGURATION' EXPORTING root_instance = cv_cuobj CHANGING configuration = ct_cfg[] EXCEPTIONS invalid_instance = 1 instance_is_a_classification = 2 OTHERS = 3.

CUCB_CONFIGURATION_TO_DB CALL FUNCTION 'CUCB_CONFIGURATION_TO_DB' EXPORTING root_instance = cv_cuobj root_object = ls_cfg-owner IMPORTING new_instance = cv_cuobj EXCEPTIONS invalid_instance = 1 invalid_root_instance = 2 no_changes = 3 already_registered_for_update = 4 instance_is_a_classification = 5 OTHERS = 6.

CUBX_CONFIGURE_OBJECT CALL FUNCTION 'CUBX_CONFIGURE_OBJECT' EXPORTING cuobj = iv_cuobj "gs_cntl-conf-active_cuobj date = iv_date "gs_cntl-eff-date knobj = lv_knobj_nouse object_type = 'POSVID' CHANGING object = lv_posvid_nouse EXCEPTIONS false = 1 unknown_instance = 2 OTHERS = 405.

CULL_CONFIGURE_ITEM





CALL FUNCTION 'CULL_CONFIGURE_ITEM' EXPORTING object_type = selnet_body_type "i_object_type master_data = ls_object date = iv_date selection_conditions = lt_selconds procedures = lt_procedures_nouse IMPORTING RESULT = lv_result EXCEPTIONS internal_error = 1.

CUBX_CONFIGURE_OBJECT CALL FUNCTION 'CUBX_CONFIGURE_OBJECT' EXPORTING cuobj = iv_cuobj date = iv_date knobj = iv_knobj object_type = 'POSVID' CHANGING object = lv_posvid_nouse EXCEPTIONS false = 1 unknown_instance = 2 OTHERS = 405.

CUBX_CONFIGURE_OBJECT CALL FUNCTION 'CUBX_CONFIGURE_OBJECT' EXPORTING cuobj = iv_cuobj date = iv_date knobj = iv_knobj object_type = 'PAMODD' CHANGING object = lv_pamodd_nouse EXCEPTIONS false = 1 unknown_instance = 2 OTHERS = 405.



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