R_ACMTRDGCONTRHDRTP
Transaction Processing View : Trading Contract Header
R_ACMTRDGCONTRHDRTP is a CDS View in S/4HANA. Transaction Processing View : Trading Contract Header. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMTrdgContractOverview | view_entity | projection | CONSUMPTION | Contract Header |
//@AbapCatalog.sqlViewName: 'RACMCONTRHDRTP'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
//@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
},
sapObjectNodeType.name: 'TradingContract' // added this line for bids to contract
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.personalData.blocking: #REQUIRED
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Transaction Processing View : Trading Contract Header'
define root view entity R_ACMTrdgContrHdrTP
as select from I_ACMTrdgContrHdr
composition [*] of R_ACMTrdgContrItmDetTP as _ContractItem
composition [*] of R_ACMTrdgContrHdrFeeDetsTP as _ContractHeaderFee
composition [*] of R_ACMTrdgContrHdrTextDetTP as _ContractHeaderText
{
key TradingContractNumber,
TradingContractType,
ContractStatus,
ACMContractCategory,
ACMTrdgContrStatusCategory,
Side,
TradingContractCurrency,
ACMTradingContractCategory,
TradingContractExternalID,
SalesOrganization,
DistributionChannel,
Division,
PurchasingOrganization,
PurchasingGroup,
DocumentDate,
TradingContractCreatedBy,
TradingContractChangedBy,
TradingContractChangedOnDate,
ACMAmendingTraderID,
ACMOriginalTraderID,
Counterparty,
Incoterms,
PaymentTerms,
IncotermsLocation1,
CompanyCode,
TradingContractTradeOffice,
TradingContractCreditSales,
ACMSignedStatus,
ACMTradingContractCurrency,
ACMBidValidTillDate,
/* Associations */
_ContractItem,
_ContractHeaderFee,
_ContractHeaderText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTRDGCONTRHDR"
],
"ASSOCIATED":
[
"R_ACMTRDGCONTRHDRFEEDETSTP",
"R_ACMTRDGCONTRHDRTEXTDETTP",
"R_ACMTRDGCONTRITMDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/