R_COLLECTIONSCONTACTDRAFTTP

CDS View

Collections Contacts Draft

R_COLLECTIONSCONTACTDRAFTTP is a CDS View in S/4HANA. Collections Contacts Draft. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CollectionsContactDraft view_entity projection CONSUMPTION Collections Contacts Drafts
@AbapCatalog: { sqlViewName: 'RCOLLSCNTDR',
                compiler: { compareFilter: true },
                preserveKey: true }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@EndUserText: { label: 'Collections Contacts Draft' }
@ObjectModel: { representativeKey: 'BusinessPartnerPerson',
                semanticKey:       [ 'RelationshipNumber',
                                     'BusinessPartnerCompany',
                                     'BusinessPartnerPerson',
                                     'CollectionSegment' ],
                usageType:         { dataClass:      #TRANSACTIONAL,
                                     sizeCategory:   #L,
                                     serviceQuality: #D } }
@VDM: { viewType:  #TRANSACTIONAL,
        lifecycle: { contract: { type: #SAP_INTERNAL_API } } }
@AccessControl: { authorizationCheck: #CHECK,
                  personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@Metadata: { allowExtensions: true }

define root view R_CollectionsContactDraftTP
  as select from P_CollectionsContactDraft
{

          // VDM Fields

  key     RelationshipNumber,
  key     BusinessPartnerCompany,
  key     BusinessPartnerPerson,
  key     CollectionSegment,
  key     DraftUUID,
          FirstName,
          LastName,
          PhoneNumber,
          MobileNumber,
          FaxNumber,
          EmailAddress,
          ContactPersonFunction,
          ContactPersonDepartment,
          IsActiveEntity,
          HasActiveEntity,
          DraftCreationDateTime,
          DraftLastChangedDateTime,

          // Exposed Associations

          _BpContactToAddress,
          _BPContactToFuncAndDept,
          _BusinessPartnerCompany,
          _BusinessPartnerPerson,
          _CollectionSegment,
          _ContactPersondepartment,
          _ContactPersonFunction

}