Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.SalesOrderItemBillingPlan
Packages that use SalesOrderItemBillingPlan
Package
Description
-
Uses of SalesOrderItemBillingPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type parameters of type SalesOrderItemBillingPlanModifier and TypeFieldDescriptionstatic final SalesOrderItemOneToOneLink<SalesOrderItemBillingPlan>SalesOrderItem.TO_BILLING_PLANUse with available fluent helpers to apply the to_BillingPlan navigation property to query operations.SlsOrderItemBillingPlanItem.TO_BILLING_PLANUse with available fluent helpers to apply the to_BillingPlan navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return SalesOrderItemBillingPlanModifier and TypeMethodDescriptionSalesOrderItemBillingPlan.SalesOrderItemBillingPlanBuilder.build()SalesOrderItem.fetchBillingPlan()Fetches the SalesOrderItemBillingPlan entity (one to one) associated with this entity.SlsOrderItemBillingPlanItem.fetchBillingPlan()Fetches the SalesOrderItemBillingPlan entity (one to one) associated with this entity.SalesOrderItem.getBillingPlanOrFetch()Retrieval of associated SalesOrderItemBillingPlan entity (one to one).SlsOrderItemBillingPlanItem.getBillingPlanOrFetch()Retrieval of associated SalesOrderItemBillingPlan entity (one to one).protected SalesOrderItemBillingPlanSalesOrderItemBillingPlanCreateFluentHelper.getEntity()protected SalesOrderItemBillingPlanSalesOrderItemBillingPlanUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return types with arguments of type SalesOrderItemBillingPlanModifier and TypeMethodDescriptionio.vavr.control.Option<SalesOrderItemBillingPlan>SalesOrderItem.getBillingPlanIfPresent()Retrieval of associated SalesOrderItemBillingPlan entity (one to one).io.vavr.control.Option<SalesOrderItemBillingPlan>SlsOrderItemBillingPlanItem.getBillingPlanIfPresent()Retrieval of associated SalesOrderItemBillingPlan entity (one to one).protected Class<SalesOrderItemBillingPlan>SalesOrderItemBillingPlanByKeyFluentHelper.getEntityClass()protected Class<SalesOrderItemBillingPlan>SalesOrderItemBillingPlanFluentHelper.getEntityClass()SalesOrderItemBillingPlan.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with parameters of type SalesOrderItemBillingPlanModifier and TypeMethodDescriptionSalesOrderItem.SalesOrderItemBuilder.billingPlan(SalesOrderItemBillingPlan value) Navigation property to_BillingPlan for SalesOrderItem to single SalesOrderItemBillingPlan.SlsOrderItemBillingPlanItem.SlsOrderItemBillingPlanItemBuilder.billingPlan(SalesOrderItemBillingPlan value) Navigation property to_BillingPlan for SlsOrderItemBillingPlanItem to single SalesOrderItemBillingPlan.voidSalesOrderItem.setBillingPlan(SalesOrderItemBillingPlan value) Overwrites the associated SalesOrderItemBillingPlan entity for the loaded navigation property to_BillingPlan.voidSlsOrderItemBillingPlanItem.setBillingPlan(SalesOrderItemBillingPlan value) Overwrites the associated SalesOrderItemBillingPlan entity for the loaded navigation property to_BillingPlan.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with parameters of type SalesOrderItemBillingPlanModifierConstructorDescriptionSalesOrderItem(String salesOrder, String salesOrderItem, String higherLevelItem, String higherLevelItemUsage, String salesOrderItemCategory, String salesOrderItemText, String purchaseOrderByCustomer, String purchaseOrderByShipToParty, String underlyingPurchaseOrderItem, String externalItemID, String material, String materialByCustomer, LocalDateTime pricingDate, String pricingReferenceMaterial, String billingPlan, BigDecimal requestedQuantity, String requestedQuantityUnit, String requestedQuantitySAPUnit, String requestedQuantityISOUnit, String orderQuantityUnit, String orderQuantitySAPUnit, String orderQuantityISOUnit, BigDecimal confdDelivQtyInOrderQtyUnit, BigDecimal itemGrossWeight, BigDecimal itemNetWeight, String itemWeightUnit, String itemWeightSAPUnit, String itemWeightISOUnit, BigDecimal itemVolume, String itemVolumeUnit, String itemVolumeSAPUnit, String itemVolumeISOUnit, String transactionCurrency, BigDecimal netAmount, String totalSDDocReferenceStatus, String sDDocReferenceStatus, String materialSubstitutionReason, String materialGroup, String materialPricingGroup, String additionalMaterialGroup1, String additionalMaterialGroup2, String additionalMaterialGroup3, String additionalMaterialGroup4, String additionalMaterialGroup5, LocalDateTime billingDocumentDate, String contractAccount, String additionalValueDays, LocalDateTime servicesRenderedDate, String batch, String productionPlant, String originalPlant, String altvBsdConfSubstitutionStatus, String storageLocation, String deliveryGroup, String shippingPoint, String shippingType, String deliveryPriority, Boolean deliveryDateQuantityIsFixed, String deliveryDateTypeRule, String incotermsClassification, String incotermsTransferLocation, String incotermsLocation1, String incotermsLocation2, BigDecimal taxAmount, String productTaxClassification1, String productTaxClassification2, String productTaxClassification3, String productTaxClassification4, String productTaxClassification5, String productTaxClassification6, String productTaxClassification7, String productTaxClassification8, String productTaxClassification9, String matlAccountAssignmentGroup, BigDecimal costAmount, String customerPaymentTerms, LocalDateTime fixedValueDate, String customerGroup, String salesDocumentRjcnReason, String itemBillingBlockReason, Boolean slsDocIsRlvtForProofOfDeliv, String wBSElement, String profitCenter, BigDecimal accountingExchangeRate, String referenceSDDocument, String referenceSDDocumentItem, String sDProcessStatus, String deliveryStatus, String orderRelatedBillingStatus, SalesOrderItemBillingPlan toBillingPlan, List<SalesOrderItemPartner> toPartner, List<SalesOrderItmPrecdgProcFlow> toPrecedingProcFlowDocItem, List<SalesOrderItemPrElement> toPricingElement, List<SalesOrderItemRelatedObject> toRelatedObject, SalesOrder toSalesOrder, List<SalesOrderScheduleLine> toScheduleLine, List<SalesOrderItmSubsqntProcFlow> toSubsequentProcFlowDocItem, List<SalesOrderItemText> toText) SalesOrderItemBillingPlanCreateFluentHelper(String servicePath, SalesOrderItemBillingPlan entity, String entityCollection) Creates a fluent helper object that will create aSalesOrderItemBillingPlanentity on the OData endpoint.SalesOrderItemBillingPlanUpdateFluentHelper(String servicePath, SalesOrderItemBillingPlan entity, String entityCollection) Creates a fluent helper object that will update aSalesOrderItemBillingPlanentity on the OData endpoint.SlsOrderItemBillingPlanItem(String salesOrder, String salesOrderItem, String billingPlan, String billingPlanItem, String billingPlanDateCategory, LocalDateTime billingPlanBillingDate, BigDecimal billingPlanAmount, String transactionCurrency, BigDecimal billingPlanAmountPercent, String customerPaymentTerms, String proposedBillingDocumentType, String billingPlanDateDescriptionCode, String billingBlockReason, LocalDateTime billingPlanServiceStartDate, LocalDateTime billingPlanServiceEndDate, String billingPlanRelatedBillgStatus, String billingPlanType, String adoptingBillingDateID, String billingPlanBillingRule, String billingPlanMilestoneUsage, String billgPlnDteCorrectionRfndType, BigDecimal accountingExchangeRate, String postponementReason, SalesOrderItemBillingPlan toBillingPlan, SalesOrder toSalesOrder, SalesOrderItem toSalesOrderItem) -
Uses of SalesOrderItemBillingPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.batch with parameters of type SalesOrderItemBillingPlanModifier and TypeMethodDescriptionDefaultSalesOrderServiceBatchChangeSet.createSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) SalesOrderServiceBatchChangeSet.createSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Create a newSalesOrderItemBillingPlanentity and save it to the S/4HANA system.DefaultSalesOrderServiceBatchChangeSet.updateSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) SalesOrderServiceBatchChangeSet.updateSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Update an existingSalesOrderItemBillingPlanentity and save it to the S/4HANA system. -
Uses of SalesOrderItemBillingPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link that return types with arguments of type SalesOrderItemBillingPlanModifier and TypeMethodDescriptionSalesOrderItemBillingPlanOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link with type arguments of type SalesOrderItemBillingPlanModifier and TypeMethodDescriptionprotected SalesOrderItemBillingPlanLink<ObjectT>SalesOrderItemBillingPlanLink.translateLinkType(EntityLink<SalesOrderItemBillingPlanLink<ObjectT>, SalesOrderItemBillingPlan, ObjectT> link) -
Uses of SalesOrderItemBillingPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesOrderItemBillingPlanModifier and TypeMethodDescriptionDefaultSalesOrderService.createSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.SalesOrderService.createSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Create a newSalesOrderItemBillingPlanentity and save it to the S/4HANA system.DefaultSalesOrderService.updateSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.SalesOrderService.updateSalesOrderItemBillingPlan(SalesOrderItemBillingPlan salesOrderItemBillingPlan) Deprecated.Update an existingSalesOrderItemBillingPlanentity and save it to the S/4HANA system.