sap-btp-business-application-studio
This skill provides comprehensive guidance for SAP Business Application Studio (BAS), the cloud-based IDE on SAP BTP built on Code-OSS. Use when setting up BAS subscriptions, creating dev spaces, connecting to external systems, deploying MTA applications, troubleshooting connectivity issues, managing Git repositories, configuring runtime versions, or using the layout editor. Keywords: SAP Business Application Studio, BAS, SAP BTP, dev space, Cloud Foundry, MTA, multitarget application, SAP Fiori, CAP, HANA, destination, WebIDEEnabled, Cloud Connector, Service Center, Storyboard, Layout Editor, ABAP, OData, subscription, entitlements, role collection, Business_Application_Studio_Developer, Git, clone, push, pull, Gerrit, PAT, OAuth, asdf, runtime, Node.js, Java, Python, Task Explorer, CI/CD, Yeoman, generator, template wizard, mbt, mtar, debugging, breakpoint
NPX Install
npx skill4agent add secondsky/sap-skills sap-btp-business-application-studioTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →SAP Business Application Studio
Table of Contents
- Overview
- Quick Decision Tree
- Setup Checklist
- Dev Space Types
- Service Plans
- Connectivity
- Build & Deploy
- Roles & Authorization
- Common Issues
- Keyboard Shortcuts
- Security Recommendations
- Reference Files
- Templates
- Bundled Resources
- Documentation Links
Overview
Quick Decision Tree
references/git-operations.mdreferences/development-workflow.mdreferences/service-center-and-tools.mdreferences/connectivity-guide.mdSetup Checklist
Prerequisites
- SAP BTP global account
- Subaccount in Cloud Foundry environment
Steps
- Create Subaccount - Select region based on availability
- Configure Entitlements - Add SAP Business Application Studio service plan
- Subscribe - Complete subscription in subaccount
- Assign Roles - Add role collection
Business_Application_Studio_Developer - Optional: Configure IdP - Set up assertion-based attribute mapping
- Optional: Connect Git - Link to public or corporate repositories
- Optional: Create CF Spaces - At least 1 space per development team
references/setup-checklist.mdDev Space Types
| Type | Purpose | Key Extensions |
|---|---|---|
| SAP Fiori | Fiori apps (CF, ABAP Cloud, on-prem) | SAP Fiori Tools, SAPUI5 Layout Editor, MTA Tools |
| Full Stack Cloud Application | CAP with Node.js/Java + Fiori | CAP Tools, CDS Graphical Modeler, Java Tools |
| Full-Stack Application Using Productivity Tools | Low-code development | Productivity Tools, CAP Tools, Mobile Services |
| SAP HANA Native Application | Native HANA apps, calculation views | HANA Tools, Calculation View Editor, SDI Tools |
| SAP Mobile Application | iOS/Android with MDK | Mobile Services Tools, HTML5 Runner |
| SAP SME Business Application | SME apps with Business Application Factory | SME programming model tools |
| Basic | Minimal environment | SAP Basic Tools only |
references/dev-space-types.mdService Plans
| Plan | Dev Spaces | Running | Storage | Notes |
|---|---|---|---|---|
| Standard | 10 | 2 | 10 GB | Production development |
| Free | 2 | 1 | 4 GB | Community support only, 2 deployments max |
| Trial | 2 | 1 | 4 GB | 1-hour timeout, 30-day inactivity deletion |
| Build-Code | Varies | Varies | Varies | Requires SAP Build Code subscription |
references/service-plans.mdConnectivity
Required Destination Properties
WebIDEEnabled = true
HTML5.DynamicDestination = trueWebIDEUsage by System Type
| System Type | WebIDEUsage Value |
|---|---|
| ABAP System | |
| SAP Cloud for Customer | |
| Service URL | |
| SAP Business Accelerator Hub | |
Cloud Connector Requirements (On-Premise)
- Virtual URL in Cloud Connector must match destination URL (host:port only)
- Protocol must be HTTP
- Grant access to required paths:
- (OData services)
/sap/opu/odata/ - (UI5 resources)
/sap/bc/ui5_ui5/ - (ABAP Development Tools)
/sap/bc/adt/ - (App index)
/sap/bc/ui2/app_index/
references/connectivity-guide.mdBuild & Deploy
Prerequisites
- Log into Cloud Foundry account
- For HANA apps: Add "SAP HANA Cloud, SAP HANA Schemas & HDI Containers" entitlement
- For Trial/Free: Add "SAP Build Work Zone, standard edition" + Launchpad_Admin role
MTA Deployment
# Build MTA archive
mbt build
# Deploy to Cloud Foundry
cf deploy mta_archives/<app>.mtarKey Tools
- MTA Editor: Visual editing of
mta.yaml - Cloud Foundry CLI: commands for deployment
cf - Cloud MTA Build Tool: Generates files
.mtar - Task Explorer: Execute build/deploy tasks
Roles & Authorization
| Role | Purpose |
|---|---|
| Developer | |
| Administrator | Export/delete user data, restart dev spaces |
| Extension Deployer | Create and deploy custom extensions |
Common Issues
Dev Space Stuck in STARTING
- Wait 5 minutes
- If persists, start new dev space and restore via Git
- Contact support with workspace ID (ws-id)
Connectivity Failures
- Verify destination in BTP Cockpit (WebIDEEnabled, HTML5.DynamicDestination)
- Check Cloud Connector configuration
- Run in terminal: then
curl localhost:8887/reloadcurl $H2O_URL/api/listDestinations -o dests.json
Storage/Inode Issues
df -ih # Check inodes
df -h # Check disk spaceHANA Connection Issues
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Command Palette | |
| Select parent control | |
| Move control up | |
| Move control down | |
Security Recommendations
- BTP-BAS-0001: Limit administrators with full management permissions
- Use Personal Access Tokens (PATs) for Git authentication
- Protect connections to external systems
- Avoid personal data in source files when using Joule AI
Reference Files
- - Detailed dev space extensions and capabilities
references/dev-space-types.md - - Complete connectivity troubleshooting
references/connectivity-guide.md - - Plan restrictions and metering
references/service-plans.md - - Detailed setup procedures
references/setup-checklist.md - - Git commands, stash, authentication, Gerrit
references/git-operations.md - - Project creation, UI development, debugging, CI/CD
references/development-workflow.md - - Service providers, extensions, IDE features
references/service-center-and-tools.md
Bundled Resources
Reference Documentation
- - Complete connectivity setup guide
references/connectivity-guide.md - - All dev space types and use cases
references/dev-space-types.md - - Git integration and operations
references/git-operations.md - - Service Center and tool management
references/service-center-and-tools.md - - Service plans comparison and selection
references/service-plans.md - - Complete setup checklist
references/setup-checklist.md - - Development workflow and best practices
references/development-workflow.md
Templates
- - Destination configuration examples
templates/destination-config.md - - Dev space creation checklist
templates/dev-space-setup.md
Documentation Links
| Resource | URL |
|---|---|
| SAP Help Portal | https://help.sap.com/docs/bas |
| GitHub Docs Source | https://github.com/SAP-docs/sap-btp-business-application-studio |
| Discovery Center | https://discovery-center.cloud.sap/serviceCatalog/business-application-studio |
| Availability/IPs | https://help.sap.com/docs/bas/sap-business-application-studio/sap-business-application-studio-availability |