sap_getparam ()

Read(2628) Label: import, get, data records,

Description:

Get data records according to the import parameter(s).

Syntax:

sap_getparam(excutefunction, paramName)

Note:

With a to-be-executed function that has parameters, this external library function (See External Library Guide) gets data records according to the import parameter(s).

Parameter:

excutefunction

The execute function handle

paramName

Function parameter name

Return value:

Data records

Example:

 

A

 

1

=sap_client@f ("C:/sap/ABAP_AS_WITH_POOL.jcoDestination")

SAP server connection.

 

2

=sap_execute(A1, "Z_TEST1",”ROOMID”:”001”)

Execute the sap function.

3

=sap_getparam(A2,"RETURN")