| Send IDoc | Send an IDoc XML payload to SAP ECC for inbound processing via IDOC_INBOUND_ASYNCHRONOUS. |
| Get IDoc Status | Retrieve the processing status of an IDoc by reading the EDIDS status table via RFC_READ_TABLE. |
| Send SOAP Request | Send a SOAP XML request to an SAP ECC RFC endpoint and return the raw XML response. |
| Read Table | Read data from any SAP table using RFC_READ_TABLE. Supports field selection, row limits, and WHERE clause filtering. |
| Call BAPI | Call any SAP BAPI or RFC function module by name with XML parameters. |