Masking of spaces

  • kambilot
    Participant
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Basics (100)
    3 months, 3 weeks ago #62903

    Hello,

    how are spaces masked in input parameters in a connector?

    the input parameter looks like this: ‘Holidays(’2025 Feiertage‘)’ and the space between ‘2025’ and ‘Feiertage’ must be recognised as such.

     

    Thanks in advance

    Greetings Leonid

    • This topic was modified 3 months, 3 weeks ago by kambilot.
    kambilot
    Participant
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Basics (100)
    3 months, 3 weeks ago #62905
    Up
    0
    Down
    ::

    the input parameter looks like this: ‘Holidays(’2025 Feiertage‘)’ and the space between ‘2025’ and ‘Feiertage’ must be recognised as such.

    Daniel Bieberstein
    Participant
      Has successfully completed the online course Introduction
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
      Has successfully completed the online course Advanced (310)
      Has successfully completed the online course Advanced (320)
    3 months, 3 weeks ago #62965
    Up
    0
    Down
    ::

    Hey Leonid,

    whitespaces are not removed from the payload, meaning that if you provide the value as e.g. “ABC DEF” this value will not be changed. I’m not sure if i correctly understand your request as the example you provided ‘Holidays(’2025 Feiertage‘) does not include any spaces? If your value has to be manually changed before sending it to the backend you can wrap your connector inside a SBO and create some logic to transform your data there before sending it to the backend.

    Best regards,
    Daniel

    kambilot
    Participant
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Basics (100)
    3 months, 2 weeks ago #62986
    Up
    0
    Down
    ::

    Hallo Daniel,

    I found the mask character for whitespase im input of a connector – it is “%20” . And the SAP ServiceLayer Request with % as whitespae in ‘Holidays(’2025%20Feiertage‘)’ worked correctly.

    Greetings Leonid

    • This reply was modified 3 months, 2 weeks ago by kambilot.
    • This reply was modified 3 months, 2 weeks ago by kambilot.
    • This reply was modified 3 months, 2 weeks ago by kambilot.
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.