Solution : https://service.sap.com/sap/support/notes/1393723 (SAP Service marketplace login required)
Summary :
SAP Note describes a compilation issue in Package CNIF_PI arising when CI structures in tables such as CI_PROJ, CI_PRPS, CI_AUFK, and CI_AFVU include non-char-like fields. Errors occur because field types are not mutually convertible in Unicode programs, impacting fields "LS_BAPI_TE_..." and "EXTENSIONIN+30(960)" as well as "EXTENSIONOUT+30(960)" and "LS_BAPI_TE_...". Additionally included are references to various BAPI structures and ABAP utilities. The problem, a programming error, requires a source code fix to resolve these syntax errors.
Key words :
solution source code correction, database tables ci_proj, prerequisites program error, terms ci_proj, unicode program, syntax errors, package cnif_pi, ci structure, mutually convertible, fill_container_c reason
Related Notes :
637345 | Syntax error with enhanced PS tables (Unicode) |
509898 | BAPI enhancement concept and Unicode |