import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import { ServiceQuotationItem, ServiceQuotationItemType } from './ServiceQuotationItem'; import { ServiceQtanPersonResp, ServiceQtanPersonRespType } from './ServiceQtanPersonResp'; import { ServiceQtanPriceElement, ServiceQtanPriceElementType } from './ServiceQtanPriceElement'; import { ServiceQtanRefObject, ServiceQtanRefObjectType } from './ServiceQtanRefObject'; import { ServiceQuotationText, ServiceQuotationTextType } from './ServiceQuotationText'; /** * This class represents the entity "A_ServiceQuotation" of service "API_SERVICE_QUOTATION_SRV". */ export declare class ServiceQuotation extends Entity implements ServiceQuotationType { /** * Technical entity name for ServiceQuotation. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ServiceQuotation entity */ static _keys: string[]; /** * Transaction ID. * Number that identifies the transaction document. It is unique for each business transaction category. * Maximum length: 10. */ serviceQuotation: DeserializedType; /** * Business Transaction Type. * Key that identifies a transaction type. * A transaction type defines the characteristics and attributes of a business transaction (for example, sales order, service request, visit), and determines the controlling attributes (for example, text determination procedure, partner determination procedure, status profile, organizational data profile). A transaction type controls the processing of a specific business transaction. * Maximum length: 4. * @nullable */ serviceQuotationType?: DeserializedType | null; /** * GUID of a CRM Order Object. * The unique ID for an operation is a technical key by which the operation can be uniquely identified. * This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique. * @nullable */ serviceQuotationUuid?: DeserializedType | null; /** * Transaction Description. * Short description for a transaction. * The description can be used during a search for the transaction. * Maximum length: 40. * @nullable */ serviceQuotationDescription?: DeserializedType | null; /** * Language Key of Description. * Language in which the transaction short text was entered. * Maximum length: 2. * @nullable */ language?: DeserializedType | null; /** * Service Request Start Date. * @nullable */ requestedServiceStartDateTime?: DeserializedType | null; /** * Service Request Due Date. * @nullable */ requestedServiceEndDateTime?: DeserializedType | null; /** * Contract Start date. * @nullable */ srvcQtanValidityStartDateTime?: DeserializedType | null; /** * Contract End Date. * @nullable */ srvcQtanValidityEndDateTime?: DeserializedType | null; /** * External Reference Number. * Maximum length: 80. * @nullable */ serviceQtanExtReference?: DeserializedType | null; /** * Release Status. * Maximum length: 1. * @nullable */ serviceQuotationIsReleased?: DeserializedType | null; /** * Service Quotation Is Accepted. * Maximum length: 1. * @nullable */ serviceQuotationIsAccepted?: DeserializedType | null; /** * Cancellation Status. * Maximum length: 1. * @nullable */ serviceQuotationIsRejected?: DeserializedType | null; /** * Cancellation Reason Code. * Reason for rejecting a sales transaction. * The rejection can either come from your company, or from the customer (for example, the customer rejects a quotation because the price is too high).Enter a predefined value for your system. * Maximum length: 2. * @nullable */ srvcQuotationRejectionReason?: DeserializedType | null; /** * Sales Organization. * An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims. * You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area. * Maximum length: 4. * @nullable */ salesOrganization?: DeserializedType | null; /** * Distribution Channel. * Channel through which the goods or services reach the customer. Typical examples of distribution channels are wholesale trade, retail trade, or direct sales. * You can define data for business partners and products per sales organization and distribution channel. In a sales organization you can deliver to a specific customer through several distribution channels.You can assign a specific distribution channel as an attribute to one or more organizational units. These can be sales organizations or subordinate organizational units for a sales organization such as sales offices.If you work with a selection of sales offices from one sales organization, each of these sales offices can be responsible for a specific distribution channel (for example, wholesale trade, retail trade, direct sales). The attribute "distribution channel" is then assigned to each sales office.When determining the sales area, the system reads for which sales organization an office with a specific distribution channel is assigned and uses this to determine the combination of sales organization and distribution channel. * Maximum length: 2. * @nullable */ distributionChannel?: DeserializedType | null; /** * Division. * Option of grouping products. * A division can be used, for example, to display a specific product group. * Maximum length: 2. * @nullable */ division?: DeserializedType | null; /** * Sales Office. * A physical location (for example, a branch office) that has responsibility for the sale of certain products or services within a given geographical area. * When you create sales statistics, you can use a sales office as one of the selection criteria. When you print out order confirmations, you can include the address of the sales office.You can assign each customer to a sales office in the customer master record.Within a sales office you can establish sales groups (for example, departments) with specific sales responsibilities. Each person who works in the sales office can be assigned to a sales group in his or her user master record. Each customer can also be assigned to a particular sales group in the customer master record. * Maximum length: 4. * @nullable */ salesOffice?: DeserializedType | null; /** * Sales Group. * A group of sales people who are responsible for processing sales of certain products or services. * By using sales groups you can designate different areas of responsibility within a sales office. When you generate sales statistics, you can use the sales group as one of the selection criteria.If sales office personnel service both retail and wholesale markets, you can assign a sales group to each market.You assign each salesperson to a sales group in his or her user master record. You assign each customer to a particular sales group in the customer's master record. * Maximum length: 3. * @nullable */ salesGroup?: DeserializedType | null; /** * Sold-To Party. * The 32-digit GUID used to identify the sold-to party. * Maximum length: 10. * @nullable */ soldToParty?: DeserializedType | null; /** * Ship-To Party. * Specifies the ship-to party as a 32-digit GUID. * Maximum length: 10. * @nullable */ shipToParty?: DeserializedType | null; /** * Customer Contact Person. * Maximum length: 10. * @nullable */ contactPerson?: DeserializedType | null; /** * Transaction ID. * Number that identifies the transaction document. It is unique for each business transaction category. * Maximum length: 10. * @nullable */ serviceQtanSuccessorOrder?: DeserializedType | null; /** * Service Team (Responsibility Management). * Maximum length: 8. * @nullable */ respyMgmtServiceTeam?: DeserializedType | null; /** * Name. * Maximum length: 40. * @nullable */ respyMgmtServiceTeamName?: DeserializedType | null; /** * Global Team ID in Responsibility Mgmt. * Maximum length: 40. * @nullable */ respyMgmtGlobalTeamId?: DeserializedType | null; /** * Currency. * Currency in which the settlement is carried out with the customer or the vendor. * The currency is maintained per sales area in the business partner master. The currency for the customer is created from the business partner master in the document. You can change the currency as long as no follow-up functions (for example, billing document) have been triggered. * Maximum length: 5. * @nullable */ transactionCurrency?: DeserializedType | null; /** * Total Gross Value of Document in Document Currency. * @nullable */ serviceDocGrossAmount?: DeserializedType | null; /** * Total Net Value of Document in Document Currency. * @nullable */ serviceDocNetAmount?: DeserializedType | null; /** * Total Tax Amount in Document Currency. * @nullable */ serviceDocTaxAmount?: DeserializedType | null; /** * Reference In-House Repair. * Maximum length: 10. * @nullable */ referenceInHouseRepair?: DeserializedType | null; /** * One-to-many navigation property to the [[ServiceQuotationItem]] entity. */ toItem: ServiceQuotationItem[]; /** * One-to-many navigation property to the [[ServiceQtanPersonResp]] entity. */ toPersonResponsible: ServiceQtanPersonResp[]; /** * One-to-many navigation property to the [[ServiceQtanPriceElement]] entity. */ toPricingElement: ServiceQtanPriceElement[]; /** * One-to-many navigation property to the [[ServiceQtanRefObject]] entity. */ toReferenceObject: ServiceQtanRefObject[]; /** * One-to-many navigation property to the [[ServiceQuotationText]] entity. */ toText: ServiceQuotationText[]; } export interface ServiceQuotationType { serviceQuotation: DeserializedType; serviceQuotationType?: DeserializedType | null; serviceQuotationUuid?: DeserializedType | null; serviceQuotationDescription?: DeserializedType | null; language?: DeserializedType | null; requestedServiceStartDateTime?: DeserializedType | null; requestedServiceEndDateTime?: DeserializedType | null; srvcQtanValidityStartDateTime?: DeserializedType | null; srvcQtanValidityEndDateTime?: DeserializedType | null; serviceQtanExtReference?: DeserializedType | null; serviceQuotationIsReleased?: DeserializedType | null; serviceQuotationIsAccepted?: DeserializedType | null; serviceQuotationIsRejected?: DeserializedType | null; srvcQuotationRejectionReason?: DeserializedType | null; salesOrganization?: DeserializedType | null; distributionChannel?: DeserializedType | null; division?: DeserializedType | null; salesOffice?: DeserializedType | null; salesGroup?: DeserializedType | null; soldToParty?: DeserializedType | null; shipToParty?: DeserializedType | null; contactPerson?: DeserializedType | null; serviceQtanSuccessorOrder?: DeserializedType | null; respyMgmtServiceTeam?: DeserializedType | null; respyMgmtServiceTeamName?: DeserializedType | null; respyMgmtGlobalTeamId?: DeserializedType | null; transactionCurrency?: DeserializedType | null; serviceDocGrossAmount?: DeserializedType | null; serviceDocNetAmount?: DeserializedType | null; serviceDocTaxAmount?: DeserializedType | null; referenceInHouseRepair?: DeserializedType | null; toItem: ServiceQuotationItemType[]; toPersonResponsible: ServiceQtanPersonRespType[]; toPricingElement: ServiceQtanPriceElementType[]; toReferenceObject: ServiceQtanRefObjectType[]; toText: ServiceQuotationTextType[]; } //# sourceMappingURL=ServiceQuotation.d.ts.map