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

Parameter Reference Type Length Default Optional Text
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

Parameter Reference Type Length Text
RETURN BAPIRET2 u 548 BAPI Return Parameter

Parameter Reference Length Optional Text
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.