SAP ABAP Data Element RFCEXIT (Driver program)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC (Application Component) RFC
⤷
SRCX (Package) Development Class for Remote Communication: RFC and RMC
⤷
⤷
Basic Data
| Data Element | RFCEXIT |
| Short Description | Driver program |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | PROGRAM_ID | |
| Data Type | CHAR | Character String |
| Length | 40 | |
| Decimal Places | 0 | |
| Output Length | 40 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Driver |
| Medium | 15 | Driver |
| Long | 20 | Driver program |
| Heading | 55 | Driver program |
Documentation
Definition
Name of ABAP/4 driver program.
A valid RFC driver program must include the following FORMs:
- RFCDRV_OPEN : Establish connection
- RFCDRV_BLEN : Determine I/O buffer size
- RFCDRV_ACCEPT : Establish an incoming connection
- RFCDRV_READ : Read a block
- RFCDRV_WRITE : Write a block
- RFCDRV_FFLUSH : Flush after WRITE
- RFCDRV_RFLUSH : Flush after READ
History
| Last changed by/on | SAP | 20100420 |
| SAP Release Created in |