Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

material

material: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

soldProductText

soldProductText: string

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

nullable

toCnsldtnProductSold

toCnsldtnProductSold: SoldProduct

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

MATERIAL: StringField<SoldProductText> = new StringField('Material', SoldProductText, 'Edm.String')

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

Static SOLD_PRODUCT_TEXT

SOLD_PRODUCT_TEXT: StringField<SoldProductText> = new StringField('SoldProductText', SoldProductText, 'Edm.String')

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

Static TO_CNSLDTN_PRODUCT_SOLD

TO_CNSLDTN_PRODUCT_SOLD: OneToOneLink<SoldProductText, SoldProduct> = new OneToOneLink('to_CnsldtnProductSold', SoldProductText, SoldProduct)

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

Static _allFields

_allFields: any[] = [SoldProductText.LANGUAGE,SoldProductText.MATERIAL,SoldProductText.SOLD_PRODUCT_TEXT,SoldProductText.TO_CNSLDTN_PRODUCT_SOLD]

All fields of the SoldProductText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SoldProductText"

Technical entity name for SoldProductText.

Static _keyFields

_keyFields: Array<Selectable<SoldProductText>> = [SoldProductText.LANGUAGE, SoldProductText.MATERIAL]

All key fields of the SoldProductText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SoldProductText.

Methods

Static builder

  • Returns an entity builder to construct instances SoldProductText.

    Returns EntityBuilderType<SoldProductText, SoldProductTextType>

    A builder that constructs instances of entity type SoldProductText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SoldProductText>

    A builder that constructs instances of entity type SoldProductText.

Static requestBuilder

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

    Returns SoldProductTextRequestBuilder

    A SoldProductText request builder.