Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BusVolFldCombnTypeFldAssgmt" of service "API_CONDITION_CONTRACT_TYPE". This service is part of the following communication scenarios: Logistics - Condition Contract Integration (SAP_COM_0335). See https://api.sap.com/api/API_CONDITION_CONTRACT_TYPE for more information.

Hierarchy

  • any
    • BusVolFldCombnTypeFldAssgmt

Implements

Index

Properties

busVolFieldCombnType

busVolFieldCombnType: string

Field Combination for the Business Volume Selection. Contains one or multiple fields that serve as selection criteria for the business volume data selection from the business volume table. Field combinations are grouped to a set of field combinations which you then assign to a condition contract type.For the settlement of a condition contract, you enter concrete values for the selection criteria according to field combinations on the Business Volume Selection Criteria tab page in the condition contract's header area.Different lines for a field combination that you have entered in the condition contract are considered with an OR logic in the selection condition for the business volume data selection (WHERE clause).When entering a new line with selection criteria, you also specify with the Status Including / Excluding indicator whether this field combination will be treated as Include or Exclude statement for the WHERE clause in business volume data selection.You have defined a field combination including the fields for a supplier (LIFNR) and a material (MATNR). If you use this field combination in a condition contract you can enter lines as followsLIFNR MATNRSUPPLIER_1 MATERIAL_ASUPPLIER_1 MATERIAL_BSUPPLIER_2 MATERIAL_ASUPPLIER_2 MATERIAL_B. Maximum length: 4.

busVolFldCombnExtFieldName

busVolFldCombnExtFieldName: string

External Fieldname (GFN). Maximum length: 30.

busVolFldCombnFldInitIsAllwd

busVolFldCombnFldInitIsAllwd: boolean

Initial Values allowed. Initial values for the field in the field combination of the business volume base are allowed only if this flag is active.

nullable

Static BUS_VOL_FIELD_COMBN_TYPE

BUS_VOL_FIELD_COMBN_TYPE: StringField<BusVolFldCombnTypeFldAssgmt> = new StringField('BusVolFieldCombnType', BusVolFldCombnTypeFldAssgmt, 'Edm.String')

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

Static BUS_VOL_FLD_COMBN_EXT_FIELD_NAME

BUS_VOL_FLD_COMBN_EXT_FIELD_NAME: StringField<BusVolFldCombnTypeFldAssgmt> = new StringField('BusVolFldCombnExtFieldName', BusVolFldCombnTypeFldAssgmt, 'Edm.String')

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

Static BUS_VOL_FLD_COMBN_FLD_INIT_IS_ALLWD

BUS_VOL_FLD_COMBN_FLD_INIT_IS_ALLWD: BooleanField<BusVolFldCombnTypeFldAssgmt> = new BooleanField('BusVolFldCombnFldInitIsAllwd', BusVolFldCombnTypeFldAssgmt, 'Edm.Boolean')

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

Static _allFields

_allFields: any[] = [BusVolFldCombnTypeFldAssgmt.BUS_VOL_FIELD_COMBN_TYPE,BusVolFldCombnTypeFldAssgmt.BUS_VOL_FLD_COMBN_EXT_FIELD_NAME,BusVolFldCombnTypeFldAssgmt.BUS_VOL_FLD_COMBN_FLD_INIT_IS_ALLWD]

All fields of the BusVolFldCombnTypeFldAssgmt entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_BusVolFldCombnTypeFldAssgmt"

Technical entity name for BusVolFldCombnTypeFldAssgmt.

Static _keyFields

_keyFields: Array<Selectable<BusVolFldCombnTypeFldAssgmt>> = [BusVolFldCombnTypeFldAssgmt.BUS_VOL_FIELD_COMBN_TYPE, BusVolFldCombnTypeFldAssgmt.BUS_VOL_FLD_COMBN_EXT_FIELD_NAME]

All key fields of the BusVolFldCombnTypeFldAssgmt entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CONDITION_CONTRACT_TYPE"

Technical service name for BusVolFldCombnTypeFldAssgmt.

Methods

Static builder

Static requestBuilder

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

    Returns BusVolFldCombnTypeFldAssgmtRequestBuilder

    A BusVolFldCombnTypeFldAssgmt request builder.