SAP ABAP Message Class 63 Message Number 400 (Table & exceeds maximum possible length)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       FVVI (Package) R/3 appl.dev. for Financial Assets Management: Real estate
Attribute
Message class 63  
Short Description Messages for Real Estate Management    
Message Number 400  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Table & exceeds maximum possible length
Help Document

Diagnosis

Structure with a length of bytes as defined in the Data Dictionary is transferred to the function module for the sorting of the open items. However, the internal buffer of the function module can only process structures with a maximum length of bytes.

System Response

Further processing of the program has been cancelled.

Procedure

This is an error in the definition of the data structure which is used to sort the open items. This data structure should contain key fields and all excess fields which should make sorting possible. Other fields could possibly also be added. All fields must be provided to the program which calls up the sorting module. To ensure maximum performance, you should be careful that the total number of fields is not too large. The internal buffer of the sorting module is limited to bytes. Change the definition of the transferred data structure so that the total number of fields does not take up more space than this.

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