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.

Working with Tables: Entry (1)<br />

Creating a table object for entry in a function call<br />

Using a function as a dynamic method of the server object<br />

© SAP AG<br />

Set TableObj = RFCServer.CreateTable(“R3Tabellenname )<br />

For x = 1 to NumRows<br />

TableRow= TableObj.AppendRow<br />

TableRow( R3TableField1 )= ....”<br />

TableRow( R3TableField2 )= ...”<br />

Next x<br />

RESULT = RFCServer.R3FunctionName(<br />

EXCEPTIONSTR,<br />

PARAM1:= LocParam1,<br />

R3TABLENAME:=TableObj,<br />

PARAM3:= LocParam3)

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

Saved successfully!

Ooh no, something went wrong!