We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
It's interesting that it works in the browser. Have you tried using a tool like `curl` already?Something like:curl -i -u <username>:<password> -XGET http://<host>:<port>/sap/opu/odata/UI5/ABAP_REPOSITORY_SRV/?sap-client\=001Do you still get a 401 or ...
Hello Vsevolod,It's hard to tell from that error message what could be going wrong.Can you check if you have the prerequisites installed? https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/41e63bde991a485ea362fc5ba35cf5bc.htmlC...
Hi Jeff,These options are available under the "Deployment Configuration" section in the Template Wizard.Here's the documentation for these options: https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/1b7a3be8d99c45aead90528ef472...
Looks like the following might work:var selectedNode = session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").selectedNode.trim();
session.findById("wnd[0]/shellcont/shell/shellcont[1]/shell[1]").executeWebRequest("post", "action", "41", ...