public static final class BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder extends Object
@Nonnull public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnTypeFldAssgmt(BusVolFldCombnTypeFldAssgmt... value)
value
- The BusVolFldCombnTypeFldAssgmts to build this BusVolFldCombnSetTypeAssgmt with.public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder cndnContrType(@Nullable String cndnContrType)
Original property name from the Odata EDM: CndnContrType
The condition contract type selected determines the behavior and layout of a condition contract.In a list category condition contract you cannot enter any conditions.
public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnSet(@Nullable String busVolFldCombnSet)
Original property name from the Odata EDM: BusVolFldCombnSet
You assign the set of field combinations to a condition contract type in order to specify which selection criteria you can use for the settlement of a certain condition contract. You enter values for the selection criteria on the Business Volume Selection Criteria tab page in the condition contract's header area.In the business volume selection, the selection criteria of different field combinations within a set of field combinations are connected with an AND logic.When you create a condition contract for a supplier rebate scenario and you want to select business volume data for one supplier but different materials you can define a set of field combinations with a field combination containing just field LIFNR for the supplier and a second field combination with just field MATNR for the material. In the condition contract header you just specify the supplier for the first field combination and all the relevant materials for the second field combination.In contrast, when you use a field combination with fields LIFNR and MATNR, you can specify combinations of different suppliers and materials in the condition contract header.
selection criteria for the business volume selection in the condition contract settlement process.public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFieldCombnType(@Nullable String busVolFieldCombnType)
Original property name from the Odata EDM: BusVolFieldCombnType
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
from the business volume table.public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnMinNrOfEntries(@Nullable BigDecimal busVolFldCombnMinNrOfEntries)
Original property name from the Odata EDM: BusVolFldCombnMinNrOfEntries
If the parameter is maintained for a field combination that has a field combination group assigned, the check is done on field combination group level. This means that the minimum number of entries for all field combinations of the group is added up and checked against the total of business volume base lines for the field combinations of the group.Field Combination FC_1 has Group A and Minimum 1Field Combination FC_2 has Group A and no Minimum.This means that at least one entry for FC_1 or FC_2 has to be maintained.
Maintaining this parameter makes the field combination mandatory in the contract.public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnMaxNrOfEntries(@Nullable BigDecimal busVolFldCombnMaxNrOfEntries)
Original property name from the Odata EDM: BusVolFldCombnMaxNrOfEntries
If the parameter is maintained for a field combination that has a field combination group assigned, the check is done on field combination group level. This means that the maximum number of entries for all field combinations of the group is added up and checked against the total of business volume base lines for the field combinations of the group.Field Combination FC_1 has Group A and Maximum 5Field Combination FC_2 has Group A and no Maximum.This means that you can maintain no more than 5 entries in total for FC_1 and FC_2..
public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnGroup(@Nullable String busVolFldCombnGroup)
Original property name from the Odata EDM: BusVolFldCombnGroup
You use field combination groups to facilitate the entry of business volume selection criteria in the condition contract.The set of field combinations you use for a condition contract contains three field combinations: S001 with a field for suppliers, M001 with a field for materials, and M002 with a field for material groups. You have specified a field combination group FCG1 for field combinations M001 and M002.In the condition contract, you specify one supplier SUPP1 for field combination S001, one material MAT001 for field combination M001, and one material group MG10 for field combination M002. Accordingly, the business volume is determined for supplier SUPP1 and material MAT001 and for supplier SUPP1 and material group MG10 and both business volume values are added.The WHERE clause for this configuration can be sketched as follows: … WHERE ( supplier equals SUPP1 ) and ( material equals MAT001 OR material group equals MG10 ).Without using a field combination group, you would have to list all relevant materials of material group MG10 for field combination M001.
field combinations included in the group are summarized. Accordingly, field combinations within a field combination group are connected with an OR logic instead of AND logic in the WHERE clause of the select statement for the business volume determination.public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnAllwdSign(@Nullable String busVolFldCombnAllwdSign)
Original property name from the Odata EDM: BusVolFldCombnAllwdSign
contract to "only including" or "only excluding".public BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSetTypeAssgmtBuilder busVolFldCombnValdtyIsAllwd(@Nullable Boolean busVolFldCombnValdtyIsAllwd)
Original property name from the Odata EDM: BusVolFldCombnValdtyIsAllwd
base for the field combination.public BusVolFldCombnSetTypeAssgmt build()
Copyright © 2019 SAP SE. All rights reserved.