Do you have any question about this error?
Message type: E = Error
Message class: 37 - Screen Painter
Message number: 708
Message text: Selection contains fields that cannot be taken over
At least one of the ABAP Dictionary fields that you tried to transfer
to the screen cannot be displayed on the screen. This restriction is
defined in the ABAP Dictionary.
The affected fields have been removed from the selection.
Check the definition of the affectd ABAP Dictionary fields and correct
them if necessary.
Error message extract from SAP system. Copyright SAP SE.
37708
- Selection contains fields that cannot be taken over ?The SAP error message 37708, which states "Selection contains fields that cannot be taken over," typically occurs when there is an issue with the selection criteria in a report or transaction. This error indicates that the fields you are trying to use in your selection do not match the expected fields for the operation you are attempting to perform.
Causes:
- Field Compatibility: The fields selected in the report or transaction may not be compatible with the data structure or the underlying database table.
- Field Status: Some fields may be set as "display only" or "input only," which means they cannot be used in the selection criteria.
- Data Type Mismatch: There may be a mismatch in data types between the selected fields and the expected fields in the database.
- Missing Authorization: The user may not have the necessary authorizations to access certain fields or data.
- Custom Development: If there are custom reports or transactions, the logic may not be correctly implemented to handle the selected fields.
Solutions:
- Review Selection Criteria: Check the fields you are using in your selection criteria and ensure they are valid for the report or transaction you are executing.
- Field Configuration: Verify the configuration of the fields in the relevant data dictionary (DDIC) to ensure they are set up correctly.
- Check Data Types: Ensure that the data types of the selected fields match the expected data types in the database.
- Authorization Check: Confirm that the user has the necessary authorizations to access the fields in question.
- Consult Documentation: Refer to the documentation for the specific report or transaction to understand the expected selection fields.
- Debugging: If you have access to debugging tools, you can analyze the program logic to identify where the issue arises.
Related Information:
If the problem persists after trying the above solutions, it may be beneficial to reach out to your SAP support team or consult with an SAP expert for further assistance.
Get instant SAP help. Start your 7-day free trial now.
37707
Field & is too long (reduced to maximum field length &)
What causes this issue? You tried to transfer a field from the ABAP Dictionary with a defined length greater than the maximum length of a screen elem...
37705
Input/output field & has no name
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
37709
Selection not possible in display mode
What causes this issue? You cannot currently transfer ABAP Dictionary fields to the screen, since the screen is only open in display mode.System Resp...
37720
Type not allowed for a title strip element in a tab
What causes this issue? You tried to create a tab title element that does not have the type "Pushbutton". Tab titles must be pushbuttons, b...
Click on this link to search all SAP messages.