startrfc

Invoke SAP RFC function modules with JSON and file parameters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to invoke SAP RFC function modules programmatically, streamlining integration tests and SAP function calls with flexible input handling.

Core Features & Use Cases

  • Supports JSON parameter passing, structured parameters, and table parameter workflows.
  • Includes result checks for BAPI-style responses to facilitate reliable validation.
  • Common scenarios: connectivity tests, reading table data, and invoking BAPI functions for detail retrieval.

Quick Start

通过 AI 代理调用 startrfc_execute 来执行一个 RFC 函数模块。

Frequently Asked Questions about startrfc

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

FAQPage Schema
How do I invoke SAP RFC function modules programmatically with JSON parameters?

Invoke SAP RFC function modules by passing JSON parameters through the startrfc_execute command, which supports structured parameters and table workflows for flexible function calls and data retrieval.

Can I check BAPI result responses when calling SAP RFC functions?

Yes, you can validate BAPI-style responses when calling SAP RFC functions. The skill includes built-in result checks for BAPI-style responses to facilitate reliable validation of return data and error handling.

What is the best way to automate SAP RFC integration tests for data retrieval?

Automate SAP RFC integration tests by invoking function modules programmatically with configurable output formatting. This streamlines connectivity tests, reading table data, and invoking BAPI functions for detail retrieval across common scenarios.

Does SAP RFC invocation support file parameters alongside structured data?

Yes, SAP RFC invocation supports file parameters alongside structured data. The skill handles JSON parameter passing, file parameters, and structured table parameter workflows to satisfy diverse RFC protocol interaction requirements.

How does error handling work during SAP function module calls?

Error handling during SAP function module calls is managed through configurable output formatting and BAPI result checks. This ensures reliable validation of BAPI-style responses and proper handling of RFC protocol interaction failures.