Do you have any question about this error?
Message type: E = Error
Message class: RSRTS_CDS - Messages Transient CDS Queries
Message number: 013
Message text: ELSE clause (of case statement) must contain NULL value
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.
RSRTS_CDS013
- ELSE clause (of case statement) must contain NULL value ?The SAP error message RSRTS_CDS013 indicates that there is an issue with the ELSE clause of a CASE statement in a Core Data Services (CDS) view or a calculation view. Specifically, the error states that the ELSE clause must contain a NULL value. This typically occurs when the ELSE clause is not properly defined to handle cases where none of the WHEN conditions are met.
Cause:
The error arises when the ELSE clause of a CASE statement is expected to return a NULL value, but it either returns a non-NULL value or is not defined at all. This can happen in scenarios where:
To resolve the error, you should ensure that the ELSE clause of your CASE statement is explicitly defined to return a NULL value. Here’s how you can do that:
Check the CASE Statement: Review the CASE statement in your CDS view or calculation view. Ensure that the ELSE clause is present and returns NULL.
Example of a correct CASE statement:
CASE
WHEN condition1 THEN value1
WHEN condition2 THEN value2
ELSE NULL -- Ensure this is explicitly defined
END
Modify the ELSE Clause: If the ELSE clause is returning a non-NULL value or is missing, modify it to return NULL.
Test the Changes: After making the changes, test the CDS view or calculation view to ensure that the error is resolved and that the output is as expected.
If you continue to experience issues after making these changes, consider checking the documentation for your specific SAP version or consulting with your SAP support team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
RSRTS_CDS012
WHEN clause (of searched case statement) is not a select option table
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSRTS_CDS011
THEN clause (of case statement) is not a measure
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSRTS_CDS014
Identifier &1 (on position &2 of select list) is not a key figure
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSRTS_CDS015
CASE clause (of simple case statement) must be a characteristic
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.