bsp

Manage BSP applications in SAP using ADT-based OData commands.

7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/modalala/sapcli-skill --skill bsp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bsp
Source: https://github.com/modalala/sapcli-skill/tree/main/skills/odata/bsp
Command: npx skills add https://github.com/modalala/sapcli-skill --skill bsp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BSP applications within SAP often require manual, multi-step handling for upload, deletion, and listing. This Skill provides a streamlined CLI-based approach to manage BSP objects via ADT/OData commands, reducing time and error-prone manual configuration.

Core Features & Use Cases

  • Upload BSP applications to the SAP system.
  • Delete BSP applications that are no longer needed.
  • List existing BSP objects to verify deployments and configurations.
  • Use Case: Quickly publish a BSP page and confirm its presence in the SAP environment.

Quick Start

Run sapcli bsp upload <object_name> to publish a BSP object.

Frequently Asked Questions about bsp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload and delete BSP applications in SAP using the command line?

You can manage BSP applications in SAP by running sapcli bsp commands to upload, delete, and list BSP objects using ADT-based OData commands, eliminating manual configuration steps.

What is the ADT OData approach for managing SAP BSP objects?

The ADT OData approach uses the SAP ADT protocol and OData commands via sapcli to handle BSP application uploads, listings, and deletions directly across ABAP environments without RFC dependencies.

Do I need RFC connections to list and manage BSP applications in ABAP?

No, you do not need RFC connections to manage BSP applications; the process relies entirely on the ADT OData protocol via sapcli, avoiding any RFC dependencies.

Can I verify deployed BSP applications in SAP using sapcli?

Yes, you can verify deployed BSP applications by running the sapcli bsp list command, which lists existing BSP objects to confirm their presence and configuration in the SAP environment.

What is the best way to automate BSP application deployment without manual SAP GUI steps?

Using a CLI-based approach with sapcli bsp upload allows you to automate BSP application deployment via ADT OData commands, streamlining the process and reducing manual configuration errors.