Skip to main content

Install

Download the binary for your platform and put it on your PATH. Each binary is self-contained: it bundles the runtime, so there is nothing else to install.

curl -fsSLo abapctl https://github.com/aws-for-sap/Automate-SAP-development-workflows-using-ABAP-CTL/releases/latest/download/abapctl-linux-x64
chmod +x abapctl
sudo mv abapctl /usr/local/bin/
abapctl --version

Tab completion (one-time)

abapctl ships shell completion for bash, zsh, and fish. Set it up once:

echo 'source <(abapctl completion bash)' >> ~/.bashrc

Reopen your terminal. Tab now completes commands, subcommands, and flag values.

Next step

Once abapctl --version prints a version, configure a connection to point it at a development SAP system.