UI_CELLCOMMENT
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).
Exposed CDS Views (21)
| CDS View | Alias |
|---|---|
| C_AnalyticalCommentContentTP | |
| C_AnalyticalCommentTagTP | |
| C_AnalyticalCommentThreadTP | |
| C_AnlytlCommentMentionedUserTP | |
| C_CellCommentMentionedUserVH | |
| C_CellCommentTagTP | |
| C_CellCommentTP | |
| C_MyAnalyticalCommentContentTP | MyAnalyticalCommentContent |
| C_MyAnalyticalCommentTagTP | MyAnalyticalCommentTag |
| C_MyAnalyticalCommentTP | MyAnalyticalComment |
| C_MyAnlytlCmntMentionedUserTP | MyAnlytlCommentMentionedUser |
| C_MyCellCommentContentTP | MyCellCommentContent |
| C_MyCellCommentMentionedUserTP | MyCellCommentMentionedUser |
| C_MyCellCommentTagTP | MyCellCommentTag |
| C_MyCellCommentTP | MyCellComment |
| I_AnlytlCmntClassificationVH | |
| I_AnlytlCommentApplicationVH | |
| I_AnlytlCommentClassfctnText | |
| I_AnlytlCommentStatusTxt | |
| I_AnlytlCommentStatusVH | |
| I_AnlytlCommentTagVH |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}