# Basic API

**About the Novacura Flow Transporter Package**\
&#x20;The Novacura Flow SAP connector will call a number of SAP BAPIs in order to retrieve the interface information. The following functions give the required information:

1. ZNCFLOW\_APPLICATION\_COMPONENT: List BAPI application tree
2. BAPI\_MONITOR\_GETLIST: Returns a list of all available BAPI's in the SAP system.
3. BAPI\_INTERFACE\_GETDOCU: Returns the help text documentation for a BAPI on different levels.
4. RFC\_GET\_FUNCTION\_INTERFACE: Returns all parameters for a BAPI or function module in SAP.
5. ZNCFLOW\_DDIF\_FIELDINFO\_GET: Returns the data dictionary specification for parameter fields


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.novacuraflow.com/6.11/development/flow-studio/connectors/business-systems/sap/sap-bapi/basic-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
