The BLK_REASON_TX table in SAP ERP or S/4HANA stores Text Table for Blocking Reason in Purchase Order data. There are total 4 fields in BLK_REASON_TX table. The Text Table for Blocking Reason in Purchase Order 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 BLK_REASON_TX table. It is in Purchasing (ME) ABAP package and is part of the Purchasing (MM-PUR) module.
SAP BLK_REASON_TX Table Fields
Following is the list of fields that are available in SAP BLK_REASON_TX table. The primary key fields of the table are MANDT (Client), SPRAS (Language Key), BLK_REASON_ID (Blocking Reason – ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| SPRAS | Language Key | SPRAS | T002 | LANG (1) |
| BLK_REASON_ID | Blocking Reason – ID | BLK_REASON_ID | BLK_REASON | CHAR (4) |
| BLK_REASON_TXT | Blocking Reason – Text | BLK_REASON_TXT | CHAR (40) |


