The BPOBTAB table in SAP ERP or S/4HANA stores Partner-Object Relationship data. There are total 18 fields in BPOBTAB table. The Partner-Object Relationship 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 BPOBTAB table. It is in SAP BP FS: Partner-Object Relationship (FTBPOB) ABAP package and is part of the Business Partner (FS-BP) module.
SAP BPOBTAB Table Fields
Following is the list of fields that are available in SAP BPOBTAB table. The primary key fields of the table are CLIENT (Client), ASSI_TYP (Assignment Category), ASSI_NR (Allocation Number), PARTNER (Business Partner Number), RLTYP (BP Role), TRDATE (Chronological Order of Partner-Object Relationships).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| ASSI_TYP | Assignment Category | BP_ASSI_TYP | TPR1 | CHAR (6) |
| ASSI_NR | Allocation Number | BP_ASSI_NR | CHAR (30) | |
| PARTNER | Business Partner Number | BU_PARTNER | * | CHAR (10) |
| RLTYP | BP Role | BU_PARTNERROLE | TB003 | CHAR (6) |
| TRDATE | Chronological Order of Partner-Object Relationships | BU_DTRANS | DATS (8) | |
| APPL | Application Category | BP_APPL | * | CHAR (4) |
| DATE_FROM | Date of start of relationship | DATBBEZ | DATS (8) | |
| DATE_TO | Date of end of relationship | DATEBEZ | DATS (8) | |
| NODE_KEY | Nodes | BP_NODE_KEY | CHAR (12) | |
| ADR_KIND | Address Type | BU_ADRKIND | TB009 | CHAR (10) |
| TEXT | Text Field | TEXT50 | CHAR (50) | |
| CRUSR | User who created the object | BU_CRUSR | CHAR (12) | |
| CRDAT | Date on which the object was created | BU_CRDAT | DATS (8) | |
| CRTIM | Time at which the object was created | BU_CRTIM | TIMS (6) | |
| CHUSR | Last user to change object | BU_CHUSR | CHAR (12) | |
| CHDAT | Date when object was last changed | BU_CHDAT | DATS (8) | |
| CHTIM | Time at which object was last changed | BU_CHTIM | TIMS (6) |


