SAP BDLSESDEST Table – Destinations and RFC block sizes for data transfer

The BDLSESDEST table in SAP ERP or S/4HANA stores Destinations and RFC block sizes for data transfer data. There are total 11 fields in BDLSESDEST table. The Destinations and RFC block sizes for data transfer 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 BDLSESDEST 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 BDLSESDEST Table Fields

Following is the list of fields that are available in SAP BDLSESDEST table. The primary key fields of the table are SESSNO (Character Field with Length 10), CLIENT (3-Byte field), SOURCEDEST (Logical destination (specified in function call)), TARGETDEST (Logical destination (specified in function call)), TYPE (3-Byte field).

Field Description Data Element Check Table Data Type
SESSNO Character Field with Length 10 CHAR10 CHAR (10)
CLIENT 3-Byte field CHAR3 CHAR (3)
SOURCEDEST Logical destination (specified in function call) RFCDEST * CHAR (32)
TARGETDEST Logical destination (specified in function call) RFCDEST * CHAR (32)
TYPE 3-Byte field CHAR3 CHAR (3)
BLKSIZE Text (80 Characters) TEXT80 CHAR (80)
ISACTIVE Status of data transfer BDL_TRANS CHAR (1)
MAPSESSNO Character Field with Length 10 CHAR10 CHAR (10)
MAPCLIENT 3-Byte field CHAR3 CHAR (3)
SENT Status of data transfer BDL_TRANS CHAR (1)
STATUS Status of data transfer BDL_TRANS CHAR (1)