Message type: E = Error
Message class: CPF -
Message number: 090
Message text: Parameter &1, BAdI &2: ASSIGN ... CASTING failed: Incompatible type.
An error occurred during ASSIGN ... CASTING statement.
Possible causes are:
Components (data references, object references, strings or internal
tables) that are contained in the source type (type of the field) or
target type, their offset and their type are not the same.
The type which has been entered using the addition TYPE or LIKE is not
compatible with the type of the field symbol.
The system terminates the processing.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Contact your system administrator.
Error message extract from SAP system. Copyright SAP SE.
CPF090
- Parameter &1, BAdI &2: ASSIGN ... CASTING failed: Incompatible type. ?The SAP error message CPF090 indicates that there is a problem with a BAdI (Business Add-In) implementation where a parameter is being assigned or cast to an incompatible type. This typically occurs when the data types of the variables involved do not match, leading to a failure in the assignment or casting operation.
Cause: Incompatible Data Types: The most common cause of this error is that the data type of the parameter being passed to the BAdI does not match the expected data type defined in the BAdI interface. Incorrect BAdI Implementation: If the BAdI implementation is not correctly defined or if the method signature does not match the interface, it can lead to this error. Changes in Data Structure: If there have been recent changes to the data structure or the BAdI interface, it may lead to mismatches in expected types. Type Casting Issues: If there is an explicit type cast in the code
Get instant SAP help. Sign up for our Free Essentials Plan.
CPF089
Parameter &1: No implementation available for BAdI &2.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CPF088
Result parameter &1 does not exist.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CPF091
Parameter &1, BAdI &2: ASSIGN ... CASTING failed; &3 is an unknown type.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CPF092
Parameter &1, BAdI &2: The field is not within the specified range.
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.