Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutionv2.SAP__Message
Packages that use SAP__Message
-
Uses of SAP__Message in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutionv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutionv2 with type parameters of type SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<ProductSubstitution,SAP__Message> ProductSubstitution._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.productsubstitutionv2 that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutionv2 that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionProductSubstitution.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutionv2 with type arguments of type SAP__MessageModifier and TypeMethodDescriptionProductSubstitution.ProductSubstitutionBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidProductSubstitution.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productsubstitutionv2 with type arguments of type SAP__MessageModifierConstructorDescriptionProductSubstitution(UUID mDSubstnUUID, String product, String substituteProduct, String plant, String mDSubstnGroup, String mDSubstnSet, Boolean mDSubstnIsExit, Boolean mDSubstnIsLeading, Short mDSubstnSequenceValue, Short mDSubstnConversionNumerator, Short mDSubstnConversionDenominator, BigDecimal mDSubstnConversionPercent, LocalDate mDSubstnValidityStartDate, LocalTime mDSubstnValidityStartTime, LocalDate mDSubstnValidityEndDate, LocalTime mDSubstnValidityEndTime, String timeZoneID, String mDSubstnReason, String mDSubstnStatus, Boolean mDSubstnIsRlvtForATPProd, String createdByUser, OffsetDateTime creationDateTime, String lastChangedByUser, OffsetDateTime lastChangeDateTime, Collection<SAP__Message> _Messages, List<ProdSubstnPredecessor> to_Predecessors, List<ProdSubstnSuccessor> to_Successors)