Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductionSupplyAreaAddress" of service "API_PRODUCTIONSUPPLYAREA_SRV". This service is part of the following communication scenarios: Production Supply Area Integration (SAP_COM_0328). See https://api.sap.com/api/API_PRODUCTIONSUPPLYAREA_SRV for more information.

Hierarchy

  • any
    • ProductionSupplyAreaAddress

Implements

Index

Properties

additionalStreetSuffixName

additionalStreetSuffixName: string

Street 5. Additional address field which is printed under the Street line. The Street address has two lines above the street and two lines below the steet.See Print the Street address. Maximum length: 40.

nullable

building

building: string

Building (Number or Code). Number or abbreviation of a building in an address. This field is not used when the address is printed. The name of a building such as "Empire State Building", which is also to appear in the printout of the address, must be stored above or below the street in one of the fields Street2, Street3, Street4 or Street5, depending on its position. See Print the Street address. Maximum length: 20.

nullable

businessPartnerName1

businessPartnerName1: string

Name 1. Address component: Name of an address. Maximum length: 40.

nullable

businessPartnerName2

businessPartnerName2: string

Name 2. Maximum length: 40.

nullable

cityName

cityName: string

City. City name as part of the address. The city name is saved redundantly in another database field in upper- case letters, for search help.If the Postal regional structure ('city file') is active, the city name is checked against the Cities defined in the regional structure. Maximum length: 40.

nullable

country

country: string

Country Key. The country key contains information which the system uses to check entries such as the length of the postal code or bank account number. The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country-code or a typical country key, for example, in Germany the Federal statistics office key.The country keys are determined at system installation in the global settings.The definition of the country key in the SAP system does not have to match political or government entities.Since the country key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country key cannot query the country key T005-LAND1, but have to program based on the ISO code T005 INTCA. Maximum length: 3.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

Last Change Timestamp.

nullable

plant

plant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

postalCode

postalCode: string

City Postal Code. Postal code as part of the address If different postal codes are maintained for the PO Box and Street address of an address, this field contains the Street address postal code. Maximum length: 10.

nullable

productionSupplyArea

productionSupplyArea: string

Production Supply Area. The production supply area (PSA) serves as a place for interim storage on the shop floor and is used to make material directly available for production purposes. The PSA is used in Kanban and JIT Outbound processing and in Extended Warehouse Management. Maximum length: 10.

productionSupplyAreaAddressId

productionSupplyAreaAddressId: string

Address for Supply Area. Maximum length: 10.

nullable

streetName

streetName: string

Street. Street name as part of the address. The street name is saved, redundantly in upper case in another database field, for search help purposes.There are other fields for address parts which can be printed above or below the street. See Print the Street address.The house number and other supplements are usually maintained in their own fields. See Formatting the Street line. Maximum length: 60.

nullable

Static ADDITIONAL_STREET_SUFFIX_NAME

ADDITIONAL_STREET_SUFFIX_NAME: StringField<ProductionSupplyAreaAddress> = new StringField('AdditionalStreetSuffixName', ProductionSupplyAreaAddress, 'Edm.String')

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

Static ALL_FIELDS

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

All fields selector.

Static BUILDING

BUILDING: StringField<ProductionSupplyAreaAddress> = new StringField('Building', ProductionSupplyAreaAddress, 'Edm.String')

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

Static BUSINESS_PARTNER_NAME_1

BUSINESS_PARTNER_NAME_1: StringField<ProductionSupplyAreaAddress> = new StringField('BusinessPartnerName1', ProductionSupplyAreaAddress, 'Edm.String')

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

Static BUSINESS_PARTNER_NAME_2

BUSINESS_PARTNER_NAME_2: StringField<ProductionSupplyAreaAddress> = new StringField('BusinessPartnerName2', ProductionSupplyAreaAddress, 'Edm.String')

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

Static CITY_NAME

CITY_NAME: StringField<ProductionSupplyAreaAddress> = new StringField('CityName', ProductionSupplyAreaAddress, 'Edm.String')

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

Static COUNTRY

COUNTRY: StringField<ProductionSupplyAreaAddress> = new StringField('Country', ProductionSupplyAreaAddress, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<ProductionSupplyAreaAddress> = new DateField('LastChangeDateTime', ProductionSupplyAreaAddress, 'Edm.DateTimeOffset')

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

Static PLANT

PLANT: StringField<ProductionSupplyAreaAddress> = new StringField('Plant', ProductionSupplyAreaAddress, 'Edm.String')

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

Static POSTAL_CODE

POSTAL_CODE: StringField<ProductionSupplyAreaAddress> = new StringField('PostalCode', ProductionSupplyAreaAddress, 'Edm.String')

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

Static PRODUCTION_SUPPLY_AREA

PRODUCTION_SUPPLY_AREA: StringField<ProductionSupplyAreaAddress> = new StringField('ProductionSupplyArea', ProductionSupplyAreaAddress, 'Edm.String')

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

Static PRODUCTION_SUPPLY_AREA_ADDRESS_ID

PRODUCTION_SUPPLY_AREA_ADDRESS_ID: StringField<ProductionSupplyAreaAddress> = new StringField('ProductionSupplyAreaAddressID', ProductionSupplyAreaAddress, 'Edm.String')

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

Static STREET_NAME

STREET_NAME: StringField<ProductionSupplyAreaAddress> = new StringField('StreetName', ProductionSupplyAreaAddress, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProductionSupplyAreaAddress.PRODUCTION_SUPPLY_AREA,ProductionSupplyAreaAddress.PLANT,ProductionSupplyAreaAddress.PRODUCTION_SUPPLY_AREA_ADDRESS_ID,ProductionSupplyAreaAddress.BUSINESS_PARTNER_NAME_1,ProductionSupplyAreaAddress.BUSINESS_PARTNER_NAME_2,ProductionSupplyAreaAddress.BUILDING,ProductionSupplyAreaAddress.STREET_NAME,ProductionSupplyAreaAddress.ADDITIONAL_STREET_SUFFIX_NAME,ProductionSupplyAreaAddress.CITY_NAME,ProductionSupplyAreaAddress.POSTAL_CODE,ProductionSupplyAreaAddress.COUNTRY,ProductionSupplyAreaAddress.LAST_CHANGE_DATE_TIME]

All fields of the ProductionSupplyAreaAddress entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductionSupplyAreaAddress"

Technical entity name for ProductionSupplyAreaAddress.

Static _keyFields

_keyFields: Array<Selectable<ProductionSupplyAreaAddress>> = [ProductionSupplyAreaAddress.PRODUCTION_SUPPLY_AREA, ProductionSupplyAreaAddress.PLANT]

All key fields of the ProductionSupplyAreaAddress entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCTIONSUPPLYAREA_SRV"

Technical service name for ProductionSupplyAreaAddress.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProductionSupplyAreaAddress>

    A builder that constructs instances of entity type ProductionSupplyAreaAddress.

Static requestBuilder

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

    Returns ProductionSupplyAreaAddressRequestBuilder

    A ProductionSupplyAreaAddress request builder.