The BDLTYPEDEF table in SAP ERP or S/4HANA stores Type pool definitions of Global Variables data. There are total 6 fields in BDLTYPEDEF table. The Type pool definitions of Global Variables table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of BDLTYPEDEF table. It is in Service data download (as of R/3 Release 3.x) (BDL3) ABAP package and is part of the Service Data Download (SV-SMG-SDD) module.
SAP BDLTYPEDEF Table Fields
Following is the list of fields that are available in SAP BDLTYPEDEF table. The primary key fields of the table are LOGFUNC (Logical name), CLUST_ID (RFC Download: Function module), SEQ (Sequence number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| LOGFUNC | Logical name | BDL_LOGFUN | CHAR (30) | |
| CLUST_ID | RFC Download: Function module | BDL_CLUST | CHAR (6) | |
| SEQ | Sequence number | BDL_SEQC | NUMC (4) | |
| TEXT_LINE | Text 81 characters | BDL_TEXT72 | CHAR (72) | |
| STATUS | Status of object | BDL_STAT | CHAR (1) | |
| CHGSTAMP | ABAP Time Stamp | ABSTAMP | CHAR (14) |


