gx-erp-connector

Generate GeneXus ExternalObjects and SDTs from SAP RFC and BAPI metadata.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill gx-erp-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gx-erp-connector
Source: https://github.com/Design-System-ET/genexus-dev-opencode/tree/main/skills/gx-erp-connector
Command: npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill gx-erp-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the complexity of integrating SAP ERP systems with GeneXus by automating the mapping of RFC and BAPI metadata into native GeneXus objects.

Core Features & Use Cases

  • Automated Object Generation: Instantly creates ExternalObjects and SDTs from live SAP metadata.
  • Type Mapping: Ensures ABAP types are accurately converted to GeneXus data types using an authoritative reference.
  • Use Case: When a developer needs to call a BAPI to retrieve sales order data, this skill handles the connection, metadata retrieval, and object generation, ensuring the resulting code is immediately importable into the Knowledge Base.

Quick Start

Use the gx-erp-connector skill to generate the necessary GeneXus objects for the BAPI_SALESORDER_GETLIST function.

Frequently Asked Questions about gx-erp-connector

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

FAQPage Schema
How do I generate GeneXus objects from SAP BAPI metadata?

Generating GeneXus objects from SAP BAPI metadata requires establishing ERP Inspector MCP connectivity to read the live RFC definitions and automatically map them into ExternalObjects and SDTs.

How does ABAP to GeneXus type mapping work for SAP RFC integration?

ABAP to GeneXus type mapping converts live SAP RFC data structures into native GeneXus data types using strict reference protocols, ensuring generated SDTs remain immediately importable into the Knowledge Base.

What is needed to connect a GeneXus Knowledge Base to SAP ERP?

Connecting a GeneXus Knowledge Base to SAP ERP requires active ERP Inspector MCP connectivity to interact directly with live SAP metadata and automate the creation of native GeneXus objects.

Does SAP RFC integration with GeneXus require live ERP connectivity?

Yes, SAP RFC integration with GeneXus requires live ERP Inspector MCP connectivity to accurately retrieve the BAPI and RFC metadata needed to generate the ExternalObjects.

Can I use GeneXus to call BAPI_SALESORDER_GETLIST without manual SDT creation?

Calling BAPI_SALESORDER_GETLIST from GeneXus is automated by generating the necessary SDTs and ExternalObjects directly from the live SAP metadata, eliminating manual structure creation.

What are the limitations of automating SAP integration with GeneXus?

Automating SAP integration with GeneXus is limited by the strict adherence to ABAP-to-GeneXus type mapping protocols and the absolute requirement for active ERP Inspector MCP connectivity.