All Systems Live

RFC Pipeline Hub

Central command for the V2 Retail SAP integration layer. Fetch SAP data, explore 113 RFCs, query the Data Lake, and auto-generate new API controllers from spec docs.

113
RFC Controllers
82
Data Lake Tables
18
SAP Modules
300+
Stores
Core Tools
RFC Generator
Upload a SAP RFC spec (.docx) → Claude generates the C# controller → auto-deploys to IIS on .46 in ~90 seconds.
Auto CI/CD Claude AI
🔍
RFC Explorer
Browse all 113 RFC controllers across 18 modules. Search by name, view import/export parameters, endpoint routes, and SQL tables.
113 RFCs 18 Modules
🛰️
SAP Fetch UI
Live SAP data fetcher. Pick any RFC, fill parameters, hit Fetch — data lands in claudetestv2 SQL tables on .46 instantly.
Live SAP 40+ RFCs
🗄️
Data Lake API
Swagger UI for all 82 Data Lake tables. OData REST — $filter, $top, $skip, $select, $orderby. Try it out directly against Azure DAB.
82 Tables OData REST

Infrastructure
📡
API Explorer (Worker)
Interactive RFC endpoint explorer hosted on Cloudflare Worker. Live endpoint documentation with request/response structure.
Cloudflare Worker
☁️
Azure DAB
Azure Data API Builder serving DataV2 SQL Server (192.168.151.28). Health status and direct REST access to all registered tables.
Azure App Service DataV2
💻
GitHub Repo
Source for all 113 RFC controllers, RFC Collector service, Cloudflare Worker, GitHub Actions CI/CD workflows, and DAB config.
akash0631/rfc-api Public
🚀
Deploy Worker
Dedicated Cloudflare Worker handling RFC auto-deployment pipeline. Processes docx uploads, calls Claude, pushes to GitHub, tracks jobs.
v2-rfc-deploy

Architecture
SAP ECC Dev (192.168.144.174 / client 210)
    ↓  ABAP RFC over NCo IIS Store Tracker (VM-CRM .46 :80)  ←  113 .NET 4.8 controllers
    ↓  HTTP POST /api/{RfcName}/Execute RFC Collector (VM-CRM .46 :9090)  ←  ASP.NET Core 8 service
    ↓  Azure VPN tunnel v2-rfc-relay (Azure App Service)  ←  HTTPS bridge
    ↓  Cloudflare Worker v2-rfc-pipeline (Cloudflare)  ←  /explore /sap-fetch /data-lake
    ↓  SQL Server write claudetestv2 (VM-CRM .46 :1433)  →  DataV2 (.28)  →  Azure DAB  →  Any App