SAP Message UCF7006 - Row too long: Character string '&2' will be ignored

Diagnosis
Field number &V1& in the current data row contains the string '&V2&'.However, according to the definition in upload method &V4&, only &V3&fields are intended for each row. Therefore, the string cannot beinterpreted as the characteristic value.

System Response
The system will ignore the string '&V2&' at the end of the row.

Procedure
Make sure that you indeed want to use upload method &V4&, and that allof its fields, which are to be populated, are assigned.
If the column width is variable, make sure that adjacent fields arealso separated by exactly one field separator.
Whenever possible, avoid extremely long data rows.