TBSL table in SAP ERP or S/4HANA stores Posting Key data. There are total 10 fields in TBSL table. The Posting Key table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of TBSL table. It is in Payments (FBZ) ABAP package and is part of the Payment Progam / Payment transfer (DE, JP, US) (FI-AP-AP-B) module.
SAP TBSL Table Fields
Following is the list of fields that are available in SAP TBSL table. The primary key fields of Posting Key table in SAP are MANDT (Client), BSCHL (Posting Key).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
MANDT | Client | MANDT | T000 | CLNT(3) |
BSCHL | Posting Key | BSCHL | CHAR(2) | |
SHKZG | Debit/Credit Indicator | SHKZG | CHAR(1) | |
KOART | Account type | KOART | CHAR(1) | |
XUMSW | Indicator: Sales-Related Item ? | XUMSW_BSL | CHAR(1) | |
FAUS1 | Account/Posting Key Field Selection | FAUS1 | CHAR(50) | |
XZAHL | Indicator: Is Posting Key Used in a Payment Transaction? | XZAHL | CHAR(1) | |
STBSL | Posting Key for Reversal/Reverse Entry | STBSL | CHAR(2) | |
XSONU | Indicator: Posting Key for Special G/L Transactions | XSONU | CHAR(1) | |
FAUS2 | Account/Posting Key Field Selection | FAUS2 | CHAR(80) |