CPE_ERP_MD_DEFINE_CLASSES 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 CPE_ERP_MD_DEFINE_CLASSES into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include CPE_ERP_MD_DEFINE_CLASSES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CPE_ERP_MD_KNUMH_KOPOS_CHANGE * CALL FUNCTION 'CPE_ERP_MD_KNUMH_KOPOS_CHANGE' * EXPORTING * iv_application = 'M' * iv_usage = 'A' * iv_knumh_old = old_number * iv_knumh_new = new_number ** iv_kopos_old = ** iv_kopos_new = * EXCEPTIONS * cpe_not_active = 1 * old_knumh_not_found = 2 * OTHERS = 3 * .
CPE_ERP_MD_KNUMH_KOPOS_CHANGE * CALL FUNCTION 'CPE_ERP_MD_KNUMH_KOPOS_CHANGE' * EXPORTING * iv_application = 'M' * iv_usage = 'A' * iv_knumh_old = old_number * iv_knumh_new = new_number ** IV_KOPOS_OLD = ** IV_KOPOS_NEW = * EXCEPTIONS * cpe_not_active = 1 * old_knumh_not_found = 2 * others = 3 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CPE_ERP_MD_DEFINE_CLASSES - Include CPE_ERP_MD_DEFINE_CLASSES CPE_ERP_MD_CHECK_FIELDS - Include CPE_ERP_MD_CHECK_FIELDS CPE_DOC_FM_TESTING - Report to test the function modules under CPE_DOC CPE_DOC_FM_TESTING - Report to test the function modules under CPE_DOC CPE_BASIS_FM_TESTING - Report is only allowed to be used for SAP Service staff (CPE FM Tests) CPE_BASIS_FM_TESTING - Report is only allowed to be used for SAP Service staff (CPE FM Tests)