Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductionSupplyAreaText" 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
    • ProductionSupplyAreaText

Implements

Index

Properties

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

lastChangeDateTime

lastChangeDateTime: Moment

Last Change Timestamp.

nullable

plant

plant: string

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

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.

productionSupplyAreaName

productionSupplyAreaName: string

Production Supply Area Name. Maximum length: 40.

nullable

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<ProductionSupplyAreaText> = new StringField('Language', ProductionSupplyAreaText, 'Edm.String')

Static representation of the language 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<ProductionSupplyAreaText> = new DateField('LastChangeDateTime', ProductionSupplyAreaText, '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<ProductionSupplyAreaText> = new StringField('Plant', ProductionSupplyAreaText, '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 PRODUCTION_SUPPLY_AREA

PRODUCTION_SUPPLY_AREA: StringField<ProductionSupplyAreaText> = new StringField('ProductionSupplyArea', ProductionSupplyAreaText, '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_NAME

PRODUCTION_SUPPLY_AREA_NAME: StringField<ProductionSupplyAreaText> = new StringField('ProductionSupplyAreaName', ProductionSupplyAreaText, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProductionSupplyAreaText.PRODUCTION_SUPPLY_AREA,ProductionSupplyAreaText.PLANT,ProductionSupplyAreaText.LANGUAGE,ProductionSupplyAreaText.PRODUCTION_SUPPLY_AREA_NAME,ProductionSupplyAreaText.LAST_CHANGE_DATE_TIME]

All fields of the ProductionSupplyAreaText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductionSupplyAreaText"

Technical entity name for ProductionSupplyAreaText.

Static _keyFields

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

All key fields of the ProductionSupplyAreaText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCTIONSUPPLYAREA_SRV"

Technical service name for ProductionSupplyAreaText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProductionSupplyAreaText>

    A builder that constructs instances of entity type ProductionSupplyAreaText.

Static requestBuilder

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

    Returns ProductionSupplyAreaTextRequestBuilder

    A ProductionSupplyAreaText request builder.