marcellourbani / vscode_abap_remote_fs

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

Package and Data element creation issue #207

Closed info4Narayana closed 6 months ago

info4Narayana commented 6 months ago

Hi @marcellourbani / Team,

Need your help to resolve the issue.

We are using ABAP remote FS in VS code to create a package and data elements in SAP ECC but ended with error Error 404:Not Found. Kindly refer the attached document for VS code and SAP error details in the attached.

VS code Error log.docx

Best Regards, Narayana

marcellourbani commented 6 months ago

Hello @info4Narayana Looks like an ABAP version issue: your system is either too old or too new for that functionality. Afraid you'll have to do this in eclipse or sapgui Hopefully most of the rest will work.

What ABAP version are you on?

Best regards, Marcello

info4Narayana commented 6 months ago

Hi Marcello,

Thanks a lot for swift response. Please find the print screen for SAP ECC Version details.

4d87b1ae-afe4-47d5-82a1-70d724aaa467

Best Regards, Narayana

marcellourbani commented 6 months ago

@info4Narayana yep, it's aversion issue. I think the eclipse API I use to do that is available since 7.5 or so. Maybe there's an older one who is, but I don't support it. Please stick to eclipse/se80 for this. You can probably use vscode for the rest

Marcello