Do you have any question about this error?
Message type: E = Error
Message class: WL - Workflow: run-time messages
Message number: 387
Message text: Result of operation '& & &' cannot be of type '&'
The following abbreviations are used in the message:
'I': whole numbers (ABAP data type Int1, Int2, Int4)
'P': packed numbers with decimal places and +/- signs (Dec, Packed)
'N': character string with numerical values (Numc)
'C': character strings (Character)
'D': date
'T': time
'O' or 'o': objects from the Business Object Repository
Only use elements or expressions that can be linked with the required
operation, that is, define the operation only between compatiable ABAP
data types or between object types:
You can only calculate with numbers (types I, P). As well as the basic
arithmetical operations (+ - * /), DIV operations (whole number
division) and MOD operations (modulo) are supported.
With date/time, only the following operations are allowed:
'Date - Date' result: whole number
'Date - Number' result: date
'Time - Number' result: time
'Time - Time' result: whole number.
You can only compare numbers with numbers (type I, P, N), dates with
dates, times with times, character-based types (C, N) or objects the
same as each other (o).
The result of a calculation or an assignment must be compatible in type
with the operand(s) and must not lead to an overflow, that is, the
result element selected must be large enough.
Hexadecimal numbers (X, RAW) and floating point numbers (F, FLTP) are
not supported in container operations at present. If applicable, define
object methods to implement operations with these types in a program.
You can find more information in the ABAP editor online help under the
keywords 'Data' and 'Move'.
Error message extract from SAP system. Copyright SAP SE.
WL387
- Result of operation '& & &' cannot be of type '&' ?Get instant SAP help. Start your 7-day free trial now.
WL386
ABAP data type '&V2&' is not allowed in a container operation
What causes this issue? Element or expression &V1& has the ABAP data type '&V2&' which is not supported. The following abbr...
WL385
Workflow & no. & step &: Expression '&' is not a valid task number
What causes this issue? The task for the step &V3& in the workflow definition was to be determined dynamically from the expression &V4&am...
WL388
Element '&': Reference structure '&', field '&' not active in DDIC
What causes this issue? To carry out the operation, the type and the length of the element &V1& are required. However, the reference field us...
WL389
Division by zero is not allowed (expression '&' has value 0)
What causes this issue? A division by zero is not defined.System Response INCLUDE NA_WF_ERROR OBJECT DOKU ID TXHow to fix this error? Edit the work...
Click on this link to search all SAP messages.