sap-sqlscript

Generate SAP HANA SQLScript templates for stored procedures, UDFs, and AMDP integration.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-sqlscript
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sap-sqlscript
Source: https://github.com/dherbe-digital/nova-skills-collection/tree/main/plugins/sap/development-tools/sap-sqlscript/skills/sap-sqlscript
Command: npx skills add https://github.com/dherbe-digital/nova-skills-collection --skill sap-sqlscript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides in-context guidance for SAP HANA SQLScript development, covering stored procedures, UDFs, anonymous blocks, and AMDP integration.

Core Features & Use Cases

  • Comprehensive SQLScript development guidance covering anonymous blocks, stored procedures, UDFs, and AMDP integration.
  • Practical templates, references, and examples to accelerate SAP HANA development.
  • Best-practice patterns for error handling, performance, cursor usage, and security.

Quick Start

Use the sap-sqlscript skill to access step-by-step guidance, reference material, and templates for building HANA SQLScript objects.

Frequently Asked Questions about sap-sqlscript

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

FAQPage Schema
How do I create stored procedures and UDFs in SAP HANA SQLScript?▼

SAP HANA SQLScript development uses stored procedures, UDFs, and anonymous blocks to encapsulate data logic. This skill provides templates and in-context guidance to scaffold and generate production-ready SQLScript artifacts for these database objects.

What is the best way to integrate ABAP with HANA SQLScript using AMDP?▼

AMDP integration connects ABAP applications directly to HANA SQLScript procedures. This skill provides guidance on bridging ABAP and SQLScript, enabling you to write maintainable, high-performance database procedures within your SAP workflow.

How do I handle errors and optimize performance in SQLScript procedures?▼

SQLScript procedures require specific error handling patterns and performance optimization techniques to run efficiently. This skill offers best-practice references for cursor usage, security, and robust error handling to ensure your code is maintainable.

Can I use this skill to scaffold anonymous blocks for SAP HANA?▼

Yes, you can use this skill to scaffold anonymous blocks alongside stored procedures and UDFs. It delivers practical templates and reference material to accelerate your SAP HANA development workflow directly in-context.

When should I not use SQLScript for SAP HANA database procedures?▼

SQLScript may not be suitable for simple single-table operations that standard SQL handles natively. The skill's best-practice references help you determine when to use SQLScript features like cursors or when standard SQL is more efficient.