The BDLSERVICE table in SAP ERP or S/4HANA stores Contract types data. There are total 8 fields in BDLSERVICE table. The Contract types 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 BDLSERVICE 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 BDLSERVICE Table Fields
Following is the list of fields that are available in SAP BDLSERVICE table. The primary key fields of the table are CONTRACT (Agreement Type), DESCR (Session subtype).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CONTRACT | Agreement Type | BDLSESSTYP | CHAR (8) | |
| DESCR | Session subtype | BDLSESDESC | CHAR (8) | |
| INFO1 | Field containing general information | BDL_INFO | CHAR (6) | |
| INFO2 | Field containing general information | BDL_INFO | CHAR (6) | |
| TYPE | Service type (periodic, standard, add-on) | BDL_SERTYP | CHAR (1) | |
| CHGSTAMP | ABAP Time Stamp | ABSTAMP | CHAR (14) | |
| DOCU | Character string containing documentation | BDL_DOCU | CHAR (80) | |
| STATUS | Status of object | BDL_STAT | CHAR (1) |


