APL_V_APPL_LOG_OVERVIEW

CDS View

Application log list

APL_V_APPL_LOG_OVERVIEW is a CDS View in S/4HANA. Application log list. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
APL_C_APPL_LOG_OVERVIEW view from Application log list
I_DocumentAISchemaSubscription view_entity left_outer Document AI Schema Subscription
i_islm_p_tkey_runs view_entity left_outer Turnkey runs
I_NewRequestStaus view_entity left_outer Requests: New Status
sitViewReplicationLog view from Application log list
XAJ_JOB_LOG_HEADER view from Applog Header CDS view for XAJ (no auth check)

Fields (2)

KeyField CDS FieldsUsed in Views
KEY log_handle DocAIScmaSubscrpnHlthLgHandle,DocAIScmaSubscrpnLogHandle,log_handle 3
log_created_by_formatted_name log_created_by_formatted_name 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.

-- Application log list
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE APL_V_APPL_LOG_OVERVIEW (
    LOG_HANDLE,
    LOG_CREATED_BY_FORMATTED_NAME,
    PRIMARY KEY (LOG_HANDLE)
);