Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For event-driven integration, see the [Trigger Reference](trigger-reference.md).

## Client

SAP JCo client for calling RFC-enabled function modules and sending IDocs to an SAP system.
SAP ECC (JCo) client for calling RFC-enabled function modules and sending IDocs to an SAP system.

### Configuration

Expand Down
4 changes: 2 additions & 2 deletions en/docs/connectors/catalog/erp-business/sap.jco/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
connector: true
connector_name: "sap.jco"
title: "SAP JCo"
title: "SAP ECC (JCo)"
description: "Overview of the ballerinax/sap.jco connector for WSO2 Integrator."
---

Expand Down Expand Up @@ -56,6 +56,6 @@ As an open source project, WSO2 welcomes contributions from the community.

To contribute to the code for this connector, please create a pull request in the following repository.

* [SAP JCo Connector GitHub repository](https://github.com/ballerina-platform/module-ballerinax-sap.jco)
* [SAP ECC (JCo) connector GitHub repository](https://github.com/ballerina-platform/module-ballerinax-sap.jco)

Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ connector_name: "sap.jco"

# Triggers

The SAP JCo connector supports event-driven integration where the SAP system pushes IDocs or invokes RFC function modules on a registered Ballerina service. Two distinct service types handle these two event categories.
The SAP ECC (JCo) connector supports event-driven integration where the SAP system pushes IDocs or invokes RFC function modules on a registered Ballerina service. Two distinct service types handle these two event categories.

Three components work together:

Expand Down
2 changes: 1 addition & 1 deletion en/docs/connectors/catalog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Find the right connector for your integration. Use the search bar or filter by c
{ name: "SAP Business One Sales", description: "Manage SAP Business One sales (A/R) documents — quotations, orders, deliveries, returns, invoices, credit memos, and dunning — via the Service Layer.", operations: "Create, Read, Update, Delete, Cancel", auth: "Session (username/password)", link: "erp-business/sap.businessone.sales/overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.businessone.sales_1.0.2.png" },
{ name: "SAP Business One Service", description: "Manage SAP Business One service module objects — service calls, contracts, customer equipment cards, and the knowledge base — via the Service Layer OData API.", operations: "Create, Read, Update, Delete", auth: "Session (username/password)", link: "erp-business/sap.businessone.service/overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.businessone.service_1.0.2.png" },
{ name: "SAP Commerce", description: "E-commerce platform with product catalog, cart management, orders, and B2B procurement", operations: "Products, Carts, Orders, Customers, Stores, Tickets, Quotes", auth: "OAuth 2.0 (Client Credentials)", link: "ecommerce/sap.commerce.webservices/sap-commerce-connector-overview", category: "E-Commerce" },
{ name: "SAP JCo", description: "Connect to SAP systems via JCo for RFC execution, IDoc exchange, and inbound event handling", operations: "RFC Execute, Send IDoc, Receive IDoc, Inbound RFC", auth: "SAP Credentials", link: "erp-business/sap.jco/overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.jco_2.0.0.png" },
{ name: "SAP ECC (JCo)", description: "Connect to SAP systems via JCo for RFC execution, IDoc exchange, and inbound event handling", operations: "RFC Execute, Send IDoc, Receive IDoc, Inbound RFC", auth: "SAP Credentials", link: "erp-business/sap.jco/overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.jco_2.0.0.png" },
{ name: "SAP Sales Area", description: "SAP S/4HANA Sales Area master data: retrieve and query Sales Organization, Distribution Channel, and Division combinations", operations: "Read, List, Batch Query", auth: "Basic Auth", link: "erp-business/sap.s4hana.salesarea_0001/sap-sales-area-connector-overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.s4hana.salesarea_0001_1.0.0.png" },
{ name: "SAP Sales District", description: "SAP S/4HANA sales district master data and multilingual text descriptions via OData v2", operations: "List Districts, Get District, List Texts, Get Text, Navigate", auth: "Basic Auth", link: "erp-business/sap.s4hana.api_salesdistrict_srv/sap-sales-district-connector-overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.s4hana.api_salesdistrict_srv_1.0.0.png" },
{ name: "SAP Sales Inquiry", description: "Read SAP S/4HANA pre-sales inquiry documents including items, partners, and pricing elements via OData v2", operations: "List, Read", auth: "Basic Auth", link: "erp-business/sap.s4hana.api_sales_inquiry_srv/sap-sales-inquiry-connector-overview", category: "ERP & Business", icon: "https://bcentral-packageicons.azureedge.net/images/ballerinax_sap.s4hana.api_sales_inquiry_srv_1.0.0.png" },
Expand Down
2 changes: 1 addition & 1 deletion en/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'SAP JCo',
label: 'SAP ECC (JCo)',
link: { type: 'doc', id: 'connectors/catalog/erp-business/sap.jco/overview' },
items: [
'connectors/catalog/erp-business/sap.jco/setup-guide',
Expand Down