The RFC adapter loads its configuration from a file (for example,
            adapter_config.xml) and validates it against the
        adapter schema (framework.xsd). The
            framework.xsd file is used by the adapter toolkit, which the
        adapter is based on, to check for things like missing elements, invalid value types, and so
        on.
Sample adapter configuration files are located in the various example adapter folders:
- Windows: %ESP_HOME%\adapters\rfc\examples
 
- UNIX: $ESP_HOME/adapters/rfc/examples
 
The 
framework.xsd file is located in the
                
%ESP_HOME%\adapters\framework\config directory on Windows and
                
$ESP_HOME/adapters/framework/config on UNIX.
 
The Adapter Controller creates an instance of the RFC adapter, and receives and executes
                
start and 
stop commands.
SAP RFC Input Adapter Control Flow

SAP RFC Output Adapter Control Flow