CPE_ERP_MD_IMPORT_TO_MEMORY 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_IMPORT_TO_MEMORY 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_IMPORT_TO_MEMORY
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CPE_ERP_MD_IMPORT_FROM_MEMORY CALL FUNCTION 'CPE_ERP_MD_IMPORT_FROM_MEMORY' EXPORTING IV_APPLICATION = xvake-kappl IV_USAGE = xvake-kvewe * IMPORTING * ES_CPEDOC_COM_OUT = * ET_KNUMHTOGUID_WRK = EXCEPTIONS ERROR_IMPORT_FROM_MEMORY = 0 ERROR_FORMULA_PUT_TO_OB = 0 ERROR_KNUMHTOGUID_PUT_TO_OB = 0 OTHERS = 0.
CPE_ERP_MD_FORMULA_READ CALL FUNCTION 'CPE_ERP_MD_FORMULA_READ' EXPORTING IV_APPLICATION = vake-kappl IV_USAGE = vake-kvewe IV_KNUMH = vake-knumh EXCEPTIONS CPE_NOT_ACTIVE = 0 FORMULA_NOT_FOUND = 0 OTHERS = 0 .
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_IMPORT_TO_MEMORY - Include CPE_ERP_MD_IMPORT_TO_MEMORY CPE_ERP_MD_FCODE_CPE_VAKE - Include CPE_ERP_MD_FCODE_CPE_VAKE CPE_ERP_MD_FCODE_CPE_FM - Include CPE_ERP_MD_FCODE_CPE_FM CPE_ERP_MD_EXPORT_TO_MEMORY - Include CPE_ERP_MD_EXPORT_TO_MEMORY CPE_ERP_MD_DEFINE_CLASSES - Include CPE_ERP_MD_DEFINE_CLASSES CPE_ERP_MD_CHECK_FIELDS - Include CPE_ERP_MD_CHECK_FIELDS