Skip to content

filak-sap/vscode_abap_remote_fs

 
 

Repository files navigation

ABAP remote filesystem for visual studio code

This extension allows editing of ABAP code on your server directly in Visual studio code. It's still in its early stages

WRITE SUPPORT IS EXPERIMANTAL USE AT YOUR OWN RISK

anim image syntax highlighting provided by ABAP language extension, picture was too lame without it :)

Sadly ABAPlint doesn't work over remote FS

Features

Connect to your SAP server using the ADT interface The complete list of editable objects depends on your installation, on my local 7.51 works for:

  • programs/includes
  • function groups
  • classes
  • transformations

Saved objects will be deactivated, this doesn't allow activation yet

setup

Too early to publish as an extension, there's a compiled extension you can run from source or install from the command line with

code --install-extension vscode-abap-remote-fs-0.0.3.vsix

Once installed you'll need an ABAP system with the ADT (Abap Developer Tools for eclipse) installed and SICF node /sap/bc/adt activated:

image

You will need connection details in your settings:

  "abapfs.remote": {
    "NPL": {
      "url": "https://vhcalnplci.bti.local:8000",
      "username": "developer",
      "password": "secret"
    }
  }

License

MIT license applies

About

Remote filesystem for ABAP systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%