Message type: E = Error
Message class: EA - IDoc Basis Messages
Message number: 357
Message text: Field &1: External length &2 less than &3 for appl. data element &4
The format of field '&v1&' is incorrect.
For external representation of a field, an ABAP data type is converted
into a text field . The external text field must have a minimum length
so that a loss-free transfer is possible between the two fields.
The data element '&v4&' stated requires '&v3&' character places
externally. However, only '&v2&' character places are defined in the
repository structure.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Please check whether there was a change in a domain or a data element
and whether the difference determined was caused by this.
Change the data element used or use another data element, as necessary.
If processing or application logic demonstrates that no format
violations arise, no change is required.
Error message extract from SAP system. Copyright SAP SE.
EA357
- Field &1: External length &2 less than &3 for appl. data element &4 ?The SAP error message EA357 indicates that there is a mismatch between the external length of a field and the expected length defined for that field in the application data element. This error typically occurs during data processing or data transfer operations, such as when importing data from external sources or during data entry.
Cause: The error message EA357 is triggered when: The external length of the data being processed (e.g., from a file or an external system) is less than the minimum required length defined for the corresponding field in the SAP data dictionary. The field in question is defined with a certain length in the data element, and the incoming data does not meet this requirement.
Solution: To resolve this error, you can take the following steps: Check the Data Source: Verify the data being imported or entered. Ensure that the data meets the required length specifications for the field in question. Review Data Element Definition:
Get instant SAP help. Sign up for our Free Essentials Plan.
EA356
Field name in repository '&1', field name in segment '&2', position &3
What causes this issue? For item '&v3&', field '&v2& is declared, but the field name in the relevant repository struct...
EA355
No. of fields in repository structure &1, no. of fields in segment &2
What causes this issue? The number of fields in the segment is '&v2&'. In the repository structure, however, there are '&v...
EA358
Field &1: External length &2 greater than &3 for appl. data element &4
What causes this issue? The format of field '&v1&' may be incorrect. For external representation of a field, an ABAP data type is ...
EA359
Segment version &1 contains more/less fields (&2) than structure (&3)
What causes this issue? For segment version '&v1&', the number of fields is recorded as '&v2&'. However, the actu...
Click on this link to search all SAP messages.