Sap Btp Build Work Zone Advanced logo

Sap Btp Build Work Zone Advanced

Community
secondsky
sap-btp-build-work-zone-advanced

Develops and administers SAP Build Work Zone, advanced edition digital workplace solutions. Use when creating workspaces, workpages, and collaborative sites, developing UI Integration Cards in SAP Business Application Studio, building content packages and workspace templates, integrating with Microsoft 365/Teams/SharePoint/Google Drive, configuring chatbots and webhooks, implementing SCIM API user provisioning, setting up OData business records, managing themes and branding, configuring role-based access and SSO, troubleshooting deployment issues, or working with the Administration Console. Keywords: SAP Build Work Zone advanced edition, digital workplace, UI Integration Cards, content packages, workspace templates, SAP Business Application Studio, SAP Conversational AI, SCIM API, OData, Microsoft Teams integration, SSO, theming, Administration Console

Overview

Publishersecondsky
Repositorysap-skills
Skill namesap-btp-build-work-zone-advanced
Stars
445
Forks
117
Bundled files
18
LicenseGPL-3.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 18 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by secondsky on GitHub. Read the source before you install it.

Installation

Install the Sap Btp Build Work Zone Advanced AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/secondsky/sap-skills.git /tmp/sap-skills
mkdir -p .claude/skills
cp -r /tmp/sap-skills/plugins/sap-btp-build-work-zone-advanced/skills/sap-btp-build-work-zone-advanced .claude/skills/sap-btp-build-work-zone-advanced
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Sap Btp Build Work Zone Advanced in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Sap Btp Build Work Zone Advanced on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Sap Btp Build Work Zone Advanced is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

SAP Build Work Zone, Advanced Edition

Related Skills

  • sap-btp-business-application-studio: Use for dev space setup and UI Integration Card development workflows
  • sap-btp-cloud-platform: Use for BTP subscriptions, destinations, role collections, and runtime setup
  • sapui5: Use for UI5 card/component development details
  • sap-btp-connectivity: Use for destinations, Cloud Connector, and OData business-record connectivity

This skill provides comprehensive guidance for implementing SAP Build Work Zone, advanced edition - a digital workplace platform for unified access to business applications, processes, and collaboration.

When to Use This Skill

Use this skill when:

  • Creating workspaces, workpages, and collaborative sites
  • Developing UI Integration Cards in SAP Business Application Studio
  • Building and deploying content packages
  • Creating workspace templates
  • Integrating with Microsoft 365, Teams, SharePoint, or Google Drive
  • Configuring chatbots using SAP Conversational AI
  • Implementing webhooks for event notifications
  • Setting up SCIM API for user provisioning
  • Configuring OData-based business records
  • Managing themes and branding
  • Configuring role-based access and SSO
  • Working with the Administration Console

Quick Start

  1. Confirm the subaccount has SAP Build Work Zone, advanced edition entitlement and subscription.
  2. Assign the required administrator role collections.
  3. Create or verify SAP Business Application Studio dev space support for UI Integration Cards.
  4. Configure destinations for content, cards, OData business records, or external systems.
  5. Use the content package and card templates in templates/ for implementation.

Table of Contents

Platform Overview

SAP Build Work Zone, advanced edition is a digital workplace platform that:

  • Provides unified access to SAP and third-party business applications
  • Enables collaborative workspaces with feeds, blogs, wikis, and forums
  • Supports role-based navigation with Single Sign-On (SSO)
  • Works across web browsers, mobile apps, and responsive web UI
  • Integrates with cloud, hybrid, and on-premise applications

Core Concepts

Workspaces

Separate sections with dedicated pages and feeds for team communication and collaboration within specific user groups.

Workpages

Customizable pages that can be configured with widgets, cards, and applications.

UI Integration Cards

Design patterns displaying concise information in limited-space containers. Follow SAPUI5 card specifications (minimum version 1.87.0; newer versions supported and recommended for latest features).

Content Packages

Collections of artifacts (cards, workflows, workspace templates) bundled in ZIP files for distribution.

Workspace Templates

Pre-built frameworks enabling workspace creation with minimum modification.

Development Environment Setup

Prerequisites

  1. SAP BTP subscription to SAP Build Work Zone, advanced edition
  2. SAP Business Application Studio subscription
  3. Workzone_Admin role collection assignment
  4. Destination to content repository configured

Dev Space Setup

1. Open SAP Business Application Studio
2. Create new dev space
3. Select "Development Tools for SAP Build Work Zone, Advanced Edition" extension
4. Start the dev space

UI Integration Cards Development

Creating a UI Card

  1. Open SAP Business Application Studio
  2. Select "New Project From Template"
  3. Choose "UI Integration Card"
  4. Configure:
    • Project Name: Your identifier
    • Card Sample: Template selection
    • NameSpace: Used for Card ID (namespace.projectname)
    • Card Title/Subtitle: Display text
    • Mobile Compatibility: Enable for mobile support

Card Types

  • List Cards
  • Object Cards
  • Table Cards
  • Timeline Cards
  • Analytical Cards
  • Calendar Cards
  • Component Cards

For complete card development, see references/ui-integration-cards.md.

Content Packages

Supported Artifacts

  • UI Integration Cards
  • Workflows
  • Workspace templates
  • Exported workspace configurations
  • Homepage configurations

Package Types

  • Centrally-provided: Auto-available to all customers, non-customizable
  • Local packages: Custom packages uploaded by administrators

Development Flow

Create in BAS → Build package → Deploy → Install in Admin Console

For complete content package guide, see references/content-packages.md.

Workspace Templates

Templates enable users to create workspaces with predefined layouts and widgets.

Creating Templates

  1. Design workspace structure
  2. Define widget layouts
  3. Configure default settings
  4. Package and deploy

For template development, see references/workspace-templates.md.

Chatbot Integration

Important Notice

SAP Conversational AI is in maintenance mode since January 2023. While existing chatbots may continue to function, SAP does not recommend creating new implementations. Consider alternative solutions for chatbot functionality.

Options

  1. Custom chatbots: Build using SAP Conversational AI (https://cai.tools.sap/) - ⚠️ Maintenance Mode
  2. Pre-built chatbot: Fork and configure the SAP Build Work Zone chatbot - ⚠️ Not recommended for new projects

Configuration Steps (for existing implementations)

  1. Fork chatbot in SAP Conversational AI
  2. Connect using SAP Jam Collaboration connector
  3. Register OAuth client in Admin Console
  4. Configure alias account for bot posting
  5. Set up push notifications and webhooks

For chatbot configuration, see references/chatbots.md.

API Reference

SCIM API

Endpoint: /api/v1/scim

Authentication: 2-legged OAuth using "Workzone API Client"

Rate Limits:

Limit TypeValue
Hourly limit10,000 requests/tenant
Burst limit200 requests/minute

Headers:

  • X-RateLimit-Limit: Maximum hourly requests
  • X-RateLimit-Remaining: Available requests
  • X-RateLimit-Reset: Seconds until reset

Content-Type: application/json (required for POST/PUT)

OData API

SAP Build Work Zone uses OData v2 with v4 extensions.

Format: XML (AtomPub) or JSON

For complete API reference, see references/api-reference.md.

Administration Console

Access via: User Actions menu → Administration

Key Sections

  • Users: Manage internal/external users, user lists
  • Authentication: SAML IdP, OAuth clients, SSO
  • Theming: Assign themes, customize email templates
  • Areas & Workspaces: Home pages, workspace settings
  • Integrations: Microsoft Teams, mobile apps, chatbots
  • Features: Enable/disable site features
  • Compliance: Content administration, monitoring
  • Analytics: Usage reports, adoption metrics

Feature Management

Compliance Features

  • Compliance Monitor: Flags content with compliance dictionary terms
  • Profanity Monitor: Marks items with profanity violations
  • Unscannable Filter: Flags non-scannable files

Content Features

  • File sharing, feed sharing
  • Content rating
  • Wikis, blogs, knowledge bases
  • Video/audio uploads
  • PDF viewing

Integration Features

  • API access
  • Microsoft Teams integration
  • Office 365 SharePoint integration
  • Google Drive integration

External Integrations

IntegrationPurpose
Microsoft TeamsCollaboration, notifications
Office 365 SharePointDocument sharing, sites
Google DriveCloud storage
SAP SuccessFactorsHR integration
SAP Cloud for CustomerCRM integration
SAP Task CenterUnified task management
SAP Build Process AutomationWorkflow automation

Security

Authentication

  • SAML Identity Providers
  • OAuth 2.0 clients
  • Single Sign-On (SSO)
  • Trusted Certificate Authorities

Key Considerations

  • Role-based access control
  • HTTP security headers (clickjacking, XSS protection)
  • Content provider security guidelines
  • Audit logging for security events

For security configuration, see references/security.md.

Webhooks

Track platform events and send notifications to third-party applications.

Configuration

  1. Define events to monitor
  2. Configure callback URLs
  3. Set up authentication tokens
  4. Handle push notifications

Theming and Branding

Options

  • Assign themes to site
  • Customize email templates
  • Local themes (partial UI coverage)
  • Theme Manager for custom branding

Reports and Analytics

Available Reports

  • Activity Summary (week/month)
  • User Contribution
  • Workspace Activity
  • Content Views
  • Compliance Report
  • Kudo Details
  • Search Summary
  • Expertise Report

Third-Party Analytics

Integration with external analytics platforms supported.

Troubleshooting

Common Issues

IssueSolution
HTTP 503Service maintenance, retry later
Rate limit exceededCheck X-RateLimit headers, wait for reset
OAuth authentication failureVerify Workzone API Client credentials
Card not displayingCheck SAPUI5 version compatibility

For troubleshooting guide, see references/troubleshooting.md.

Bundled Resources

Reference Documentation

  • references/ui-integration-cards.md (331 lines) - Complete UI Integration Cards development guide
  • references/content-packages.md (266 lines) - Content package creation and deployment
  • references/workspace-templates.md (159 lines) - Workspace template development
  • references/chatbots.md (297 lines) - Chatbot configuration (maintenance mode notice included)
  • references/api-reference.md (306 lines) - SCIM and OData API documentation
  • references/security.md (128 lines) - Security configuration best practices
  • references/administration.md (299 lines) - Administration Console guide
  • references/auditing.md (176 lines) - Audit and compliance features
  • references/mobile-app.md (124 lines) - Mobile app configuration
  • references/notifications.md (147 lines) - Notification system setup
  • references/troubleshooting.md (124 lines) - Common error resolution
  • references/widgets.md (213 lines) - Widget development guide
  • references/workspaces.md (295 lines) - Workspace management

Templates

  • templates/card-manifest.json - UI Integration Card manifest template
  • templates/content-package-manifest.json - Content package manifest template
  • templates/dt-configuration.js - Deployment configuration template
  • templates/workspace-template-config.json - Workspace template configuration

Documentation Links


Last Updated: 2025-11-27 Documentation Version: Based on SAP documentation as of November 2025

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Sap Btp Build Work Zone Advanced AI skill do?

Develops and administers SAP Build Work Zone, advanced edition digital workplace solutions. Use when creating workspaces, workpages, and collaborative sites, developing UI Integration Cards in SAP Business Application Studio, building content packages and workspace templates, integrating with Microsoft 365/Teams/SharePoint/Google Drive, configuring chatbots and webhooks, implementing SCIM API user provisioning, setting up OData business records, managing themes and branding, configuring role-based access and SSO, troubleshooting deployment issues, or working with the Administration Console....

Why use Sap Btp Build Work Zone Advanced on TypingMind?

Because you install it once and use it with any model. Sap Btp Build Work Zone Advanced is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Sap Btp Build Work Zone Advanced in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/secondsky/sap-skills/tree/main/plugins/sap-btp-build-work-zone-advanced/skills/sap-btp-build-work-zone-advanced. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Sap Btp Build Work Zone Advanced?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Sap Btp Build Work Zone Advanced?

As many as you like. As long as a model supports skills, you can use Sap Btp Build Work Zone Advanced with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Sap Btp Build Work Zone Advanced AI skill free?

Yes. It is published on GitHub by secondsky under the GPL-3.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇