/vscode_abap_remote_fs

Remote filesystem for ABAP systems

Primary LanguageTypeScriptMIT LicenseMIT

ABAP remote filesystem for visual studio code (beta)

Turns Visual studio code into an IDE for ABAP development, operating directly on your SAP server.

Is less capable and more buggy than Eclipse with ADT, but also more responsive, and has a couple of extra features not found in Eclipse, like listing changed sources by transport and normalizing changes in diff views

Links

Getting started wiki/documentation

Unless your system is very modern (7.51 or later I think), write support will require you to install this plugin in your dev server to enable. Browsing works even without it

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

Compatibility with ABAPlint is limited by different naming conventions

Features

  • edit, create, search and delete ABAP objects
  • syntax check with automatic fixing
  • where used list
  • transport management
  • source control

anim

setup

Check the system requirements on the wiki and follow the installation instructions

You will end up with one or more server connections like this in your vs code configuration:

{
  "abapfs.remote": {
    "NPL": {
      "url": "https://vhcalnplci:8000",
      "username": "developer",
      "password": "secret",
      "client": "001", // client is required for SAPGUI integration. Might need more
      "language": "EN",
      "allowSelfSigned": true
    }
  }
}

License

MIT license applies

some icons found in client/images are from Material design and subject to the Apache license 2.0

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.