Loading...
Loading...
SAP S4 HANA integration. Manage Organizations, Persons, Leads, Deals, Activities, Notes and more. Use when the user wants to interact with SAP S4 HANA data.
npx skill4agent add membranedev/application-skills sap-hanamembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search sap-hana --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Sales Order Items | list-sales-order-items | Retrieve a list of sales order items from SAP S/4HANA |
| List Company Codes | list-company-codes | Retrieve a list of company codes from SAP S/4HANA |
| Get Billing Document | get-billing-document | Retrieve a single billing document (invoice) by ID from SAP S/4HANA |
| List Billing Documents | list-billing-documents | Retrieve a list of billing documents (invoices) from SAP S/4HANA |
| Create Purchase Order | create-purchase-order | Create a new purchase order in SAP S/4HANA |
| Get Purchase Order | get-purchase-order | Retrieve a single purchase order by ID from SAP S/4HANA |
| List Purchase Orders | list-purchase-orders | Retrieve a list of purchase orders from SAP S/4HANA |
| List Inbound Deliveries | list-inbound-deliveries | Retrieve a list of inbound deliveries from SAP S/4HANA |
| Get Outbound Delivery | get-outbound-delivery | Retrieve a single outbound delivery by ID from SAP S/4HANA |
| List Outbound Deliveries | list-outbound-deliveries | Retrieve a list of outbound deliveries from SAP S/4HANA |
| Get Product | get-product | Retrieve a single product/material by ID from SAP S/4HANA |
| List Products | list-products | Retrieve a list of products/materials from SAP S/4HANA |
| Create Business Partner | create-business-partner | Create a new business partner in SAP S/4HANA |
| List Business Partners | list-business-partners | Retrieve a list of business partners from SAP S/4HANA |
| Get Business Partner | get-business-partner | Retrieve a single business partner by ID from SAP S/4HANA |
| Update Sales Order | update-sales-order | Update an existing sales order in SAP S/4HANA |
| Create Sales Order | create-sales-order | Create a new sales order in SAP S/4HANA |
| Get Sales Order | get-sales-order | Retrieve a single sales order by its ID from SAP S/4HANA |
| List Sales Orders | list-sales-orders | Retrieve a list of sales orders from SAP S/4HANA |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY