DB_ERR_ORA_01406 is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: & - Text Include (no Short Dump, only Text Module)
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.
Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.
Please see ora information for more details about the possible cause of this runtime error and how it could be avoided.
These inconsistencies between NAMETAB and the database can arise due to
incorrect behaviour in the database interface, where a field has been
made shorter (when reading) or longer (when writing/updating) than the
maximum length defined in the NAMETAB.
Data field cut off at end in selection
If the error occurred in Open SQL, there is probably an inconsistency
between the NAMETAB and the ABAP Data Dictionary. Compare the length
specified for the fields in the NAMETAB and the ABAP Data Dictionary
and contact somebody who can perform a consistency check and might be
able to remove the error. This would normally be your SAP consultant.
Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.
The cause of this error is a selection buffer in the database
interface. This buffer is shorter than the field provided by the
database.
This can be caused by the length described in the NAMETAB not matching
the maximum length set in the database (the length in the NAMETAB is
shorter in this case).
When reading a data record from the database, only part of the data
field could be read. The end of the data field was cut off.