Do you have any question about this error?
Message type: E = Error
Message class: UC - FI/CO Data transfer: errors during transfer
Message number: 776
Message text: Field types for characteristic &1 and sender field &2 are different
You will see that problems can arise if sender fields are assigned to
receiver fields and the fields are of different types. Invalid values
could appear. Usually an ABAP command MOVE is carried out. This command
has a special logic for the type conversion and may not always be
suitable. See the ABAP documentation for the rules on type conversion.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
If, for example, you wish to convert fields from data type N or C to
date fields, check first in a test run whether the results are correct.
Alternatively, you can set the fields in the sender structure to the
'correct' type. Then during an import, the system checks if the fields
have been filled correctly for their type.
Error message extract from SAP system. Copyright SAP SE.
UC776
- Field types for characteristic &1 and sender field &2 are different ?Get instant SAP help. Start your 7-day free trial now.
UC772
Field types of receiver &1 and sender field &2 are incompatible
What causes this issue? It is not possible to assign the sender field to the receiver field since the field types are incompatible. This applies, for...
UC771
Field lengths of receiver &1 and sender field &2 are different
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
UC777
Unit/currency is preset -> Translate if necessary
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
UC778
Unit/currency does not exist in check table &
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.