SAP ABAP Message Class 5P Message Number 220 (&: Offset and/or length specification exceeds the field length)
Hierarchy
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
   PA-PA (Application Component) Personnel Administration
     PBAS (Package) SAP HR Master Data Application Development
Attribute
Message class 5P  
Short Description Error Messages for Schema, Pers.Calc.Rule and Feature Checks    
Message Number 220  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
&: Offset and/or length specification exceeds the field length
Help Document

Diagnosis

You have used a decision operation with offset and/or length value(s). You have exceeded the length of the field addressed with the decision operation.

Example:

As an example, let us use the field 'STADT' with a defined length of 8 characters. The decision operation would be:

DSTADT(10) or DSTADT+7(5)

Both operations are incorrect: In the first case, a length of 10 characters is queried; in the second case, the combination of '+7(5)' exceeds the defined length of 8.

Procedure

Check the length of the field for the decision operation in the Data Dictionary and correct your entry.

History
Last changed on/by 19980407  SAP 
SAP Release Created in