ARS_APIS_RELEASED_C1_OR_GROUPS

ARS_APIS_RELEASED_C1_OR_GROUPS is an SAP database table in S/4HANA. It contains 7 fields. 30 CDS views read from this table.

CDS Views using this table (30)

ViewTypeJoinVDMDescription
/SSB/CORE_ANALYTICAL_QRYS view left_outer Fetches list of all analytical queries
/ssb/designtime_Evaluations view left_outer SSB: Designtime Evaluations
/ssb/designtime_Indicators view left_outer SSB: All Indicators
/SSB/VIEW_RECO_RELEASED view inner Released view recommendation
APS_V_GKE_VIEW_LIST_RELEASED view inner List of released CDS views)
C_ABI_Analytical_Query view_entity left_outer CONSUMPTION Analytical Query List
CDR_I_SCOPE_CDS_VH view_entity inner Scope CDS Views Value Help
Cds_View_All view left_outer All CDS Views with Analytic/Non-Analytic categorization
DHAMB_BASE_DP_CDS_NODES view_entity left_outer DI meta data browser: list of CDS views
DHBAS_CDS_Filter view left_outer Enabled views for CDS Analyzer
I_CCV_DATASOURCE_HELPER view_entity inner Custom CDS View Datasource Helper
I_CCV_DataSource_VH_1 view_entity inner CCV Datasource VH primary || associated
I_CCV_DataSource_VH_2 view_entity inner CCV Datasource VH primary || associated
I_CCV_NOT_MIGRATED view_entity inner View for not migrated Custom CDS Views
I_CustomCDSViewDatasource_VH view_entity inner BASIC List of released CDS views
P_Cfd_Associable_Cds_View view_entity left_outer Associable CDS Views
P_ISLM2_RELEASED_CDS view_entity inner List of released CDS views
P_RespyRuleCDSFldContr1VH view from COMPOSITE
QB_RELEASED_QUERIES view inner Released Analytical Queries
R_Sitn2ObjStructureCDSVH view_entity union COMPOSITE Situation Object Structure
RS_P_ANA_UMM2_RELEASED_CDS view inner List of released CDS views
RSODP_ABAP_CDS_EXTR_BASE view left_outer CDS entities available for extraction
RSODP_ABAP_CDS_f4_all_p3 view left_outer ABAP CDS value help 3
Rsrts_Cds_Query_List view inner
Rsrts_Cds_Query_List_Cube view inner
Rsrts_Cds_Query_List_Sources view inner Released CDS based Query Sources
RSRTS_QF4_QueryProvider_All view_entity left_outer
SFDT_CP_CDS_RELEASED view from Released CDS objects for BTP Rules usage
Vb_Core_Cdsviews view left_outer View Browser Core CDS Views
Vb_Core_Cdsviews_Extn view left_outer View Browser Core CDS Views With Extn

Fields (7)

KeyField CDS FieldsUsed in Views
object_key object_key 2
object_type object_type 2
state c1_state,queryState,QueryStatus,ReleaseState,state 8
successor_classification successor_classification 1
successor_object_key successor_ddl_name 1
tadir_obj_name tadir_obj_name 2
tadir_object tadir_object 2

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ARS_APIS_RELEASED_C1_OR_GROUPS (
    OBJECT_KEY,
    OBJECT_TYPE,
    STATE,
    SUCCESSOR_CLASSIFICATION,
    SUCCESSOR_OBJECT_KEY,
    TADIR_OBJ_NAME,
    TADIR_OBJECT
);