I_CHGRECDPLMEPDCOLLABN

CDS View

Change Record PLM EPD Collaboration

I_CHGRECDPLMEPDCOLLABN is a CDS View in S/4HANA. Change Record PLM EPD Collaboration. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_ChgRecdPLMEPDCollabn view_entity from COMPOSITE Change Record EPD Collaboration
C_ChgRecdPLMEPDCollabn view from CONSUMPTION Change Record PLM EPD Collaboration
R_ChgRecdPLMEPDCollabnTP view_entity from TRANSACTIONAL Change Record EPD collaboration
@AbapCatalog.sqlViewName: 'ICHGRECDEPDCOL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #C,
                         dataClass: #MIXED,
                         sizeCategory: #L}
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Change Record PLM EPD Collaboration'
define view I_ChgRecdPLMEPDCollabn as select from /plmi/cr_epd_clb 
as EngineeringCollaboration {
  key collaboration_id as ChgRecdPLMEPDCollabnUUID,
  key chgrecord_uuid as ChangeRecordUUID,
  collaboration_type as ChgRecdPLMEPDCollabnType,
   cast( created_on   as tzntstmps preserving type) as CreationDateTime,
  createdby as CreatedByUser,
  collaborationsrc as ChgRecdPLMEPDCollabnSourceID,
  collaborationid_int as ChgRecdPLMEPDCollabnID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PLMI/CR_EPD_CLB"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/