The CSIC_PROFILE table in SAP ERP or S/4HANA stores CSI Administration Profile for Cloud Providers data. There are total 17 fields in CSIC_PROFILE table. The CSI Administration Profile for Cloud Providers 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 CSIC_PROFILE table. It is in Cloud Service Administration (CSI_ADMIN) ABAP package and is part of the Remote Control and Communication Framework (CA-EPT-RCC) module.
SAP CSIC_PROFILE Table Fields
Following is the list of fields that are available in SAP CSIC_PROFILE table. The primary key fields of the table are PROFILE_NAME (CSI Profile Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PROFILE_NAME | CSI Profile Name | CSI_PROFILE_NAME | CHAR (10) | |
| PROVIDER_NAME | CSI Cloud Provider Name | CSI_PROVIDER_NAME | CSIC_PROVIDER | CHAR (10) |
| ACCOUNT_NAME | Cloud Provider Account Name | CSI_PROVIDER_ACCOUNT_NAME | CSIC_PROVACCOUNT | CHAR (30) |
| REG_ON_DEMAND | CSI Bool Field | CSI_BOOL | CHAR (1) | |
| SUPPORT_STORE | CSI File Store Name | CSI_FILESTORE_NAME | CHAR (20) | |
| REGION | CSI Region | CSI_REGION | CHAR (50) | |
| IMAGE_NAME | CSI Instance Image Name | CSI_INSTANCE_IMAGE_NAME | CHAR (100) | |
| SIZE_TYPE | CSI Instance Size Type | CSI_INSTANCE_SIZE_TYPE | CHAR (100) | |
| LOCATION | CSI Instance Location | CSI_INSTANCE_PLACEMENT | CHAR (100) | |
| KEY_NAME | CSI Instance Key Name | CSI_INSTANCE_KEY_NAME | CHAR (100) | |
| SECURITY_GROUP | CSI Instance Security Group | CSI_INSTANCE_SECURITY_GROUP | CHAR (100) | |
| STATIC_IP | CSI IP Address | CSI_IP_ADDRESS | CHAR (40) | |
| SUBNET_ID | CSI Instance VPN subnet | CSI_INSTANCE_SUBNET | CHAR (100) | |
| CREATED_ON | Created On | ERSDA | DATS (8) | |
| CREATED_BY | Name of Person who Created the Object | ERNAM | CHAR (12) | |
| CHANGED_ON | Date of Last Change | LAEDA | DATS (8) | |
| CHANGED_BY | Name of person who changed object | AENAM | CHAR (12) |


