Do you have any question about this error?
Message type: E = Error
Message class: FDT_CHANGE_INFO - FDT: Changes info in object for different versions
Message number: 352
Message text: Return parameter of case expression was changed at position &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.
FDT_CHANGE_INFO352
- Return parameter of case expression was changed at position &1 ?The SAP error message FDT_CHANGE_INFO352 indicates that there is an issue with the return parameter of a case expression in a formula or expression used in the context of SAP Fiori or SAP S/4HANA. Specifically, it suggests that the return type of the case expression has been altered at a specific position, which can lead to inconsistencies or errors in data processing.
Cause:
- Data Type Mismatch: The most common cause of this error is a mismatch in the data types of the return values in the case expression. For example, if some branches of the case return a string while others return a number, this inconsistency will trigger the error.
- Changes in Data Model: If there have been recent changes to the underlying data model or the structure of the fields being referenced, it may lead to this error.
- Incorrect Logic: The logic defined in the case expression may not be correctly structured, leading to unexpected return types.
Solution:
- Review the Case Expression: Check the case expression for consistency in return types. Ensure that all branches of the case return values of the same data type.
- Adjust Data Types: If necessary, convert the return values to a common data type. For example, if some branches return integers and others return strings, you may need to convert integers to strings or vice versa.
- Test Changes: After making adjustments, test the expression to ensure that it no longer triggers the error.
- Check for Updates: If the error persists, check for any recent updates or changes in the SAP system that might have affected the data model or the expression logic.
Related Information:
By following these steps, you should be able to identify the root cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
FDT_CHANGE_INFO351
Test parameter of case expression was changed at position &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CHANGE_INFO350
'Otherwise' parameter for case was changed due to the following reasons
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CHANGE_INFO353
Database lookup expression was created for table &1 with &2 conditions
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FDT_CHANGE_INFO354
Low condition was changed for field name &1
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.