Now we are using Visual Studio Code (VSCode) and we have another way to deploy our projects to the ABAP Server.
First we are opnening new terminal.
Selecting our project and writing npm run build.
npm run build
npm install nwabap-ui5uploader --save-dev
Now we need to create .nwabaprc file in the root folder with properties :
{
"base": "./dist",
"conn_usestrictssl" : false,
"conn_server": "http://<hostname>:<port>/",
"conn_client" : "client",
"conn_user": "UserName",
"conn_password": "Password",
"abap_package": "$TMP",
"abap_bsp": "ZDEMO_APP",
"abap_bsp_text": "UI5 Deployment Demo"
}
"deploy": "npx nwabap upload",
npm run deploy
Now you can go to the SAP GUI and run your application to control with Tcode : SE80.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
14 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
4 |