Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SAP CPI Groovy ScriptNew to Visual Studio Code? Get it now.
SAP CPI Groovy Script

SAP CPI Groovy Script

Johan Calderon

|
216 installs
| (0) | Free
VSCode extension to execute SAP CPI Groovy script
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sap-cpi-groovy-script README

This extension allows you to run SAP CPI Groovy scripts in a local environment within Visual Studio Code. It provides a convenient way to test your Groovy scripts before deploying them to SAP Cloud Integration.

Features

  • Execute SAP CPI Groovy scripts locally
  • Syntax highlighting and IntelliSense for Groovy scripts
  • Seamless integration with Visual Studio Code

Requirements

  • Visual Studio Code installed
  • Groovy installed and configured
  • Java (JDK 8 or later) installed and set up

Watch Demo

Extension Settings

This extension contributes the following settings:

  • groovy.java.home: Path to the JDK folder (you don’t need to install it, just specify where the JDK is located).
  • groovy.groovy.home: Path to the Groovy folder.
  • groovy.classpath: Paths to external libraries (JAR files).
  • groovy.keystore.path: Path to the JKS file.
  • groovy.keystore.password: Password for the JKS file.
  • groovy.valuemapping.path: valuemapping objects in ZIP format.

Release Notes

1.0.2

  • Initial release with support for running SAP CPI Groovy scripts locally.

For more information

For more details, check out:

  • Github repository
  • Visual Studio Code Extensions Guide
  • Groovy Language Documentation

Happy Coding!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft