How To Fix 1X073 - Select 'C' or 'E' for the variable DISPLAY_MODE


SAP Error Message - Details

  • 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

  • Show details Hide details


  • Self-Explanatory Message

    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.



    What else can you do?

    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.


Smart SAP Assistant

  • What is the cause and solution for SAP error message 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:

    • The DISPLAY_MODE variable is not defined in the selection screen of the report or query.
    • The variable is defined but is not being set to either 'C' or 'E'.
    • There may be a programming error in the ABAP code that handles the variable.

    Solution:

    To resolve this error, you can take the following steps:

    1. Check the Selection Screen:

      • Ensure that the DISPLAY_MODE variable is included in the selection screen of your report or query.
      • Make sure that the user is prompted to select either 'C' or 'E'.
    2. Set Default Values:

      • If appropriate, set a default value for DISPLAY_MODE in your code to ensure it always has a valid value when the report is executed.
    3. Modify the Code:

      • If you are developing or maintaining the report, check the ABAP code to ensure that the DISPLAY_MODE variable is being correctly assigned a value before it is used.
      • Example code snippet:
        IF display_mode IS INITIAL.
          display_mode = 'C'. " Default to Character mode
        ENDIF.
    4. User Input Validation:

      • Implement validation logic to ensure that the user can only select 'C' or 'E' for the DISPLAY_MODE variable.
    5. Testing:

      • After making changes, test the report or query to ensure that the error no longer occurs and that the output is as expected.

    Related Information:

    • Documentation: Refer to SAP documentation for more details on handling selection screens and variables in ABAP.
    • SAP Notes: Check SAP Notes for any known issues or patches related to this error message.
    • Community Forums: Consider searching or posting in SAP community forums for additional insights or similar experiences from other users.

    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.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author