The ARBFND_D_PLCLNT table in SAP ERP or S/4HANA stores Polling client data. There are total 7 fields in ARBFND_D_PLCLNT table. The Polling client 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 ARBFND_D_PLCLNT table. It is in Common DDIC Elements (ARBFND1_DDIC_CMN) ABAP package and is part of the Foundation of BNS Integration (BNS-INT-FND) module.
SAP ARBFND_D_PLCLNT Table Fields
Following is the list of fields that are available in SAP ARBFND_D_PLCLNT table. The primary key fields of the table are CLIENT (Client), CRED_DOMAIN (Credential Domain), CRED_IDENTITY (Identity), SYSTEM_ID (System ID), CXML_MSG_TYPE (cXML message type), INT_ENDPOINT_ID (SAP-Internal Key of EndPointID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| CRED_DOMAIN | Credential Domain | ARBFND_CREDENTIAL_DOMAIN | ARBFND_C_ANCRED | CHAR (10) |
| CRED_IDENTITY | Identity | ARBFND_IDENTITY | ARBFND_C_ANCRED | CHAR (25) |
| SYSTEM_ID | System ID | ARBFND_LOGSYS | CHAR (50) | |
| CXML_MSG_TYPE | cXML message type | ARBFND_CXML_MSG_TYPE | ARBFND_I_MSGTYPE | CHAR (6) |
| INT_ENDPOINT_ID | SAP-Internal Key of EndPointID | ARBFND_INT_ENDPOINT_ID | CHAR (10) | |
| LAST_REC_TSTAMP | Last received timestamp | ARBFND_LAST_RECEIVED_TIMESTAMP | CHAR (25) |


