How To Fix 28075 - Character string expected in quotation marks


SAP Error Message - Details

  • Message type: E = Error

  • Message class: 28 - Configuration

  • Message number: 075

  • Message text: Character string expected in quotation marks

  • Show details Hide details
  • What causes this issue?

    The system check found a syntax error. One possible cause is that the
    system expects a character string (alphanumeric constant) at the
    cursor.
    &SYSTEM_RESPONSE6

    The system issues an error message and will not allow you to continue with this transaction until the error is resolved.

    How to fix this error?

    If there should be a character string at the cursor, put the character
    string in inverted commas.
    Please note also the other possible causes of error (messages).

    Error message extract from SAP system. Copyright SAP SE.


Smart SAP Assistant

  • What is the cause and solution for SAP error message 28075 - Character string expected in quotation marks ?

    The SAP error message "28075 Character string expected in quotation marks" typically occurs when the system expects a string value to be enclosed in quotation marks, but it is not. This error can arise in various contexts, such as when defining parameters, writing ABAP code, or configuring certain settings in SAP.

    Cause:

    1. Missing Quotation Marks: The most common cause is that a string value is not enclosed in single quotes (') or double quotes ("), which are required for the system to recognize it as a string.
    2. Incorrect Syntax: There may be a syntax error in the code or configuration where the string is defined.
    3. Dynamic Values: If you are using dynamic values or variables, ensure that they are properly formatted and enclosed.

    Solution:

    1. Check the Code/Configuration: Review the code or configuration where the error occurs. Ensure that all string literals are properly enclosed in quotation marks.

      • Example: Instead of myString = Hello;, it should be myString = 'Hello';.
    2. Use Proper Syntax: If you are writing ABAP code, ensure that you are following the correct syntax for string assignment and concatenation.

      • Example: For concatenation, use CONCATENATE or the & operator correctly.
    3. Debugging: If the error occurs during runtime, use debugging tools to trace the execution and identify where the string is being improperly formatted.

    4. Consult Documentation: If you are unsure about the syntax or the context in which the error occurs, refer to the SAP documentation or help resources for guidance on the specific function or module you are working with.

    Related Information:

    • SAP Notes: Check SAP Notes for any known issues or patches related to this error message.
    • ABAP Documentation: Review the ABAP programming guidelines for string handling and syntax rules.
    • Community Forums: Engage with SAP community forums or support channels for additional insights and solutions from other users who may have encountered the same issue.

    By ensuring that all string values are correctly formatted and enclosed in quotation marks, you should be able to resolve the error message 28075.

    • 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
ERPlingo's SAP support assistant is amazing. Saves me countless hours trying to solve complex SAP issues myself. It's a real game changer!
Rate 1
Thomas Michael
SAP Consultant, Author & Speaker