Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales.SalesPricingAccessField
Packages that use SalesPricingAccessField
Package
Description
-
Uses of SalesPricingAccessField in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with type parameters of type SalesPricingAccessFieldModifier and TypeFieldDescriptionstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.ACCESS_NUMBER_OF_ACCESS_SEQUENCEstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.ACCESS_SEQUENCEstatic final SimpleProperty<SalesPricingAccessField>SalesPricingAccessField.ALL_FIELDSSelector for all available fields of SalesPricingAccessField.static final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.CONDITION_APPLICATIONstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.CONDITION_TABLEstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.CONDITION_USAGEstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRCG_CNDN_ACC_CONSTANT_VALUE_SOURCEstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRCG_CNDN_ACC_DOCUMENT_STRUCTUREstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRCG_CNDN_ACCESS_DISTANCE_VALUEstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRCG_CNDN_ACCESS_DOCUMENT_FIELDstatic final SimpleProperty.Boolean<SalesPricingAccessField>SalesPricingAccessField.PRCG_CNDN_VALUE_INITIAL_IS_ALLOWEDstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRCG_CONDITION_ACCESS_DIRECTIONstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRICING_CONDITION_ACCESS_PRIORITYstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRICING_CONDITION_ACCESS_TYPEstatic final SimpleProperty.String<SalesPricingAccessField>SalesPricingAccessField.PRICING_CONDITION_FIELDSalesPricingAccessField.TO__SALES_PRICING_ACCESSUse with available request builders to apply the _SalesPricingAccess navigation property to query operations.SalesPricingAccess.TO__SALES_PRICING_ACCESS_FIELDUse with available request builders to apply the _SalesPricingAccessField navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales that return SalesPricingAccessFieldMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales that return types with arguments of type SalesPricingAccessFieldModifier and TypeMethodDescriptionio.vavr.control.Option<List<SalesPricingAccessField>>SalesPricingAccess.getSalesPricingAccessFieldIfPresent()Retrieval of associated SalesPricingAccessField entities (one to many).SalesPricingAccessField.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with parameters of type SalesPricingAccessFieldModifier and TypeMethodDescriptionvoidSalesPricingAccess.addSalesPricingAccessField(SalesPricingAccessField... entity) Adds elements to the list of associated SalesPricingAccessField entities.SalesPricingAccess.SalesPricingAccessBuilder.salesPricingAccessField(SalesPricingAccessField... value) Navigation property _SalesPricingAccessField for SalesPricingAccess to multiple SalesPricingAccessField.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with type arguments of type SalesPricingAccessFieldModifier and TypeMethodDescriptionvoidSalesPricingAccess.setSalesPricingAccessField(List<SalesPricingAccessField> value) Overwrites the list of associated SalesPricingAccessField entities for the loaded navigation property _SalesPricingAccessField.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with type arguments of type SalesPricingAccessFieldModifierConstructorDescriptionSalesPricingAccess(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String conditionRequirement, Boolean prcgConditionAccessIsExclusive, List<SalesPricingAccessField> to_SalesPricingAccessField, SalesPricingAccessSequence to_SalesPricingAccessSequence) -
Uses of SalesPricingAccessField in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type SalesPricingAccessFieldModifier and TypeMethodDescriptionAccessSequenceForPricingInSalesService.countSalesPricingAccessField()Deprecated.Fetch the number of entries from theSalesPricingAccessFieldentity collection matching the filter and search expressions.DefaultAccessSequenceForPricingInSalesService.countSalesPricingAccessField()Deprecated.AccessSequenceForPricingInSalesService.getAllSalesPricingAccessField()Deprecated.Fetch multipleSalesPricingAccessFieldentities.DefaultAccessSequenceForPricingInSalesService.getAllSalesPricingAccessField()Deprecated.AccessSequenceForPricingInSalesService.getSalesPricingAccessFieldByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String pricingConditionField) Deprecated.Fetch a singleSalesPricingAccessFieldentity using key fields.DefaultAccessSequenceForPricingInSalesService.getSalesPricingAccessFieldByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String pricingConditionField) Deprecated.