Message type: E = Error
Message class: G00 - SAP Consolidation
Message number: 703
Message text: Row too long: character string '&2&' ignored
The current data row contains the character string '&V2&' as the value
at position &V1&. However, according to upload method &V4&, only &V3&
fields are to be read per row. The system therefore cannot interpret
the string as a characteristic value.
The character string '&V2&' at the end of the row is ignored.
Make sure that upload method &V4& really is the method you want to use,
and that it includes all the fields that are to be read.
If you use variable column widths, make sure that the fields in a data
row are set apart by exactly one field separator.
Try to avoid using long data rows.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
G00703
- Row too long: character string '&2&' ignored ?The SAP error message G00703, which states "Row too long: character string '&2&' ignored," typically occurs when there is an attempt to insert or update a row in a database table, and the data being inserted exceeds the maximum allowed length for one or more fields in that row. This can happen in various contexts, such as during data uploads, batch processing, or when executing certain transactions.
Cause: Field Length Exceeded: The most common cause is that the data being processed exceeds the defined length of one or more fields in the database table. Data Type Mismatch: If the data type of the field does not match the data being inserted (e.g., trying to insert a string into a numeric field), it can lead to this error. Concatenated Strings: If multiple fields are concatenated into a single string for processing, the total length of the concatenated string may exceed the maximum allowed length.
Solution: Check Field
Get instant SAP help. Sign up for our Free Essentials Plan.
G00701
Status check: Update not allowed
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
G00697
Acquisition to subitem &4 only in current year
What causes this issue? In the current data record, &V1& is entered as year of acquisition. However subitem &V4& for subitem category...
G00704
Transaction currency key replaced by default key
What causes this issue? The current data row contains the transaction currency key &V1&. Since the item &V3& does not support a break...
G00705
Item type changing from &3 to &2
What causes this issue? Item &V1& to be uploaded should have item type &V2&. An item &V1& currently already exists. But it up...
Click on this link to search all SAP messages.