UI_PRELIMBILLINGDOCUMENT_F6990
PBD for Service - Manage
UI_PRELIMBILLINGDOCUMENT_F6990 is an OData service definition in SAP S/4HANA. It exposes 28 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (28)
| CDS View | Alias |
|---|---|
| C_PBDItemPartnerTP_F6990 | PrelimBillgDocumentItemPartner |
| C_PBDItemTextTP_F6990 | PrelimBillingDocumentItemText |
| C_PrelimBillgDocItemTP_F6990 | PrelimBillingDocumentItem |
| C_PrelimBillgDocPrtnTP_F6990 | PrelimBillingDocumentPartner |
| C_PrelimBillgDocTextTP_F6990 | PrelimBillingDocumentText |
| C_PrelimBillgDocumentTP_F6990 | PrelimBillingDocument |
| I_BillingDocumentType | |
| I_BusinessArea | |
| I_CompanyCode | |
| I_Country | |
| I_Customer | |
| I_CustomerGroup | |
| I_CustomerPaymentTerms | |
| I_DistributionChannel | |
| I_Division | |
| I_PartnerFunction | PartnerFunction |
| I_PaymentMethod | |
| I_PrelimBillgDocApprovalReason | |
| I_PrelimBillgDocStatus | |
| I_ProductStdVH | |
| I_ProjectByExternalID | |
| I_Region | |
| I_SalesDocApprovalStatus | |
| I_SalesDocumentItemCategory | |
| I_SalesOrganization | |
| I_SlsPricingProcedure | |
| I_User | |
| I_VATRegistrationOrigin |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_PRELIMBILLINGDOCUMENT_F6990 | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'PBD for Service - Manage'
define service UI_PrelimBillingDocument_F6990 {
expose C_PrelimBillgDocumentTP_F6990 as PrelimBillingDocument;
expose C_PrelimBillgDocItemTP_F6990 as PrelimBillingDocumentItem;
expose C_PrelimBillgDocTextTP_F6990 as PrelimBillingDocumentText;
expose C_PrelimBillgDocPrtnTP_F6990 as PrelimBillingDocumentPartner;
expose C_PBDItemTextTP_F6990 as PrelimBillingDocumentItemText;
expose C_PBDItemPartnerTP_F6990 as PrelimBillgDocumentItemPartner;
expose I_PartnerFunction as PartnerFunction;
expose I_ProductStdVH;
expose I_BusinessArea;
expose I_CompanyCode;
expose I_BillingDocumentType;
expose I_User;
expose I_SalesOrganization;
expose I_DistributionChannel;
expose I_Division;
expose I_Customer;
expose I_SalesDocumentItemCategory;
expose I_Country;
expose I_Region;
expose I_VATRegistrationOrigin;
expose I_PaymentMethod;
expose I_SlsPricingProcedure;
expose I_CustomerGroup;
expose I_PrelimBillgDocStatus;
expose I_SalesDocApprovalStatus;
expose I_PrelimBillgDocApprovalReason;
expose I_CustomerPaymentTerms;
expose I_ProjectByExternalID;
}