Fonction SAP BAPI_TDINFOSET_SELECT_DATA - Executes the SQL Command for an InfoSet

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
INFOSETID BAPI6111GEN-OBJ_HANDLE N 4 TD InfoSet Object Handle

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 BAPI Return Parameter

Paramètre Reférence Long. Facultatif Description
CMD BAPI6111CMD 4 X Parser Bytecode (for Provider)
CMD_PARAMS BAPI6111CP 70 X Parser Parameter (for Provider)
TRACE BAPI6111TR 104 X Parser debug info. (for Provider)

Functionality
With this method, an SQL command is carried out and the command'sresulting set is structured.
As several InfoSet objects can be processed in parallel within asession, the entry parameter INFOSETID has to be set. An object handleof this type can be retrieved by a client application with the functionmodule BAPI_TDINFOSET_CREATE_OBJECT that must also have an
SQL command set before execution.
The client application can use the method Getdata to retrieve the
resulting set.