Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation.SAP__Message
Packages that use SAP__Message
Package
Description
-
Uses of SAP__Message in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation with type parameters of type SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<SourcingProject,SAP__Message> SourcingProject._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<SourcingProjectNegotiation,SAP__Message> SourcingProjectNegotiation._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.SrcgProjNegotiationQuotation._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.Collection<SAP__Message,String> SAP__Message.ADDITIONAL_TARGETSstatic final SimpleProperty.String<SAP__Message>SAP__Message.CODEstatic final SimpleProperty.String<SAP__Message>SAP__Message.LONGTEXT_URLstatic final SimpleProperty.String<SAP__Message>SAP__Message.MESSAGEstatic final SimpleProperty.NumericInteger<SAP__Message>SAP__Message.NUMERIC_SEVERITYstatic final SimpleProperty.String<SAP__Message>SAP__Message.TARGETstatic final SimpleProperty.Boolean<SAP__Message>SAP__Message.TRANSITIONMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionSourcingProject.get_Messages()Constraints: Not nullableSourcingProjectNegotiation.get_Messages()Constraints: Not nullableSrcgProjNegotiationQuotation.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation with type arguments of type SAP__MessageModifier and TypeMethodDescriptionSourcingProject.SourcingProjectBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableSourcingProjectNegotiation.SourcingProjectNegotiationBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableSrcgProjNegotiationQuotation.SrcgProjNegotiationQuotationBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidSourcingProject.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidSourcingProjectNegotiation.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidSrcgProjNegotiationQuotation.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingprojectnegotiation with type arguments of type SAP__MessageModifierConstructorDescriptionSourcingProject(UUID sourcingProjectUUID, String sourcingProject, String sourcingProjectVersion, String sourcingProjectType, String sourcingProjectName, String srcgProjLifecycleStatus, String sourcingProjectPhase, UUID sourcingSupplierListUUID, String companyCode, String purchasingGroup, String purchasingOrganization, String materialGroup, String documentCurrency, BigDecimal srcgProjTotalTargetAmount, String purchaserRespWorkAgreement, String purchaserResponsiblePerson, OffsetDateTime qtnLatestSubmissionDateTime, OffsetDateTime lastChangeDateTime, OffsetDateTime creationDateTime, OffsetDateTime srcgProjPubgDteTme, OffsetDateTime srcgProjCancDteTme, String incotermsClassification, String incotermsTransferLocation, String incotermsVersion, String incotermsLocation1, String incotermsLocation2, String paymentTerms, BigDecimal cashDiscount1Days, BigDecimal cashDiscount2Days, BigDecimal cashDiscount1Percent, BigDecimal cashDiscount2Percent, BigDecimal netPaymentDays, String shippingInstruction, String srcgProjFollowOnDocumentCat, String srcgProjFollowOnDocumentType, LocalDate purContrValidityStartDate, LocalDate purContrValidityEndDate, String sourcingOrigin, String sourcingScenario, String externalSourcingProjectRef, String logicalSystem, String sourcingProjectUniqueID, Boolean srcgProjAttchsAreForbidden, Boolean srcgProjNotesAreForbidden, String lastChangedByUser, String createdByUser, UUID procurementPlanningBundleUUID, String sourcingProjectVersioningRsn, Collection<SAP__Message> _Messages) SourcingProjectNegotiation(UUID sourcingProjectNegotiationUUID, String sourcingProjectNegotiation, String sourcingProjectNegotiationType, String sourcingProjectNegotiationName, String srcgProjNegttnLifecycleStatus, LocalDate srcgProjNegotiationStartDate, LocalDate srcgProjNegotiationEndDate, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, UUID sourcingProjectUUID, String sourcingProject, String sourcingProjectName, String sourcingProjectVersion, Collection<SAP__Message> _Messages, SourcingProject to_SourcingProjectTP, List<SrcgProjNegotiationQuotation> to_SrcgProjNegttnQuotationTP) SrcgProjNegotiationQuotation(UUID srcgProjNegttnQuotationUUID, UUID sourcingProjectNegotiationUUID, UUID sourcingProjectQuotationUUID, String sourcingProjectQuotation, String srcgProjQuotationVersion, String bidder, UUID sPQtnForNegttnLtstVersionUUID, BigDecimal srcgProjNegttnTotalTargetAmt, String documentCurrency, Collection<SAP__Message> _Messages, SourcingProjectNegotiation to_SourcingProjectNegotiationTP, List<SrcgProjNegotiationQuotationItem> to_SrcgProjNegttnQtanItemTP)