Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductDescription" of service "API_CLFN_PRODUCT_SRV". This service is part of the following communication scenarios: Product Classification Integration (SAP_COM_0309). See https://api.sap.com/api/API_CLFN_PRODUCT_SRV for more information.

Hierarchy

  • any
    • ProductDescription

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.

product

product: string

Product Number. Alphanumeric key uniquely identifying the product. Maximum length: 40.

productDescription

productDescription: string

Product Description. Text containing up to 40 characters that describes the product in detail. You can enter one product description in each of any number of languages. In principle, you enter the product description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the product description on the Basic Data screen. Maximum length: 40.

nullable

Static LANGUAGE

LANGUAGE: StringField<ProductDescription> = new StringField('Language', ProductDescription, '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 PRODUCT

PRODUCT: StringField<ProductDescription> = new StringField('Product', ProductDescription, 'Edm.String')

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

Static PRODUCT_DESCRIPTION

PRODUCT_DESCRIPTION: StringField<ProductDescription> = new StringField('ProductDescription', ProductDescription, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ProductDescription.PRODUCT,ProductDescription.LANGUAGE,ProductDescription.PRODUCT_DESCRIPTION]

All fields of the ProductDescription entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductDescription"

Technical entity name for ProductDescription.

Static _keyFields

_keyFields: Array<Selectable<ProductDescription>> = [ProductDescription.PRODUCT, ProductDescription.LANGUAGE]

All key fields of the ProductDescription entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_PRODUCT_SRV"

Technical service name for ProductDescription.

Methods

Static builder

  • Returns an entity builder to construct instances ProductDescription.

    Returns EntityBuilderType<ProductDescription, ProductDescriptionType>

    A builder that constructs instances of entity type ProductDescription.

Static requestBuilder

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

    Returns ProductDescriptionRequestBuilder

    A ProductDescription request builder.