Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ReturnsDeliveryMaintObj" of service "API_CUSTOMER_RETURNS_DELIVERY_SRV". This service is part of the following communication scenarios: Delivery Processing Integration (SAP_COM_0106). See https://api.sap.com/api/API_CUSTOMER_RETURNS_DELIVERY_SRV;v=0002 for more information.

Hierarchy

  • any
    • ReturnsDeliveryMaintObj

Implements

Index

Properties

assembly

assembly: string

Assembly. Maximum length: 40.

equipment

equipment: string

Equipment. Maximum length: 18.

functionalLocation

functionalLocation: string

Functional loc. Maximum length: 30.

maintObjectLocAcctAssgmtNmbr

maintObjectLocAcctAssgmtNmbr: string

Location and account assignment for technical object. Maximum length: 12.

maintenanceItemObject

maintenanceItemObject: number

Object list counters. The object counter is a consecutive number that identifies the objects in the object list.

maintenanceItemObjectList

maintenanceItemObjectList: BigNumber

Object list number. Number identifying the object list.

maintenanceNotification

maintenanceNotification: string

Notification Number. Number that identifies the notification. Maximum length: 12.

material

material: string

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

serialNumber

serialNumber: string

Serial Number. Specifies the serial number of a serialized material. You can use the serial number to identify individual instances of a material for individual tracking purposes.A prerequisite for using a serial number in the logistical process is a serial number profile at material plant level. Maximum length: 18.

Static ASSEMBLY

ASSEMBLY: StringField<ReturnsDeliveryMaintObj> = new StringField('Assembly', ReturnsDeliveryMaintObj, 'Edm.String')

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

Static EQUIPMENT

EQUIPMENT: StringField<ReturnsDeliveryMaintObj> = new StringField('Equipment', ReturnsDeliveryMaintObj, 'Edm.String')

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

Static FUNCTIONAL_LOCATION

FUNCTIONAL_LOCATION: StringField<ReturnsDeliveryMaintObj> = new StringField('FunctionalLocation', ReturnsDeliveryMaintObj, 'Edm.String')

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

Static MAINTENANCE_ITEM_OBJECT

MAINTENANCE_ITEM_OBJECT: NumberField<ReturnsDeliveryMaintObj> = new NumberField('MaintenanceItemObject', ReturnsDeliveryMaintObj, 'Edm.Int32')

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

Static MAINTENANCE_ITEM_OBJECT_LIST

MAINTENANCE_ITEM_OBJECT_LIST: BigNumberField<ReturnsDeliveryMaintObj> = new BigNumberField('MaintenanceItemObjectList', ReturnsDeliveryMaintObj, 'Edm.Int64')

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

Static MAINTENANCE_NOTIFICATION

MAINTENANCE_NOTIFICATION: StringField<ReturnsDeliveryMaintObj> = new StringField('MaintenanceNotification', ReturnsDeliveryMaintObj, 'Edm.String')

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

Static MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR

MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR: StringField<ReturnsDeliveryMaintObj> = new StringField('MaintObjectLocAcctAssgmtNmbr', ReturnsDeliveryMaintObj, 'Edm.String')

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

Static MATERIAL

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

SERIAL_NUMBER: StringField<ReturnsDeliveryMaintObj> = new StringField('SerialNumber', ReturnsDeliveryMaintObj, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ReturnsDeliveryMaintObj.ASSEMBLY,ReturnsDeliveryMaintObj.EQUIPMENT,ReturnsDeliveryMaintObj.FUNCTIONAL_LOCATION,ReturnsDeliveryMaintObj.MAINTENANCE_ITEM_OBJECT,ReturnsDeliveryMaintObj.MAINTENANCE_ITEM_OBJECT_LIST,ReturnsDeliveryMaintObj.MAINTENANCE_NOTIFICATION,ReturnsDeliveryMaintObj.MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR,ReturnsDeliveryMaintObj.MATERIAL,ReturnsDeliveryMaintObj.SERIAL_NUMBER]

All fields of the ReturnsDeliveryMaintObj entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_CUSTOMER_RETURNS_DELIVERY_SRV;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "A_ReturnsDeliveryMaintObj"

Technical entity name for ReturnsDeliveryMaintObj.

Static _keyFields

_keyFields: Array<Selectable<ReturnsDeliveryMaintObj>> = [ReturnsDeliveryMaintObj.MAINTENANCE_ITEM_OBJECT, ReturnsDeliveryMaintObj.MAINTENANCE_ITEM_OBJECT_LIST]

All key fields of the ReturnsDeliveryMaintObj entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CUSTOMER_RETURNS_DELIVERY_SRV"

Technical service name for ReturnsDeliveryMaintObj.

Methods

Static builder

Static requestBuilder

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

    Returns ReturnsDeliveryMaintObjRequestBuilder

    A ReturnsDeliveryMaintObj request builder.