> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.11/development/flow-studio/connectors/business-systems/sap/sap-bapi/basic-api/bapi-rfc_get_function_interface.md).

# BAPI: RFC\_GET\_FUNCTION\_INTERFACE

This BAPI will return all parameters and parameter attributes for a specific BAPI or function module. The function module name (FUNCNAME) is the same value that was returned for each BAPI in the call to BAPI\_MONITOR\_GETLIST (field ABAPNAME in table BAPILIST).

| **Field**                 | **Description**                                                  | **Type** | **Spec**    | **Example**             |
| ------------------------- | ---------------------------------------------------------------- | -------- | ----------- | ----------------------- |
| FUNCNAME                  | Name of the function module                                      | I        | CHAR30      | BAPI\_FLIGHT\_GETDETAIL |
| LANGUAGE                  | Language of the parameter text                                   | I        | LANG1       |                         |
| NONE\_UNICODE\_LENGTH     | Length is also supplied in Unicode systems in non-Unicode format | I        | CHAR1       |                         |
| REMOTE\_BASXML\_SUPPORTED | BasXML Protokoll                                                 | E        | CHAR1       |                         |
| REMOTE\_CALL              | Function module can be called Remote-Function                    | E        | CHAR1       |                         |
| UPDATE\_TASK              | Function module is in the update                                 | E        | CHAR1       |                         |
| PARAMS                    | Parameter of function module                                     | T        | RFC\_FUNINT |                         |
| RESUMABLE\_EXCEPTIONS     | Resumable Exceptions                                             | T        | RSEXC       |                         |

**Table: PARAMS**

| **Field**  | **Description**                                   | **Spec** | **Example**  |
| ---------- | ------------------------------------------------- | -------- | ------------ |
| PARAMCLASS | Parameter type                                    | CHAR1    | I            |
| PARAMETER  | Parameter name                                    | CHAR30   | AIRLINEID    |
| TABNAME    | Table Name                                        | CHAR30   | BAPISFLKEY   |
| FIELDNAME  | Field Name                                        | CHAR30   | AIRLINEID    |
| EXID       | ABAP Data Type                                    | CHAR1    | C            |
| POSITION   | Position of field in structure (from 1)           | CHAR10   | 1            |
| OFFSET     | Field offset from beginning of structure (from 0) | INT10    | 0            |
| INTLENGTH  | Internal length of field                          | INT10    | 6            |
| DECIMALS   | Number of decimal places                          | INT10    | 0            |
| DEFAULT    | Default value for import parameter                | CHAR21   |              |
| PARAMTEXT  | Short text                                        | CHAR79   | Airline Code |
| OPTIONAL   | Optional parameters                               | CHAR1    |              |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
