Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

material

material: string

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

materialText

materialText: 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

toCnsldtnProductSoldHier

toCnsldtnProductSoldHier: SoldProductHier[]

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

toCnsldtnProductSoldT

toCnsldtnProductSoldT: SoldProductText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<SoldProduct> = new StringField('AdditionalMasterDataSource', SoldProduct, '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 MATERIAL

MATERIAL: StringField<SoldProduct> = new StringField('Material', SoldProduct, '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 MATERIAL_TEXT

MATERIAL_TEXT: StringField<SoldProduct> = new StringField('Material_Text', SoldProduct, 'Edm.String')

Static representation of the materialText 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_HIER

TO_CNSLDTN_PRODUCT_SOLD_HIER: Link<SoldProduct, SoldProductHier> = new Link('to_CnsldtnProductSoldHier', SoldProduct, SoldProductHier)

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

Static TO_CNSLDTN_PRODUCT_SOLD_T

TO_CNSLDTN_PRODUCT_SOLD_T: Link<SoldProduct, SoldProductText> = new Link('to_CnsldtnProductSoldT', SoldProduct, SoldProductText)

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

Static _allFields

_allFields: any[] = [SoldProduct.MATERIAL,SoldProduct.MATERIAL_TEXT,SoldProduct.ADDITIONAL_MASTER_DATA_SOURCE,SoldProduct.TO_CNSLDTN_PRODUCT_SOLD_HIER,SoldProduct.TO_CNSLDTN_PRODUCT_SOLD_T]

All fields of the SoldProduct entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SoldProduct"

Technical entity name for SoldProduct.

Static _keyFields

_keyFields: Array<Selectable<SoldProduct>> = [SoldProduct.MATERIAL]

All key fields of the SoldProduct entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SoldProduct.

Methods

Static builder

  • Returns an entity builder to construct instances SoldProduct.

    Returns EntityBuilderType<SoldProduct, SoldProductType>

    A builder that constructs instances of entity type SoldProduct.

Static requestBuilder

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

    Returns SoldProductRequestBuilder

    A SoldProduct request builder.