Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SlsOrdWthoutChrgPartner" of service "API_SALES_ORDER_WITHOUT_CHARGE_SRV". This service is part of the following communication scenarios: Sales Order Without Charge Integration (SAP_COM_0334). See https://api.sap.com/api/API_SALES_ORDER_WITHOUT_CHARGE_SRV for more information.

Hierarchy

  • any
    • SlsOrdWthoutChrgPartner

Implements

Index

Properties

contactPerson

contactPerson: string

Number of contact person. The number that uniquely identifies the contact person. Maximum length: 10.

nullable

customer

customer: string

Customer Number. Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system. Maximum length: 10.

nullable

partnerFunction

partnerFunction: string

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

personnel

personnel: string

Personnel Number. The personnel number is the only feature within a client which is unique to an employee. You have to enter a personnel number before you can display and maintain an employee's master data and time data. Maximum length: 8.

nullable

salesOrderWithoutCharge

salesOrderWithoutCharge: string

Sales Order Without Charge. 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

toSalesOrderWithoutCharge

toSalesOrderWithoutCharge: SalesOrderWithoutCharge

One-to-one navigation property to the SalesOrderWithoutCharge entity.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', SlsOrdWthoutChrgPartner)

All fields selector.

Static CONTACT_PERSON

CONTACT_PERSON: StringField<SlsOrdWthoutChrgPartner> = new StringField('ContactPerson', SlsOrdWthoutChrgPartner, 'Edm.String')

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

Static CUSTOMER

CUSTOMER: StringField<SlsOrdWthoutChrgPartner> = new StringField('Customer', SlsOrdWthoutChrgPartner, 'Edm.String')

Static representation of the customer 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<SlsOrdWthoutChrgPartner> = new StringField('PartnerFunction', SlsOrdWthoutChrgPartner, '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 PERSONNEL

PERSONNEL: StringField<SlsOrdWthoutChrgPartner> = new StringField('Personnel', SlsOrdWthoutChrgPartner, 'Edm.String')

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

Static SALES_ORDER_WITHOUT_CHARGE

SALES_ORDER_WITHOUT_CHARGE: StringField<SlsOrdWthoutChrgPartner> = new StringField('SalesOrderWithoutCharge', SlsOrdWthoutChrgPartner, 'Edm.String')

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

Static SUPPLIER

SUPPLIER: StringField<SlsOrdWthoutChrgPartner> = new StringField('Supplier', SlsOrdWthoutChrgPartner, '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 TO_SALES_ORDER_WITHOUT_CHARGE

TO_SALES_ORDER_WITHOUT_CHARGE: OneToOneLink<SlsOrdWthoutChrgPartner, SalesOrderWithoutCharge> = new OneToOneLink('to_SalesOrderWithoutCharge', SlsOrdWthoutChrgPartner, SalesOrderWithoutCharge)

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

Static _allFields

_allFields: any[] = [SlsOrdWthoutChrgPartner.SALES_ORDER_WITHOUT_CHARGE,SlsOrdWthoutChrgPartner.PARTNER_FUNCTION,SlsOrdWthoutChrgPartner.CUSTOMER,SlsOrdWthoutChrgPartner.SUPPLIER,SlsOrdWthoutChrgPartner.PERSONNEL,SlsOrdWthoutChrgPartner.CONTACT_PERSON,SlsOrdWthoutChrgPartner.TO_SALES_ORDER_WITHOUT_CHARGE]

All fields of the SlsOrdWthoutChrgPartner entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SlsOrdWthoutChrgPartner"

Technical entity name for SlsOrdWthoutChrgPartner.

Static _keyFields

_keyFields: Array<Selectable<SlsOrdWthoutChrgPartner>> = [SlsOrdWthoutChrgPartner.SALES_ORDER_WITHOUT_CHARGE, SlsOrdWthoutChrgPartner.PARTNER_FUNCTION]

All key fields of the SlsOrdWthoutChrgPartner entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SALES_ORDER_WITHOUT_CHARGE_SRV"

Technical service name for SlsOrdWthoutChrgPartner.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity SlsOrdWthoutChrgPartner.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SlsOrdWthoutChrgPartner>

    A builder that constructs instances of entity type SlsOrdWthoutChrgPartner.

Static requestBuilder

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

    Returns SlsOrdWthoutChrgPartnerRequestBuilder

    A SlsOrdWthoutChrgPartner request builder.