Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_InspLotUsageDecision" of service "API_INSPECTIONLOT_SRV". This service is part of the following communication scenarios: Quality Inspection Process Integration (SAP_COM_0318). See https://api.sap.com/api/API_INSPECTIONLOT_SRV for more information.

Hierarchy

  • any
    • InspLotUsageDecision

Implements

Index

Properties

changedDateTime

changedDateTime: Moment

UTC Time Stamp in Short Form (YYYYMMDDhhmmss). The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time). To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal structure of the UTC time stamp is subdivided into a date part and a time part in packed number format <YYYYMMDDhhmmss>. You can also use the high resolution UTC time stamp (10^-7 seconds).

nullable

inspLotUsageDecisionCatalog

inspLotUsageDecisionCatalog: string

Catalog. Main category by which code groups and codes are classified according to their contents (e.g. characteristic attributes, defect types, usage decisions). The meaning of catalogs 0 through 9 and A through O is assigned by SAP. However you can freely define catalog types P through Z. Maximum length: 1.

nullable

inspLotUsageDecisionChangedBy

inspLotUsageDecisionChangedBy: string

Usage Decision Changed By. Maximum length: 12.

nullable

inspLotUsageDecisionChangedOn

inspLotUsageDecisionChangedOn: Moment

Date When Usage Decision Was Changed.

nullable

inspLotUsageDecisionCodeGroup

inspLotUsageDecisionCodeGroup: string

Usage Decision Code Group. Maximum length: 8.

nullable

inspLotUsageDecisionLevel

inspLotUsageDecisionLevel: string

Inspection Lot, Partial Lot, Single Unit, Interval. You can make the usage decision for a quality inspection at different levels. For example, you can make usage decisions at the level of the inspection lot, partial lot, interval, and single unit. Each level is designated by a code and stored in the data base. Maximum length: 1.

nullable

inspLotUsageDecisionTime

inspLotUsageDecisionTime: Time

Time when Usage Decision Was Recorded. Time of when the usage decision was recorded. The system enters the current system time.

nullable

inspLotUsageDecisionValuation

inspLotUsageDecisionValuation: string

Code Valuation. Specifies the valuation of a code from the inspection catalog. Maximum length: 1.

nullable

inspLotUsgeDcsnChangedTime

inspLotUsgeDcsnChangedTime: Time

Time when Usage Decision Changed. Time when the usage decision was changed. The system enters the current system time.

nullable

inspLotUsgeDcsnDynValuation

inspLotUsgeDcsnDynValuation: string

Dynamic Modif. Valuation According to Worst Case Principle. Determines that if one characteristic is rejected, then the entire lot must be rejected. The system sets this indicator when the valuation rule in the sampling procedure stipulates that the valuation is carried out according to the worst-case principle. Maximum length: 1.

nullable

inspLotUsgeDcsnFollowUpAction

inspLotUsgeDcsnFollowUpAction: string

Follow-Up Action. Specifies a chain of function modules that the system automatically implements in the following situations: When making the usage decision for the inspection lotThe key is defined in catalog 3 for the code in the selected set.In tasks for a notificationThe key is defined in the task catalog (in the standard system = catalog 2) for the task code.During operation completion in results recordingThe key is defined in the catalog 3 for the code in the selected set. Maximum length: 8.

nullable

inspLotUsgeDcsnHasLongText

inspLotUsgeDcsnHasLongText: boolean

Usage Decision Has Long Text.

nullable

inspLotUsgeDcsnSelectedSet

inspLotUsgeDcsnSelectedSet: string

Selected Set of the Usage Decision. Selected set of the usage decision. Maximum length: 8.

nullable

inspectionLot

inspectionLot: string

Inspection Lot Number. Number that uniquely identifies an inspection lot. The inspection lot number is assigned by the system. Maximum length: 12.

inspectionLotQualityScore

inspectionLotQualityScore: BigNumber

Quality Score. Standard statistical value for valuating the quality of an inspection lot. The quality score provides input, along with other factors, to the vendor evaluation.

nullable

inspectionLotUsageDecidedBy

inspectionLotUsageDecidedBy: string

Usage Decision Made By. Maximum length: 12.

nullable

inspectionLotUsageDecidedOn

inspectionLotUsageDecidedOn: Moment

Date When Usage Decision Was Made.

nullable

inspectionLotUsageDecisionCode

inspectionLotUsageDecisionCode: string

Usage Decision Code. Code of the usage decision. Maximum length: 4.

nullable

selectedCodeSetPlant

selectedCodeSetPlant: string

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

nullable

Static CHANGED_DATE_TIME

CHANGED_DATE_TIME: DateField<InspLotUsageDecision> = new DateField('ChangedDateTime', InspLotUsageDecision, 'Edm.DateTimeOffset')

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

Static INSPECTION_LOT

INSPECTION_LOT: StringField<InspLotUsageDecision> = new StringField('InspectionLot', InspLotUsageDecision, 'Edm.String')

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

Static INSPECTION_LOT_QUALITY_SCORE

INSPECTION_LOT_QUALITY_SCORE: BigNumberField<InspLotUsageDecision> = new BigNumberField('InspectionLotQualityScore', InspLotUsageDecision, 'Edm.Decimal')

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

Static INSPECTION_LOT_USAGE_DECIDED_BY

INSPECTION_LOT_USAGE_DECIDED_BY: StringField<InspLotUsageDecision> = new StringField('InspectionLotUsageDecidedBy', InspLotUsageDecision, 'Edm.String')

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

Static INSPECTION_LOT_USAGE_DECIDED_ON

INSPECTION_LOT_USAGE_DECIDED_ON: DateField<InspLotUsageDecision> = new DateField('InspectionLotUsageDecidedOn', InspLotUsageDecision, 'Edm.DateTime')

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

Static INSPECTION_LOT_USAGE_DECISION_CODE

INSPECTION_LOT_USAGE_DECISION_CODE: StringField<InspLotUsageDecision> = new StringField('InspectionLotUsageDecisionCode', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USAGE_DECISION_CATALOG

INSP_LOT_USAGE_DECISION_CATALOG: StringField<InspLotUsageDecision> = new StringField('InspLotUsageDecisionCatalog', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USAGE_DECISION_CHANGED_BY

INSP_LOT_USAGE_DECISION_CHANGED_BY: StringField<InspLotUsageDecision> = new StringField('InspLotUsageDecisionChangedBy', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USAGE_DECISION_CHANGED_ON

INSP_LOT_USAGE_DECISION_CHANGED_ON: DateField<InspLotUsageDecision> = new DateField('InspLotUsageDecisionChangedOn', InspLotUsageDecision, 'Edm.DateTime')

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

Static INSP_LOT_USAGE_DECISION_CODE_GROUP

INSP_LOT_USAGE_DECISION_CODE_GROUP: StringField<InspLotUsageDecision> = new StringField('InspLotUsageDecisionCodeGroup', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USAGE_DECISION_LEVEL

INSP_LOT_USAGE_DECISION_LEVEL: StringField<InspLotUsageDecision> = new StringField('InspLotUsageDecisionLevel', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USAGE_DECISION_TIME

INSP_LOT_USAGE_DECISION_TIME: TimeField<InspLotUsageDecision> = new TimeField('InspLotUsageDecisionTime', InspLotUsageDecision, 'Edm.Time')

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

Static INSP_LOT_USAGE_DECISION_VALUATION

INSP_LOT_USAGE_DECISION_VALUATION: StringField<InspLotUsageDecision> = new StringField('InspLotUsageDecisionValuation', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USGE_DCSN_CHANGED_TIME

INSP_LOT_USGE_DCSN_CHANGED_TIME: TimeField<InspLotUsageDecision> = new TimeField('InspLotUsgeDcsnChangedTime', InspLotUsageDecision, 'Edm.Time')

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

Static INSP_LOT_USGE_DCSN_DYN_VALUATION

INSP_LOT_USGE_DCSN_DYN_VALUATION: StringField<InspLotUsageDecision> = new StringField('InspLotUsgeDcsnDynValuation', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USGE_DCSN_FOLLOW_UP_ACTION

INSP_LOT_USGE_DCSN_FOLLOW_UP_ACTION: StringField<InspLotUsageDecision> = new StringField('InspLotUsgeDcsnFollowUpAction', InspLotUsageDecision, 'Edm.String')

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

Static INSP_LOT_USGE_DCSN_HAS_LONG_TEXT

INSP_LOT_USGE_DCSN_HAS_LONG_TEXT: BooleanField<InspLotUsageDecision> = new BooleanField('InspLotUsgeDcsnHasLongText', InspLotUsageDecision, 'Edm.Boolean')

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

Static INSP_LOT_USGE_DCSN_SELECTED_SET

INSP_LOT_USGE_DCSN_SELECTED_SET: StringField<InspLotUsageDecision> = new StringField('InspLotUsgeDcsnSelectedSet', InspLotUsageDecision, 'Edm.String')

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

Static SELECTED_CODE_SET_PLANT

SELECTED_CODE_SET_PLANT: StringField<InspLotUsageDecision> = new StringField('SelectedCodeSetPlant', InspLotUsageDecision, 'Edm.String')

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

Static _allFields

_allFields: any[] = [InspLotUsageDecision.INSPECTION_LOT,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_LEVEL,InspLotUsageDecision.INSPECTION_LOT_QUALITY_SCORE,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_CATALOG,InspLotUsageDecision.SELECTED_CODE_SET_PLANT,InspLotUsageDecision.INSP_LOT_USGE_DCSN_SELECTED_SET,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_CODE_GROUP,InspLotUsageDecision.INSPECTION_LOT_USAGE_DECISION_CODE,InspLotUsageDecision.INSP_LOT_USGE_DCSN_DYN_VALUATION,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_VALUATION,InspLotUsageDecision.INSP_LOT_USGE_DCSN_FOLLOW_UP_ACTION,InspLotUsageDecision.INSPECTION_LOT_USAGE_DECIDED_BY,InspLotUsageDecision.INSPECTION_LOT_USAGE_DECIDED_ON,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_TIME,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_CHANGED_BY,InspLotUsageDecision.INSP_LOT_USAGE_DECISION_CHANGED_ON,InspLotUsageDecision.INSP_LOT_USGE_DCSN_CHANGED_TIME,InspLotUsageDecision.INSP_LOT_USGE_DCSN_HAS_LONG_TEXT,InspLotUsageDecision.CHANGED_DATE_TIME]

All fields of the InspLotUsageDecision entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_InspLotUsageDecision"

Technical entity name for InspLotUsageDecision.

Static _keyFields

_keyFields: Array<Selectable<InspLotUsageDecision>> = [InspLotUsageDecision.INSPECTION_LOT]

All key fields of the InspLotUsageDecision entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_INSPECTIONLOT_SRV"

Technical service name for InspLotUsageDecision.

Methods

Static builder

Static requestBuilder

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

    Returns InspLotUsageDecisionRequestBuilder

    A InspLotUsageDecision request builder.