Symptom
You may face an Error message: "Missing header data for Business Object YXXXXXXX_AAAAAAAAA111".
- Error message: "Character '' is not expected".
- Activation of the custom business object fails with errors
during activating Custom Business Object
Environment
SAP Cloud Application Studio
SAP Business Bydesign
SAP Cloud for Customer
Reproducing the Issue
- Open Cloud Application Studio.
- Navigate to the affected Solution.
- Attempt to activate the custom business object
- Error message: "Character '' is not expected".
- Activation of the custom business object fails with errors
Cause
Kindly cross check the BODL, where some of the Special characters were added to the code before the import statement "import AP.Common.GDT as apCommonGDT" as suggested in the line number from the error list.
Resolution
- Go to Cloud Application Studio
- Open the Affected Solution and the Business Object
- Open the affected code and copy it in a text editor such as Notepad++.
- Identify and remove the special characters located before the import statement "import AP.Common.GDT as apCommonGDT".
- Save the updated code.
- Reattempt to activate the custom business object in Cloud Application Studio.
See Also
Keywords
activation error, inconsistent patch solution, missing header data, character not expected, sap business bydesign, custom business object, sales_report, cloud application studio, import statement, special characters, activation failure. , KBA , AP-RC-BDS-LM , ByDesign Studio Lifecycle Management , Problem
SAP Knowledge Base Article - Public