
Base64 functions in “Execute JavaScript”
Encoding and decoding Base64 is now possible in the “Execute JavaScript” step using the built-in functions $fn.base64.encode and $fn.base64.decode.
Benefits:
- ⦁ Time-saving: Possibility to encode and decode values from responses and for requests directly in the “Execute JavaScript” step.
- ⦁ Simplicity: No need for additional steps to perform Base64 encoding or decoding.
Projects > Assets > Flow controls and functions tab > Functions > Execute JavaScript > Configuration > JavaScript editor
IDOC support with schema import and mapping
This feature introduces support for processing IDOC messages within the integration environment, enabling import, schema creation, and mapping capabilities specific to IDOC formats.
Key features:
⦁ Import and create schemas from IDOC data.
⦁ Enable mapping from and to IDOC formats.
⦁ Support raw data and schema views tailored for IDOC.
⦁ Facilitate integration scenarios involving SAP IDOC messages.
Benefits:
You can now work directly with IDOC data formats, simplifying SAP-related integrations and expanding the range of supported message types for your integration solutions.
