Do you have any question about this error?
Message type: E = Error
Message class: 1X - General hierarchy maintenance tool message
Message number: 073
Message text: Select 'C' or 'E' for the variable DISPLAY_MODE
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
1X073
- Select 'C' or 'E' for the variable DISPLAY_MODE ?The SAP error message 1X073 indicates that there is an issue with the variable
DISPLAY_MODE
in your report or query. This variable is expected to be set to either 'C' (for "Character") or 'E' (for "Excel") but has not been set correctly.Cause:
The error typically arises when:
DISPLAY_MODE
variable is not defined in the selection screen of the report or query.To resolve this error, you can take the following steps:
Check the Selection Screen:
DISPLAY_MODE
variable is included in the selection screen of your report or query.Set Default Values:
DISPLAY_MODE
in your code to ensure it always has a valid value when the report is executed.Modify the Code:
DISPLAY_MODE
variable is being correctly assigned a value before it is used.IF display_mode IS INITIAL.
display_mode = 'C'. " Default to Character mode
ENDIF.
User Input Validation:
DISPLAY_MODE
variable.Testing:
By following these steps, you should be able to resolve the error message 1X073 and ensure that the DISPLAY_MODE
variable is correctly utilized in your SAP report or query.
Get instant SAP help. Start your 7-day free trial now.
1X072
The view "&" was successfully generated
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
1X071
Select at least one node
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
1X074
Select a structure that was generated by manual selection
What causes this issue? You wanted to change a structure that was generated by manually selecting nodes in another structure. However, the structure ...
1X075
The required function is not possible here
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.