Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectbillingrequest.SAP__Message
Packages that use SAP__Message
-
Uses of SAP__Message in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectbillingrequest
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectbillingrequest with type parameters of type SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<ProjectBillingRequest,SAP__Message> ProjectBillingRequest._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<ProjectBillingRequestItem,SAP__Message> ProjectBillingRequestItem._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.projectbillingrequest that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectbillingrequest that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionProjectBillingRequest.get_Messages()Constraints: Not nullableProjectBillingRequestItem.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectbillingrequest with type arguments of type SAP__MessageModifier and TypeMethodDescriptionProjectBillingRequest.ProjectBillingRequestBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableProjectBillingRequestItem.ProjectBillingRequestItemBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidProjectBillingRequest.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidProjectBillingRequestItem.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectbillingrequest with type arguments of type SAP__MessageModifierConstructorDescriptionProjectBillingRequest(UUID projectBillingRequestUUID, String projectBillingRequest, String projectBillingRequestStatus, String projBillgReqApprovalStatus, String salesDocument, String projBillgReqLastChgdBy, OffsetDateTime projBillgReqLastChgdAtDteTme, String projBillgReqCreatedBy, OffsetDateTime projBillgReqCreatedAtDteTme, UUID projectUUID, Collection<SAP__Message> _Messages, List<ProjectBillingRequestItem> to_ProjectBillingReqItemTP) ProjectBillingRequestItem(UUID projectBillingRequestItemUUID, UUID projBillgElmntEntrItmUUID, UUID projectBillingRequestUUID, UUID projectBillingElementUUID, String salesDocument, String salesDocumentItem, String projBillingRequestItemLongText, BigDecimal toBePostponedQuantity, BigDecimal toBePostponedAmtInTransacCrcy, BigDecimal toBePostponedAmtInProjectCrcy, BigDecimal toBePostponedAmtInGlobalCrcy, BigDecimal toBeWrittenOffQuantity, BigDecimal toBeWrittenOffAmtInTransCrcy, BigDecimal toBeWrittenOffAmtInProjectCrcy, BigDecimal toBeWrittenOffAmtInGlobalCrcy, BigDecimal billableRevenueAmtInDocCrcy, String projBillgReqItmCrtedByUser, OffsetDateTime projBillgReqItmCrtedAtDteTme, String projBillgReqItmLastChgdBy, OffsetDateTime projBillgReqItmLastChgdDteTme, LocalDate servicesRenderedDate, BigDecimal toBeBilledQuantity, BigDecimal toBeBilledAmtInTransCrcy, BigDecimal toBeBilledAmtInProjCurrency, BigDecimal toBeBilledAmtInGlobCurrency, BigDecimal openQuantity, BigDecimal openAmountInTransCrcy, BigDecimal openAmountInProjectCurrency, BigDecimal openAmountInGlobalCurrency, BigDecimal openRevenueAmtInDocCrcy, BigDecimal netPriceAmountInDocCrcy, BigDecimal netPriceQuantity, String netPriceQuantityUnit, String material, String transactionCurrency, String globalCurrency, String projectCurrency, String documentCurrency, String quantityUnit, String projBillgReqItmSourceType, String projectBillingRequestItemDesc, String billingPlanUsageCategory, String billingPlanItemUsage, Collection<SAP__Message> _Messages, ProjectBillingRequestItemJELnk to_PrjBlgReqItemJrnlEntrLink, ProjectBillingRequest to_ProjectBillingRequestTP)