The ARS_W_API_SCCSSR table in SAP ERP or S/4HANA stores API Successor Data of Deprecated/Decommissioned APIs data. There are total 9 fields in ARS_W_API_SCCSSR table. The API Successor Data of Deprecated/Decommissioned APIs 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 ARS_W_API_SCCSSR table. It is in API Release: API State Persistence (S_ARS_DB) ABAP package and is part of the Extensibility: Release of APIs (BC-SRV-APS-EXT-REL) module.
SAP ARS_W_API_SCCSSR Table Fields
Following is the list of fields that are available in SAP ARS_W_API_SCCSSR table. The primary key fields of the table are OBJECT_ID (API Object ID), OBJECT_TYPE (Object Type), SUB_OBJECT_TYPE (Type of API Subobject), SUB_OBJECT_NAME (Name of API Subobject), COMPATIBILITY_CONTRACT (Release Contract).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECT_ID | API Object ID | ARS_OBJECT_ID | * | CHAR (36) |
| OBJECT_TYPE | Object Type | TROBJTYPE | CHAR (4) | |
| SUB_OBJECT_TYPE | Type of API Subobject | ARS_SUB_OBJECT_TYPE | CHAR (20) | |
| SUB_OBJECT_NAME | Name of API Subobject | ARS_SUB_OBJECT_NAME | CHAR (120) | |
| COMPATIBILITY_CONTRACT | Release Contract | ARS_RELEASE_CONTRACT | CHAR (2) | |
| SUCCESSOR_OBJECT_TYPE | Object Type | TROBJTYPE | CHAR (4) | |
| SUCCESSOR_OBJECT_NAME | Object Name in Object Directory | SOBJ_NAME | CHAR (40) | |
| SUCCESSOR_SUB_OBJECT_TYPE | Type of API Subobject | ARS_SUB_OBJECT_TYPE | CHAR (20) | |
| SUCCESSOR_SUB_OBJECT_NAME | Name of API Subobject | ARS_SUB_OBJECT_NAME | CHAR (120) |


