Message type: E = Error
Message class:  DDLS - For DDL source handling 
Message number: 385
Message text: Division only allowed for float numbers (left operand has type &)
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.
The SAP error message DDLS385 indicates that there is an attempt to perform a division operation where the left operand is not of a floating-point type. This error typically occurs in ABAP programs or when working with database views or calculations in SAP where the data types of the operands are not compatible for division.
Cause: The error arises when: You are trying to divide a non-float number (like an integer or a string) by another number. The left operand in the division operation is of a type that does not support division, such as an integer or a character string.
Solution: To resolve this error, you need to ensure that both operands in the division operation are of a floating-point type. Here are some steps you can take: Check Data Types: Verify the data types of the operands involved in the division. You can do this by checking the definitions of the variables or fields in
Get instant SAP help. Sign up for our Free Essentials Plan. 
DDLS384 %, _, or escape symbol must follow the escape character in like
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS383 ASCII characters are allowed as escape characters (not SPACE, ', _, or %)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS386 Division only allowed for float numbers (right operand has type &)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DDLS387 Division x/y is only allowed for float numbers
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.