UI_BILLINGDOCUMENTFS
Billing Document Fact Sheet
UI_BILLINGDOCUMENTFS is an OData service definition in SAP S/4HANA. It exposes 16 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (16)
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_BILLINGDOCUMENTFS | ODATA | V2 | C1 | NOT_RELEASED | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F1901 | Billing Document | Fact sheet | The billing document object page displays contextual information about the billing document business object, bringing together all of the object's relevant attributes to provide you with an overview of the selected billing document. |
Source
@EndUserText.label: 'Billing Document Fact Sheet'
define service UI_BillingDocumentFS {
expose C_BillingDocumentFs;
expose C_BillingDocumentItemFs;
expose C_SDDocumentPartnerCard;
expose I_CompanyCode;
expose I_SalesOrganization;
expose I_SDDocumentCategory;
expose I_CustomerPaymentTerms;
expose I_IncotermsClassification;
expose I_BillingDocumentType;
expose I_Customer;
expose I_BillingIssueType;
expose I_OverallBillingStatus;
expose I_Currency;
expose I_ServiceDocumentType;
expose I_UnitOfMeasure;
expose I_ProductStdVH;
}