Fonction SAP BAPI_TDPROVIDER_GET_COLUMNS - Delivers a List of Columns (Columns Rowset)

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CAT_NAM BAPI6110CUB-CAT_NAM C 32 X Restriction: Catalog Name (not currently used)
COL_NAM BAPI6115COL-COL_NAM C 70 X Restrcition: Table Type
TAB_NAM BAPI6115TAB-TAB_NAM C 24 X Restriction: Table Name

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

Paramètre Reférence Long. Facultatif Description
COLUMNS BAPI6115COL 298 X Columns Rowset

Functionality
This method delivers a list of columns of all the tables thatcorrespond to the specified restrictions.
CAT_NAM,,,,CATALOG name (not used)
TAB_NAM,,,,Table name (InfoSet)
COL_NAM,,,,Column name (InfoSet field)
Example

Notes
You can generate a list of tables with the module
BAPI_TDPROVIDER_GET_TABLES.