Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_RequestForQuotationBidder" of service "API_RFQ_PROCESS_SRV". This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), Purchase Request for Quotation Integration (SAP_COM_0113). See https://api.sap.com/api/API_RFQ_PROCESS_SRV for more information.

Hierarchy

  • any
    • RequestForQuotationBidder

Implements

Index

Properties

partnerCounter

partnerCounter: string

Partner counter. The sequential number that the system applies when there is more than one partner for a particular partner function. When you create a sales order for a particular customer, there may be more than one ship-to party defined. The different ship-to parties are numbered sequentially. Maximum length: 3.

partnerFunction

partnerFunction: string

Partner Function. The abbreviated form of the name that identifies the partner function. Maximum length: 2.

nullable

requestForQuotation

requestForQuotation: string

Purchasing Document Number. Alphanumeric key uniquely identifying the document. Maximum length: 10.

supplier

supplier: string

Account Number of Supplier. Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system. Maximum length: 10.

nullable

Static PARTNER_COUNTER

PARTNER_COUNTER: StringField<RequestForQuotationBidder> = new StringField('PartnerCounter', RequestForQuotationBidder, 'Edm.String')

Static representation of the partnerCounter property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PARTNER_FUNCTION

PARTNER_FUNCTION: StringField<RequestForQuotationBidder> = new StringField('PartnerFunction', RequestForQuotationBidder, 'Edm.String')

Static representation of the partnerFunction property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static REQUEST_FOR_QUOTATION

REQUEST_FOR_QUOTATION: StringField<RequestForQuotationBidder> = new StringField('RequestForQuotation', RequestForQuotationBidder, 'Edm.String')

Static representation of the requestForQuotation property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPPLIER

SUPPLIER: StringField<RequestForQuotationBidder> = new StringField('Supplier', RequestForQuotationBidder, 'Edm.String')

Static representation of the supplier property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [RequestForQuotationBidder.REQUEST_FOR_QUOTATION,RequestForQuotationBidder.PARTNER_COUNTER,RequestForQuotationBidder.PARTNER_FUNCTION,RequestForQuotationBidder.SUPPLIER]

All fields of the RequestForQuotationBidder entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_RFQ_PROCESS_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_RequestForQuotationBidder"

Technical entity name for RequestForQuotationBidder.

Static _keyFields

_keyFields: Array<Selectable<RequestForQuotationBidder>> = [RequestForQuotationBidder.REQUEST_FOR_QUOTATION, RequestForQuotationBidder.PARTNER_COUNTER]

All key fields of the RequestForQuotationBidder entity.

Static _keys

_keys: any = RequestForQuotationBidder._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property RequestForQuotationBidder.

Static _serviceName

_serviceName: string = "API_RFQ_PROCESS_SRV"

Technical service name for RequestForQuotationBidder.

Methods

Static builder

Static requestBuilder

  • Returns a request builder to construct requests for operations on the RequestForQuotationBidder entity type.

    Returns RequestForQuotationBidderRequestBuilder

    A RequestForQuotationBidder request builder.