marcellourbani / vscode_abap_remote_fs

Remote filesystem for ABAP systems
MIT License
170 stars 28 forks source link

older versions of sapa #159

Closed siasty closed 3 years ago

siasty commented 3 years ago

hi, i wonder if it is possible to connect to older sap versions like 4.5b ? maybe you would like to develop the tool for older versions?

marcellourbani commented 3 years ago

Afraid not I'm using the adt plugin Eclipse uses, so the short version is that can only work for versions who support eclipse

siasty commented 2 years ago

Hi, I'm back with the topic of integration after rfc ... I have a problem with vscode. You wrote a great tool, maybe you have encountered such a problem... when I script the simple node-rfc code it works fine... but when i run code i have error "The SAP NW RFC SDK could not be loaded, check the installation " already when importing the library ..

"const noderfc = require("node-rfc");"

do you have any idea what is wrong? I'm out of ideas :( Przechwytywanie

marcellourbani commented 2 years ago

Hi @siasty My extension works over HTTP, here you're using RFC. Also it's for ABAP, and here looks more like a nodejs application

Regards Marcello