Ansicht
Dokumentation

CPD2E06 - Record length cannot exceed 32766. ( OS/400 )

CPD2E06 - Record length cannot exceed 32766. ( OS/400 )

Fill RESBD Structure from EBP Component Structure   ABAP Short Reference  
This documentation is copyright by IBM.
SAP E-Book


Message : CPD2E06
Record length cannot exceed 32766.

Message Long Text :

Cause . . . . . : The combined length of the fields used by a record format cannot exceed 32766. The field you attempted to add to the record format causes the combined length to be greater than 32766. You cannot add this field to the record format.
If the record format contains any variable length fields the following occurs:
-- Add an extra 24 to the total format length.
-- Add an extra 2 bytes to the format length for each field that is a variable length field. This is already done for you. The length you see in the Length column is the field length plus the extra 2 bytes for it being a variable length field.
If the record format contains any fields that allow the null value the following occurs:
-- Divide the total number of fields in the format by 8, round up to the next highest whole byte, then add it to the format length.
Recovery . . . : Consider the number, lengths, and kinds of fields that are used by the format. Remove any fields that are not needed, and then try the request again.

Message File : QCPFMSG
Library Message File : QSYS2924


PERFORM Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by IBM.

Length: 3226 Date: 20240418 Time: 045341     sap01-206 ( 4 ms )