Function Modules

Use

ABAP function modules used by SAP Data Provider

Function Module

Description

DP_CONTROL_ASSIGN

Assigns a DataProvider object to a control

DP_CONTROL_ASSIGN_STREAM

Assigns a non-typed internal table to a control property

DP_CONTROL_ASSIGN_TABLE

Assigns a typed internal table to a control property

DP_CONTROL_ASSIGN_URL

Assigns a URL using the SAP Data Provider to a control property

DP_CONTROL_GET

Assigns a control property to a DataProvider object

DP_CONTROL_GET_STREAM

Assigns a control property to a non-typed internal table

DP_CONTROL_GET_TABLE

Assigns a control property to a typed internal table

DP_CREATE

Creates a DataProvider object

DP_CREATE_FROM_STREAM

Creates a DataProvider object from a non-typed internal table

DP_CREATE_FROM_TABLE

Creates a DataProvider object from a typed internal table

DP_CREATE_URL

Creates a reference in the LocalTables data pool that references a non-typed internal table

DP_CREATE_URL_FROM_TABLE

Creates a reference in the LocalTables data pool that references a typed internal table

DP_DESTROY

Destroys a DataProvider object

DP_GET_FIELDS_FROM_TABLE

Returns the RFC_FIELDS structure of an internal table

DP_GET_OBJECT

Gets the Automation object that was initialized in a DataProvider object

DP_GET_STREAM

Reads a stream from a DataProvider object to a non-typed internal table

DP_GET_STREAM_FROM_URL

Reads the data of a URL to a non-typed internal table

DP_GET_TABLE

Reads a typed internal table from a DataProvider object

DP_GET_TABLE_FROM_CLIENT

Reads a typed internal table from the LocalTables data pool

DP_SEND_STREAM

Sends a non-typed internal table to a DataProvider object

DP_SEND_TABLE

Sends a typed internal table to a DataProvider object

DP_SET_OBJECT

Assigns an object to a DataProvider object

DP_SET_URL

Sets a URL in the DataProvider object or Format object

For more detailed information, see under function group CNDP in the SAP System.