17.08.2013 Views

Data Interfaces

Data Interfaces

Data Interfaces

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

RFC Object Hierarchy<br />

Exports<br />

collection<br />

© SAP AG<br />

Imports<br />

collection<br />

Parameter<br />

Application<br />

Server<br />

Function<br />

Rows<br />

collection<br />

Server objects<br />

collection<br />

Function<br />

collection<br />

Structure Table<br />

Row<br />

Connection<br />

Tables<br />

collection<br />

The above RFC object hierarchy represents the objects for OLE client programs available through the<br />

Automation server.<br />

When accessing these objects, programmers must observe the following sequence of steps:<br />

Create the server object and set up the connection (connection object).<br />

Create at least one function object for the server object.<br />

Assign a value to the export parameter object.<br />

Call the method function of the server object.<br />

Use the import parameter objects to call the result of executing the function module.<br />

Close the connection and release all objects.<br />

The properties and methods for the individual objects are described in the online help. There now follow<br />

some examples of programming with these objects, properties and methods.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!