I_DEBITMEMOREQPARTNER
Debit Memo Request Partner
I_DEBITMEMOREQPARTNER is a CDS View in S/4HANA. Debit Memo Request Partner. It contains 25 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_DebitMemoRequestPartnerTP | view_entity | from | TRANSACTIONAL | Debit Memo Request Partner - TP |
Fields (25)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| _BPRefAddressForDocSpcfcAddr | _BPRefAddressForDocSpcfcAddr | 1 | |
| _BusinessPartnerAddress | _BusinessPartnerAddress | 1 | |
| _DfltAddrRprstn | _DfltAddrRprstn | 1 | |
| _OrgNamePostalAddress | _OrgNamePostalAddress | 1 | |
| AddressID | AddressID | 1 | |
| AddressObjectType | AddressObjectType | 1 | |
| AddressPersonID | AddressPersonID | 1 | |
| BPAddrDeterminationTransaction | BPAddrDeterminationTransaction | 1 | |
| BPRefAddressIDForDocSpcfcAddr | BPRefAddressIDForDocSpcfcAddr | 1 | |
| ContactPerson | ContactPerson | 1 | |
| CorrespondenceLanguage | CorrespondenceLanguage | 1 | |
| Customer | Customer | 1 | |
| EmailAddress | EmailAddress | 1 | |
| FormOfAddress | FormOfAddress | 1 | |
| FullName | FullName | 1 | |
| InternationalFaxNumber | InternationalFaxNumber | 1 | |
| InternationalMobilePhoneNumber | InternationalMobilePhoneNumber | 1 | |
| InternationalPhoneNumber | InternationalPhoneNumber | 1 | |
| Partner | Partner | 1 | |
| Personnel | Personnel | 1 | |
| ReferenceBusinessPartner | ReferenceBusinessPartner | 1 | |
| SDDocPartnerAddressRefType | SDDocPartnerAddressRefType | 1 | |
| Supplier | Supplier | 1 | |
| UnloadingPointName | UnloadingPointName | 1 | |
| VATRegistration | VATRegistration | 1 |
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Debit Memo Request Partner'
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA'),
privilegedAssociations: [ '_Address', '_DfltAddrRprstn' ]
}
@AbapCatalog: {
sqlViewName: 'IDMRPARTNER',
compiler.compareFilter: true
}
@AbapCatalog.preserveKey:true
@ObjectModel: {
representativeKey: 'PartnerFunction',
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
},
supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}
@Metadata.ignorePropagatedAnnotations: true
define view I_DebitMemoReqPartner as select from I_SalesDocumentPartner as Partner
association[1..1] to I_DebitMemoRequest as _DebitMemoRequest on $projection.DebitMemoRequest = _DebitMemoRequest.DebitMemoRequest
{
@ObjectModel.foreignKey.association: '_DebitMemoRequest'
key cast(SalesDocument as debit_memo_request preserving type) as DebitMemoRequest,
@ObjectModel.foreignKey.association: '_PartnerFunction'
key PartnerFunction,
Customer,
Supplier,
Personnel,
ContactPerson,
@ObjectModel.text.element: ['FullName']
Partner,
@Semantics: {
text: true,
name.fullName: true
}
FullName,
ReferenceBusinessPartner,
@ObjectModel.foreignKey.association: '_Address'
AddressID,
AddressPersonID,
AddressObjectType,
SDDocPartnerAddressRefType,
BPAddrDeterminationTransaction,
BPRefAddressIDForDocSpcfcAddr,
VATRegistration,
@Semantics.text: true
UnloadingPointName,
CorrespondenceLanguage,
FormOfAddress,
InternationalPhoneNumber,
InternationalMobilePhoneNumber,
InternationalFaxNumber,
EmailAddress,
//Association
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_DebitMemoRequest,
_ContactPerson,
_PartnerFunction,
_Address,
_DfltAddrRprstn,
_BusinessPartnerAddress,
_BPRefAddressForDocSpcfcAddr,
_PersonAddress,
_PersonName,
_OrganizationAddress,
_OrgNamePostalAddress
}
where SDDocumentCategory = 'L';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESDOCUMENTPARTNER"
],
"ASSOCIATED":
[
"I_ADDRESS",
"I_ADDRESSPERSONNAME",
"I_ADDRESS_2",
"I_ADDRORGNAMEPOSTALADDRESS",
"I_BUSPARTADDRESS",
"I_CONTACTPERSON",
"I_DEBITMEMOREQUEST",
"I_ORGANIZATIONADDRESS",
"I_PARTNERFUNCTION",
"I_PERSONADDRESS"
],
"BASE":
[
"I_SALESDOCUMENTPARTNER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/