I_CUSTOMER360BUSDOCSETTING
Customzing table for customer360
I_CUSTOMER360BUSDOCSETTING is a CDS View in S/4HANA. Customzing table for customer360. 18 CDS views read from this table.
CDS Views using this table (18)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_Cust360BillingDocReq | view_entity | inner | CONSUMPTION | Customer 360 Billing Document Request |
| C_Cust360PreliminaryBillDoc | view_entity | inner | CONSUMPTION | Customer 360 Preliminary Billing Document |
| C_Cust360RecentDeliveryDoc | view_entity | inner | CONSUMPTION | Customer 360 Recent Delivery |
| C_Cust360SalesSchedgAgrmt | view_entity | inner | CONSUMPTION | Customer 360 Scheduling Agreements |
| C_Cust360SlsOrdWithoutCharge | view_entity | inner | CONSUMPTION | Customer 360 Sales Order Without Charge |
| C_Customer360ApprovalBusDoc | view_entity | inner | CONSUMPTION | Customer 360 business doc approvals |
| C_Customer360CancelledInvoice | view_entity | inner | CONSUMPTION | Customer 360 Invoice Cancelled |
| C_Customer360CreditMemoRequest | view_entity | inner | CONSUMPTION | Customer 360 Credit Memo Request |
| C_Customer360CustomerReturn | view_entity | inner | CONSUMPTION | Customer 360 Customer Return |
| C_Customer360DebitMemoRequest | view_entity | inner | CONSUMPTION | Customer 360 DMR |
| C_Customer360DeliveryDocument | view_entity | inner | CONSUMPTION | Customer 360 Outbound Delivery |
| C_Customer360Invoice | view_entity | inner | CONSUMPTION | Customer 360 Invoice |
| C_Customer360InvoiceList | view_entity | inner | CONSUMPTION | Customer 360 Invoice List |
| C_Customer360SalesContract | view_entity | inner | CONSUMPTION | Customer 360 Sales Contract |
| C_Customer360SalesOrder | view_entity | inner | CONSUMPTION | Customer 360 Sales Order |
| C_Customer360SalesQuotation | view_entity | inner | CONSUMPTION | Sales Quotations for customer 360 |
| C_Customer360ServiceOrder | view_entity | inner | CONSUMPTION | Customer 360 Service Order |
| C_Customer360ServiceQuotation | view_entity | inner | CONSUMPTION | Service quotations for customer 360 |
//@AbapCatalog.sqlViewName: 'ICUST360DOCCUST'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Customzing table for customer360'
@ObjectModel: {
// compositionRoot: true,
// representativeKey: 'SalesDocument',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
define view entity I_Customer360BusDocSetting as
select from cust360_docsttg {
key sapobjecttype as Cust360BusDocCategory,
busdocumentdurationindays as BusDocumentDurationInDays,
@Semantics.booleanIndicator: true
recentbusdocumentisenabled as RecentBusDocumentIsEnabled,
@Semantics.booleanIndicator: true
busdocinapprovalisenabled as BusDocInApprovalIsEnabled,
@Semantics.booleanIndicator: true
businessdocumentisenabled as BusinessDocumentIsEnabled,
recentbusdocdurationindays as RecentBusDocDurationInDays
}
//union
//select from P_Cust360MockDocumentSettingTF ( clnt : $session.client )
//{
// key Cust360BusDocCategory,
// BusDocumentDurationInDays,
// RecentBusDocumentIsEnabled,
// BusDocInApprovalIsEnabled,
// BusinessDocumentIsEnabled,
// RecentBusDocDurationInDays
//}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CUST360_DOCSTTG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/