This Yeoman generator helps you connect to a SAP BTP Subaccount in Cloud connector, add necessary System Mappings and resources to work access XS Advanced Systems in SAP Business Application Studio (BAS), and generate files for import in SAP BTP Destinations.
- Node.js v18.14.2
- Yeoman - If not installed, install it using
npm install -g yo
- XS Advanced CLI client
- Cloud Connector is installed
- Ensure you're logged in and the target space is SAP.
- You've connected to your SAP BTP Subaccount
First, build and install the generator using npm:
npm install && npm link
To start the generator, navigate to the directory where you want to generate your project and run:
yo bas-xsa-connectivity
You will be prompted to enter the following information:
- Cloud Connector Login Url
- Cloud Connector Username
- Cloud Connector Password
- Cloud Connector Location ID
- SAP BTP Subaccount Region
- SAP BTP Subaccount ID
- Directory for Destination Files
Once you have entered the required information, the generator will perform the following tasks:
- Add necessary System Mappings and resources to work access XS Advanced Systems in SAP Business Application Studio (BAS)
- Generate files for import in SAP BTP Destinations
After the generator completes its tasks, you should see your new files in the directory you specified. Import these files in your BTP Subaccount > Connectivity > Destinations
Create an issue in this repository if you find a bug or have questions about the content.
For additional support, ask a question in SAP Community.
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses the standard DCO text of the Linux Foundation.
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.