When the client application passes a dynamic ProDataSet (
DATASET-HANDLE parameter) as an
INPUT parameter, the proxy does not know the schema (meta data) for the ProDataSet. In this case, the client must provide an instance of
System.Data.DataSet that contains both the schema and data for the
DATASET-HANDLE parameter. The client can use the methods on the
System.Data.DataSet class to add the schema, tables, and rows for each table of the ProDataSet. Also, the client might need to define ABL-specific mappings for the DataSet. See
Providing ABL extensions for INPUT DATASET-HANDLE parameters.