Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation.UnitTract
Packages that use UnitTract
Package
Description
-
Uses of UnitTract in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation with type parameters of type UnitTractModifier and TypeFieldDescriptionstatic final SimpleProperty<UnitTract>UnitTract.ALL_FIELDSSelector for all available fields of UnitTract.static final SimpleProperty.String<UnitTract>UnitTract.COMPANY_CODEstatic final SimpleProperty.String<UnitTract>UnitTract.DIVISION_OF_INTERESTstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_COMBINED_PRODUCT_CODEstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_JOINT_VENTUREstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_UNIT_VENTUREstatic final SimpleProperty.Date<UnitTract>UnitTract.PRA_UNIT_VENTURE_EFFCTV_FRM_DTEstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_UNIT_VENTURE_TRACT_NAMEstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_UNIT_VENTURE_TRACT_NUMBERstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_UNIT_VENTURE_TRACT_SQNC_NMBRstatic final SimpleProperty.String<UnitTract>UnitTract.PRA_UNIT_VENTURE_USE_CTRL_NMBRstatic final SimpleProperty.NumericDecimal<UnitTract>UnitTract.PRA_UNIT_VNTR_TRACT_PARTCIPN_PCTstatic final SimpleProperty.String<UnitTract>UnitTract.PROCESSING_COMPANY_CODEstatic final NavigationProperty.Collection<UnitTrCtr,UnitTract> UnitTrCtr.TO__P_R_A_MAINT_UNIT_TRACT_HIER_NODEUse with available request builders to apply the _PRAMaintUnitTractHierNode navigation property to query operations.static final NavigationProperty.Single<UnitTract,UnitTrCtr> UnitTract.TO__P_R_A_MAINT_UNIT_VNTR_CTRL_HIER_NODEUse with available request builders to apply the _PRAMaintUnitVntrCtrlHierNode navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation that return UnitTractMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation that return types with arguments of type UnitTractModifier and TypeMethodDescriptionUnitTrCtr.getPRAMaintUnitTractHierNodeIfPresent()Retrieval of associated UnitTract entities (one to many).UnitTract.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation with parameters of type UnitTractModifier and TypeMethodDescriptionvoidUnitTrCtr.addPRAMaintUnitTractHierNode(UnitTract... entity) Adds elements to the list of associated UnitTract entities.UnitTrCtr.UnitTrCtrBuilder.praMaintUnitTractHierNode(UnitTract... value) Navigation property _PRAMaintUnitTractHierNode for UnitTrCtr to multiple UnitTract.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation with type arguments of type UnitTractModifier and TypeMethodDescriptionvoidUnitTrCtr.setPRAMaintUnitTractHierNode(List<UnitTract> value) Overwrites the list of associated UnitTract entities for the loaded navigation property _PRAMaintUnitTractHierNode.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.praunittractparticipation with type arguments of type UnitTractModifierConstructorDescriptionUnitTrCtr(String companyCode, String pRAUnitVenture, String pRACombinedProductCode, LocalDate pRAUnitVentureEffctvFrmDte, LocalDate pRAUnitVentureEffctvToDte, String pRAUnitVentureUseCtrlNmbr, BigDecimal pRAUnitVntrTotTractPartcipnPct, Boolean pRAUnitVentureIsApproved, String pRAUnitVntrLastTractSqncNmbr, Collection<SAP__Message> _Messages, List<UnitTract> to_PRAMaintUnitTractHierNode) -
Uses of UnitTract 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 UnitTractModifier and TypeMethodDescriptionDefaultPraUnitTractParticipationService.countTract()Deprecated.PraUnitTractParticipationService.countTract()Deprecated.Fetch the number of entries from theUnitTractentity collection matching the filter and search expressions.DefaultPraUnitTractParticipationService.getAllTract()Deprecated.PraUnitTractParticipationService.getAllTract()Deprecated.Fetch multipleUnitTractentities.DefaultPraUnitTractParticipationService.getTractByKey(String companyCode, String pRAUnitVenture, String pRACombinedProductCode, LocalDate pRAUnitVentureEffctvFrmDte, String pRAUnitVentureUseCtrlNmbr, String pRAUnitVentureTractSqncNmbr) Deprecated.PraUnitTractParticipationService.getTractByKey(String companyCode, String pRAUnitVenture, String pRACombinedProductCode, LocalDate pRAUnitVentureEffctvFrmDte, String pRAUnitVentureUseCtrlNmbr, String pRAUnitVentureTractSqncNmbr) Deprecated.Fetch a singleUnitTractentity using key fields.DefaultPraUnitTractParticipationService.updateTract(UnitTract unitTract) Deprecated.PraUnitTractParticipationService.updateTract(UnitTract unitTract) Deprecated.Update an existingUnitTractentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type UnitTractModifier and TypeMethodDescriptionDefaultPraUnitTractParticipationService.updateTract(UnitTract unitTract) Deprecated.PraUnitTractParticipationService.updateTract(UnitTract unitTract) Deprecated.Update an existingUnitTractentity and save it to the S/4HANA system.