Solution : https://service.sap.com/sap/support/notes/561529 (SAP Service marketplace login required)
Summary :
After creating production or process orders in SAP, users may find that long texts for order headers, operations, or components are missing despite active indicators. This issue, denoted by error CP752, stems from a program flaw where long texts are deleted from SAPScript Memory during planned order conversions via the stock/requirements list. To resolve, a program correction ensures these texts are temporarily stored in buffer tables before and after accessing the stock/requirements list, preventing data loss. SAP recommends implementing specific source code changes and creating two function modules to import and export the order texts correctly to and from SAPScript Memory.
Key words :
menu environment -> stock/requirements list, system issues message cp752, indicator long text exists, stock/requirements list, source code corrections, cotx short text, no_catalog short text, create function module, co_tx_text_catalog_import function group, co_tx_text_catalog_export function group
Related Notes :
762760 | Long text does not exist even though indicator is set |
648630 | Performance while reading production orders |