C_BILLGDOCREDACTED_SD
Redacted Billing Document
C_BILLGDOCREDACTED_SD is an OData service definition in SAP S/4HANA. It exposes 22 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (22)
| CDS View | Alias |
|---|---|
| C_BillgDocItemRedacted | BillingDocumentItem |
| C_BillgDocRedacted | BillingDocument |
| C_SalesDocPaymentMethodVH | PaymentMethod |
| I_BillingDocumentType | BillingDocumentType |
| I_BillingIssueType | BillingIssueType |
| I_CityCode | CityCode |
| I_CompanyCode | CompanyCode |
| I_Country | Country |
| I_CustomerPaymentTerms | CustomerPaymentTerms |
| I_DistributionChannel | DistributionChannel |
| I_Division | Division |
| I_IncotermsClassification | IncotermsClassification |
| I_IncotermsVersion | IncotermsVersion |
| I_OverallBillingStatus | OverallBillingStatus |
| I_ProductStdVH | Product |
| I_Region | Region |
| I_SalesDocumentItemCategory | SalesDocumentItemCategory |
| I_SalesOrganization | SalesOrganization |
| I_StatisticalValueControl | StatisticalValueControl |
| I_TaxCode | TaxCode |
| I_TaxingCounty | County |
| I_VATRegistrationOrigin | VATRegistrationOrigin |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| C_BILLGDOCREDACTED | ODATA | V2 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Redacted Billing Document'
define service C_BillgDocRedacted_SD {
expose C_BillgDocRedacted as BillingDocument;
expose C_BillgDocItemRedacted as BillingDocumentItem;
expose I_CompanyCode as CompanyCode;
expose I_SalesOrganization as SalesOrganization;
expose I_DistributionChannel as DistributionChannel;
expose I_Division as Division;
expose C_SalesDocPaymentMethodVH as PaymentMethod;
expose I_CustomerPaymentTerms as CustomerPaymentTerms;
expose I_IncotermsVersion as IncotermsVersion;
expose I_IncotermsClassification as IncotermsClassification;
expose I_BillingDocumentType as BillingDocumentType;
expose I_OverallBillingStatus as OverallBillingStatus;
expose I_Country as Country;
expose I_CityCode as CityCode;
expose I_TaxingCounty as County;
expose I_Region as Region;
expose I_VATRegistrationOrigin as VATRegistrationOrigin;
expose I_ProductStdVH as Product;
expose I_StatisticalValueControl as StatisticalValueControl;
expose I_SalesDocumentItemCategory as SalesDocumentItemCategory;
expose I_TaxCode as TaxCode;
expose I_BillingIssueType as BillingIssueType;
}