I_CABillgReqDocHeaderTP
Abrechnungsauftrag
I_CABillgReqDocHeaderTP is a Transactional CDS View that provides data about "Abrechnungsauftrag" in SAP S/4HANA. It reads from 1 data source (I_CABillgReqDocHeader) and exposes 41 fields with key field CABillgReqDocument. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CABillgReqDocHeader | I_CABillgReqDocHeader | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CABillgReqDocItemTP | _CABillgReqDocItem | $projection.CABillgReqDocument = _CABillgReqDocItem.CABillgReqDocument |
Annotations (22)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICABILLGREQHDTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.sapObjectNodeType.name | ContrAcctgBillingRequest | view | |
| ObjectModel.semanticKey | CABillgReqDocument | view | |
| ObjectModel.representativeKey | CABillgReqDocument | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.deleteEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.updateEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view | |
| ObjectModel.draftEnabled | true | view | |
| ObjectModel.writeDraftPersistence | dfkkbix_req_h_d | view | |
| EndUserText.label | Abrechnungsauftrag | view |
Fields (41)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CABillgReqDocument | CABillgReqDocument | ||
| CABillgReqCategory | CABillgReqCategory | |||
| CABillgReqType | CABillgReqType | |||
| CABillgReqReason | CABillgReqReason | |||
| CAApplicationArea | CAApplicationArea | |||
| ContractAccount | ContractAccount | |||
| BusinessPartner | BusinessPartner | |||
| CAInvoicingDocument | CAInvoicingDocument | |||
| CABillgReqDescription | CABillgReqDescription | |||
| CABillgReqStatus | CABillgReqStatus | |||
| CABillgReqTotalAmount | CABillgReqTotalAmount | |||
| CABillgReqTotalAmountCurrency | CABillgReqTotalAmountCurrency | |||
| CABillgReqTotalAmtTxIsIncluded | CABillgReqTotalAmtTxIsIncluded | |||
| CABillgReqCreationUser | CABillgReqCreationUser | |||
| CABillgReqCreationDate | CABillgReqCreationDate | |||
| CABillgReqCreationTime | CABillgReqCreationTime | |||
| CABillgReqChangeUser | CABillgReqChangeUser | |||
| CABillgReqChangeDate | CABillgReqChangeDate | |||
| CABillgReqChangeTime | CABillgReqChangeTime | |||
| CAClrfctnExist | CAClrfctnExist | |||
| CABillgReqReference | CABillgReqReference | |||
| CABillgReqNumberOfItems | CABillgReqNumberOfItems | |||
| LogicalSystem | LogicalSystem | |||
| CABllbleItmListId | CABllbleItmListId | |||
| CADeletionDate | CADeletionDate | |||
| CABillgReqCompletionDate | CABillgReqCompletionDate | |||
| CABillgReqReasonText | ||||
| CABillgReqStatusText | ||||
| CABillgReqCategoryText | ||||
| CABillgReqTypeText | ||||
| _CABillgReqStatus | _CABillgReqStatus | |||
| _CABillgReqCategory | _CABillgReqCategory | |||
| _CABillgReqType | _CABillgReqType | |||
| _CABillgReqReason | _CABillgReqReason | |||
| _CAApplicationArea | _CAApplicationArea | |||
| _CABillgReqTotalAmountCurrency | _CABillgReqTotalAmountCurrency | |||
| _BusinessPartner | _BusinessPartner | |||
| _ContractAccountHeader | _ContractAccountHeader | |||
| _ContractAccountPartner | _ContractAccountPartner | |||
| _CAInvcgDocHeader | _CAInvcgDocHeader | |||
| _CABillgReqDocItem | _CABillgReqDocItem |
@AbapCatalog.sqlViewName: 'ICABILLGREQHDTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #TRANSACTIONAL
},
sapObjectNodeType.name: 'ContrAcctgBillingRequest',
semanticKey: 'CABillgReqDocument',
representativeKey: 'CABillgReqDocument',
compositionRoot: true,
transactionalProcessingEnabled : true,
createEnabled: true,
deleteEnabled: 'EXTERNAL_CALCULATION',
updateEnabled: 'EXTERNAL_CALCULATION',
modelCategory: #BUSINESS_OBJECT,
draftEnabled: true,
writeDraftPersistence: 'dfkkbix_req_h_d'
}
@EndUserText.label: 'Abrechnungsauftrag'
define view I_CABillgReqDocHeaderTP
as select from I_CABillgReqDocHeader
association [0..*] to I_CABillgReqDocItemTP as _CABillgReqDocItem on $projection.CABillgReqDocument = _CABillgReqDocItem.CABillgReqDocument
{
key CABillgReqDocument,
CABillgReqCategory,
CABillgReqType,
CABillgReqReason,
CAApplicationArea,
ContractAccount,
BusinessPartner,
@ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
CAInvoicingDocument,
@Semantics.text: true
CABillgReqDescription,
CABillgReqStatus,
CABillgReqTotalAmount,
CABillgReqTotalAmountCurrency,
CABillgReqTotalAmtTxIsIncluded,
CABillgReqCreationUser,
CABillgReqCreationDate,
CABillgReqCreationTime,
CABillgReqChangeUser,
CABillgReqChangeDate,
CABillgReqChangeTime,
CAClrfctnExist,
CABillgReqReference,
CABillgReqNumberOfItems,
LogicalSystem,
CABllbleItmListId,
CADeletionDate,
CABillgReqCompletionDate,
_CABillgReqReason._CABillgReqReasonText[1: Language=$session.system_language].CABillgReqReasonText,
_CABillgReqStatus._CABillgReqStatusText[1: Language=$session.system_language].CABillgReqStatusText,
_CABillgReqCategory._CABillgReqCategoryText[1: Language=$session.system_language].CABillgReqCategoryText,
_CABillgReqType._CABillgReqTypeText[1: Language=$session.system_language].CABillgReqTypeText,
_CABillgReqStatus,
_CABillgReqCategory,
_CABillgReqType,
_CABillgReqReason,
_CAApplicationArea,
_CABillgReqTotalAmountCurrency,
_BusinessPartner,
_ContractAccountHeader,
_ContractAccountPartner,
@Consumption.filter.hidden: true
_CAInvcgDocHeader,
@ObjectModel.association.type: [ #TO_COMPOSITION_CHILD ]
_CABillgReqDocItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CABILLGREQCATEGORY",
"I_CABILLGREQCATEGORYTEXT",
"I_CABILLGREQDOCHEADER",
"I_CABILLGREQREASON",
"I_CABILLGREQREASONTEXT",
"I_CABILLGREQSTATUS",
"I_CABILLGREQSTATUSTEXT",
"I_CABILLGREQTYPE",
"I_CABILLGREQTYPETEXT"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_CAAPPLICATIONAREA",
"I_CABILLGREQCATEGORY",
"I_CABILLGREQDOCITEMTP",
"I_CABILLGREQREASON",
"I_CABILLGREQSTATUS",
"I_CABILLGREQTYPE",
"I_CAINVCGDOCHEADER",
"I_CONTRACTACCOUNTHEADER",
"I_CONTRACTACCOUNTPARTNER",
"I_CURRENCY"
],
"BASE":
[
"I_CABILLGREQDOCHEADER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA