I_IBCCOMMUNICATIONFLOW

CDS View

Communication Flow

I_IBCCOMMUNICATIONFLOW is a CDS View in S/4HANA. Communication Flow. It contains 13 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_MKT_CampaignValueHelp view_entity from CONSUMPTION Communication Flow Value Help
CUAN_MKTCAL_CAMPAIGN_SEARCH view_entity from Communication Flow Calendar Search
I_MKT_CampaignByCmpgnCntntAll view_entity inner COMPOSITE Communication by All Comm Flow Messages

Fields (13)

KeyField CDS FieldsUsed in Views
KEY CommunicationFlowUUID Campaign,DB_KEY 2
_AuthCommArea _AuthCommArea 1
CommFlowCreationDateTime CREA_DATE_TIME 1
CommFlowLastChangedDateTime LCHG_DATE_TIME 1
CommFlowLifecycleStatus CampaignLifecycleStatus,LIFE_CYCLE_STATUS 2
CommunicationArea COMM_AREA_ID 1
CommunicationFlow ID 1
CommunicationFlowDescription DESCRIPTION 1
CommunicationFlowEndDate CampaignEndDate,END_DATE 2
CommunicationFlowName CampaignName,NAME 2
CommunicationFlowProcessType CampaignProcessType 1
CommunicationFlowStartDate CampaignStartDate,START_DATE 2
ReferencedOrgStructure REF_ORG_STRUCT 1

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.

-- Communication Flow
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_IBCCOMMUNICATIONFLOW (
    COMMUNICATIONFLOWUUID,
    _AUTHCOMMAREA,
    COMMFLOWCREATIONDATETIME,
    COMMFLOWLASTCHANGEDDATETIME,
    COMMFLOWLIFECYCLESTATUS,
    COMMUNICATIONAREA,
    COMMUNICATIONFLOW,
    COMMUNICATIONFLOWDESCRIPTION,
    COMMUNICATIONFLOWENDDATE,
    COMMUNICATIONFLOWNAME,
    COMMUNICATIONFLOWPROCESSTYPE,
    COMMUNICATIONFLOWSTARTDATE,
    REFERENCEDORGSTRUCTURE,
    PRIMARY KEY (COMMUNICATIONFLOWUUID)
);