Do you have any question about this error?
Message type: E = Error
Message class: /UI2/FIOCONT -
Message number: 035
Message text: Add. info for UI5 apps must start with 'SAPUI5.Component='. Currently:&1
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
/UI2/FIOCONT035
- Add. info for UI5 apps must start with 'SAPUI5.Component='. Currently:&1 ?The SAP error message
/UI2/FIOCONT035
indicates that there is an issue with the configuration of a UI5 application, specifically related to the way the application is defined in the SAP system. The error message states that the additional information for UI5 apps must start withSAPUI5.Component=
, but the current configuration does not meet this requirement.Cause:
The error typically arises when the application is not correctly defined in the SAP Fiori Launchpad or when the application descriptor (like the
manifest.json
file) does not specify the component name correctly. The system expects the additional information for the UI5 application to follow a specific format, and if it does not, this error will be triggered.Solution:
To resolve this error, you can follow these steps:
Check the Application Configuration:
- Go to the SAP Fiori Launchpad configuration and check the tile or target mapping for the UI5 application that is causing the error.
- Ensure that the "Additional Information" field is correctly set. It should start with
SAPUI5.Component=
followed by the name of the component (e.g.,SAPUI5.Component=com.example.myapp
).Verify the Component Name:
- Make sure that the component name you are using is correct and matches the one defined in your application's
manifest.json
file.- The component name is usually defined in the
sap.app.id
property of themanifest.json
.Check the Launchpad Configuration:
- If you are using a custom launchpad configuration, ensure that the configuration is correctly set up to point to the right component.
Clear Cache:
- Sometimes, caching issues can cause problems. Clear the browser cache and the SAP Fiori Launchpad cache to ensure that the latest configuration is being used.
Test the Application:
- After making the necessary changes, test the application again to see if the error persists.
Related Information:
manifest.json
file.By following these steps, you should be able to resolve the /UI2/FIOCONT035
error and ensure that your UI5 application is correctly configured in the SAP environment.
Get instant SAP help. Start your 7-day free trial now.
/UI2/FIOCONT034
Launchpad &1/&2/&3: system alias must not be empty
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/UI2/FIOCONT033
UI5 app: system alias must be empty. Currently: &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/UI2/FIOCONT036
add Info: SAPUI5.Component=factsheet and TargetApp Param is empty
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/UI2/FIOCONT037
Launchpad &1/&2/&3: Target Application Parameters are not encoded
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.