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: 059
Message text: No field type or group type exist in field group &1, screen item &2
In field group &1 screen position &2, neither field type nor group type
are maintained.
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_LAYOUT059
- No field type or group type exist in field group &1, screen item &2 ?The SAP error message CRM_BSP_LAYOUT059 indicates that there is an issue with the configuration of a field group in a Business Server Page (BSP) application. Specifically, it means that the system cannot find a field type or group type for the specified field group and screen item.
Cause:
- Missing Field Definition: The field group specified in the error message does not have a corresponding field definition in the system.
- Incorrect Configuration: The field group may not be properly configured in the BSP application or the underlying data model.
- Transport Issues: If the configuration was transported from another system, there may have been issues during the transport that led to missing definitions.
- Custom Development: If there are custom fields or modifications, they may not be correctly defined or activated.
Solution:
Check Field Group Configuration:
- Go to the configuration of the field group in the SAP CRM system.
- Ensure that the field group is correctly defined and that all necessary fields are included.
Verify Field Definitions:
- Check if the field types and group types are defined in the system.
- Use transaction codes like
CRMD_ORDER
orCRMD_ORDERADM_H
to review the field definitions.Review BSP Application:
- If you are working with a custom BSP application, review the code to ensure that the field group and screen item are correctly referenced.
- Check for any typos or incorrect references in the BSP application.
Transport Check:
- If the issue arose after a transport, check the transport logs for any errors or warnings.
- Ensure that all necessary objects were included in the transport request.
Debugging:
- If you have access to debugging tools, you can set breakpoints in the BSP application to trace where the error occurs and gather more information about the missing definitions.
Consult Documentation:
- Review SAP documentation or notes related to the specific field group and screen item to ensure that you are following best practices.
SAP Support:
- If the issue persists, consider reaching out to SAP support for assistance, especially if it involves standard SAP functionality.
Related Information:
CRMD_ORDER
, CRMD_ORDERADM_H
, and SE80
for development.By following these steps, you should be able to identify and resolve the cause of the CRM_BSP_LAYOUT059 error message.
Get instant SAP help. Start your 7-day free trial now.
CRM_BSP_LAYOUT058
Field type and group type are maintained in field group &1 screen item &2
What causes this issue? In field group &1 screen position &2, both field types and group types are maintained. Only one of these two fields m...
CRM_BSP_LAYOUT057
Group type &1 is not valid
What causes this issue? Group type &1 is not valid.System Response Processing of field groups was terminated.How to fix this error? Adjust the ...
CRM_BSP_LAYOUT060
Field group &1 (type SCGR) is ref. group of &2. &2 is not the root group
What causes this issue? Field group &1 (type SCGR) is a reference group of &2. &2 is not the root group (group with the highest hierarchy...
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...
Click on this link to search all SAP messages.