marcellourbani / vscode_abap_remote_fs

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

How to connect to SAP ABAP system which allows only SNC as login and without password #205

Open koradaramjee789 opened 8 months ago

koradaramjee789 commented 8 months ago

Hi Experts,

How to connect to SAP ABAP system which allows only SNC as login and without password

Best wishes, Ramjee Korada

virendevi234 commented 8 months ago

Same question certainly beats me. Thanks

marcellourbani commented 7 months ago

Afraid that's not supported at the moment. The only supported form of SSO is OAUTH, and I only tried that in BTP

99 has been open forever because I don't have access to a SSO setup, and I'm not even trying to implement it without

How do you guys access UI5 applications?

Regards Marcello

koradaramjee789 commented 7 months ago

Hello Marcello,

we access them using BAS from BTP.

Can we install github co-pilot in BAS to use ABAP developments?

Best wishes, Ramjee Korada

marcellourbani commented 7 months ago

Edit: I missed the question about copilot This plugin doesn't work in bas or vscode in a browser. Last time I checked was nearly impossible to get it to work there. I did use copilot for ABAP development successfully with this plugin during the beta.

PS: my question was about accessing ui5 apps as an end user, not as a developer

On Sun, 3 Mar 2024, 08:14 koradaramjee789, @.***> wrote:

Hello Marcello,

we access them using BAS from BTP.

Can we install github co-pilot in BAS to use ABAP developments?

Best wishes, Ramjee Korada

— Reply to this email directly, view it on GitHub https://github.com/marcellourbani/vscode_abap_remote_fs/issues/205#issuecomment-1975082232, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASW6HJKQH7TAVY4KYDVGJTYWLLUVAVCNFSM6AAAAABCSXE5IGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZVGA4DEMRTGI . You are receiving this because you commented.Message ID: @.***>

larshp commented 7 months ago

if doing standalone ABAP development see https://community.sap.com/t5/application-development-blog-posts/using-ai-in-abap-development/ba-p/13573987

rokk3r commented 7 months ago

Hi Marcello,

joining the SSO club. In my company we are actually forced to do UI5 in BAS. And for local ABAP development SAP GUI resp. eclipse via SSO. It is all such a performance burner. But we call ourselves a "digital company". Local SAP logon without SSO is actually prohibited by admins. We don't get a password for our users. Now I am stuck trying out the remote-fs solution.

rsteenkamp commented 1 month ago

Hi Marcello,

I too face this problem.

In Eclipse, when we add a project, the following data is automatically displayed by Eclipse.

git_abap

Is it possible that this information could point you in the direction to make SSO possible from VS code in the extension, please

marcellourbani commented 1 month ago

@rsteenkamp this only works over http(s) If you use the base URL of your ui5 applications should work, as long as sicf node /sap/adt is enabled (noSSO though) If that's not an option I'm afraid you're stuck with Eclipse

rsteenkamp commented 1 month ago

Thank you for the response. Marcello. I just got security to change my user to non SSO.

On Fri, 20 Sept 2024, 00:10 Marcello Urbani, @.***> wrote:

@rsteenkamp https://github.com/rsteenkamp this only works over http(s) If you use the base URL of your ui5 applications should work, as long as sicf node /sap/adt is enabled (noSSO though) If that's not an option I'm afraid you're stuck with Eclipse

— Reply to this email directly, view it on GitHub https://github.com/marcellourbani/vscode_abap_remote_fs/issues/205#issuecomment-2362289182, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALGHYP3EA6PI5NK6J4MEEM3ZXNDU3AVCNFSM6AAAAABCSXE5IGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRSGI4DSMJYGI . You are receiving this because you were mentioned.Message ID: @.***>