Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "ShipToParty" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • ShipToParty

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. 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.

customerText

customerText: string

Name of Customer. Maximum length: 80.

nullable

toCnsldtnShipToPartyT

toCnsldtnShipToPartyT: ShipToPartyText[]

One-to-many navigation property to the ShipToPartyText entity.

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<ShipToParty> = new StringField('AdditionalMasterDataSource', ShipToParty, 'Edm.String')

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

Static CUSTOMER

CUSTOMER: StringField<ShipToParty> = new StringField('Customer', ShipToParty, '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 CUSTOMER_TEXT

CUSTOMER_TEXT: StringField<ShipToParty> = new StringField('Customer_Text', ShipToParty, 'Edm.String')

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

Static TO_CNSLDTN_SHIP_TO_PARTY_T

TO_CNSLDTN_SHIP_TO_PARTY_T: Link<ShipToParty, ShipToPartyText> = new Link('to_CnsldtnShipToPartyT', ShipToParty, ShipToPartyText)

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

Static _allFields

_allFields: any[] = [ShipToParty.CUSTOMER,ShipToParty.CUSTOMER_TEXT,ShipToParty.ADDITIONAL_MASTER_DATA_SOURCE,ShipToParty.TO_CNSLDTN_SHIP_TO_PARTY_T]

All fields of the ShipToParty entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "ShipToParty"

Technical entity name for ShipToParty.

Static _keyFields

_keyFields: Array<Selectable<ShipToParty>> = [ShipToParty.CUSTOMER]

All key fields of the ShipToParty entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for ShipToParty.

Methods

Static builder

  • Returns an entity builder to construct instances ShipToParty.

    Returns EntityBuilderType<ShipToParty, ShipToPartyType>

    A builder that constructs instances of entity type ShipToParty.

Static requestBuilder

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

    Returns ShipToPartyRequestBuilder

    A ShipToParty request builder.