Do you have any question about this error?
Message type: E = Error
Message class: CRM_BSP_LAYOUT - Error Messages for CL_CRM_STRUCTUREEDIT_LAYOUT
Message number: 063
Message text: Field merger group &1 does not only contain simple fields
Field merging group &1 does not only contain simple fields.
Processing of field groups was terminated.
Adjust the field groups table correspondingly.
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.
CRM_BSP_LAYOUT063
- Field merger group &1 does not only contain simple fields ?The SAP error message CRM_BSP_LAYOUT063 indicates that there is an issue with a field merger group in a Business Server Page (BSP) application. Specifically, the error states that the field merger group specified (denoted by
&1
) does not only contain simple fields. This typically occurs when the field merger group is expected to contain only simple fields (like text fields, input fields, etc.), but it also includes complex fields (like tables, structures, or other non-simple fields).Cause:
- Field Group Definition: The field merger group is defined incorrectly in the BSP application. It may include complex fields that are not allowed in that context.
- Data Model Issues: The underlying data model may have been modified, leading to the inclusion of complex fields in a group that is supposed to contain only simple fields.
- BSP Application Logic: The logic in the BSP application may be incorrectly set up to merge fields that should not be merged together.
Solution:
Review Field Group Definition: Check the definition of the field merger group in the BSP application. Ensure that it only includes simple fields. You can do this by navigating to the BSP application in the SAP GUI and reviewing the layout configuration.
Modify the Data Model: If the data model has changed, ensure that the field merger group is updated accordingly. Remove any complex fields from the group.
Check BSP Application Logic: Review the logic in the BSP application to ensure that it is correctly handling the fields. If necessary, refactor the code to separate complex fields from simple fields.
Debugging: If the issue persists, consider debugging the BSP application to trace where the field merger group is being defined and how it is being populated. This can help identify any logical errors in the code.
Consult Documentation: Refer to SAP documentation or community forums for additional guidance on field merger groups and BSP applications. This can provide insights into best practices and common pitfalls.
Related Information:
If you continue to experience difficulties, consider reaching out to SAP support or consulting with a developer who has experience with BSP applications and SAP CRM.
Get instant SAP help. Start your 7-day free trial now.
CRM_BSP_LAYOUT062
Field group &1 does not only contain field type CBIT
What causes this issue? Field group &1 is a checkbox group. Checkbox groups may only contain checkbox item elements. Field &2 does not have f...
CRM_BSP_LAYOUT061
Root &1 contains screen groups (SCGR) and other fields simultaneously
What causes this issue? Root field group &1 contains screen groups (SCGR) and other fields or group types simultaneously. If screen groups are us...
CRM_BSP_LAYOUT064
Group &1: "New Line" may not be set in logical groups
What causes this issue? Group &1: The switch "New Row" cannot be set for element in logical groups.System Response Processing of field...
CRM_BSP_LAYOUT065
Group &1: may not contain other logical groups (&2)
What causes this issue? Group &1: may not contain other logical groups (&2).System Response Processing of field groups was terminated.How to...
Click on this link to search all SAP messages.