UI_CELLCOMMENT

OData Service Package: RSANAR_CELL_COMMENT

Analytical Cell Comments

UI_CELLCOMMENT is an OData service definition in SAP S/4HANA. It exposes 21 CDS view(s). It has 1 service binding(s).

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_CELLCOMMENT ODATA V4 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Analytical Cell Comments'
define service UI_CELLCOMMENT {
  expose C_CellCommentTP;
  expose I_AnlytlCmntClassificationVH;
  expose I_AnlytlCommentClassfctnText;
  expose C_CellCommentMentionedUserVH;
  expose I_AnlytlCommentStatusVH;
  expose I_AnlytlCommentStatusTxt;
  expose C_AnalyticalCommentThreadTP;
  expose C_AnalyticalCommentContentTP;
  expose C_AnalyticalCommentTagTP;
  expose I_AnlytlCommentTagVH;
  expose C_CellCommentTagTP;
  expose C_AnlytlCommentMentionedUserTP;
  expose C_MyCellCommentTP              as MyCellComment;
  expose C_MyCellCommentTagTP           as MyCellCommentTag;
  expose C_MyCellCommentContentTP       as MyCellCommentContent;
  expose C_MyCellCommentMentionedUserTP as MyCellCommentMentionedUser;
  expose C_MyAnalyticalCommentTP        as MyAnalyticalComment;
  expose C_MyAnalyticalCommentContentTP as MyAnalyticalCommentContent;
  expose C_MyAnlytlCmntMentionedUserTP  as MyAnlytlCommentMentionedUser;
  expose C_MyAnalyticalCommentTagTP     as MyAnalyticalCommentTag;
  expose I_AnlytlCommentApplicationVH;
}