Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument.MarketingDetail
Packages that use MarketingDetail
Package
Description
-
Uses of MarketingDetail in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument with type parameters of type MarketingDetailModifier and TypeFieldDescriptionstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.ACCOUNTING_DOCUMENTstatic final SimpleProperty<MarketingDetail>MarketingDetail.ALL_FIELDSSelector for all available fields of MarketingDetail.static final SimpleProperty.DateTime<MarketingDetail>MarketingDetail.CHANGED_DATE_TIMEstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.COMPANY_CODEstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.COMPANY_CODE_CURRENCYstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.CREATED_BY_USERstatic final SimpleProperty.DateTime<MarketingDetail>MarketingDetail.CREATION_DATE_TIMEstatic final SimpleProperty.NumericDecimal<MarketingDetail>MarketingDetail.GROSS_DDCTD_REIMBMT_AMOUNTstatic final SimpleProperty.NumericDecimal<MarketingDetail>MarketingDetail.GROSS_EXTERNAL_MARKETING_AMTstatic final SimpleProperty.NumericDecimal<MarketingDetail>MarketingDetail.GROSS_INTERNAL_MARKETING_AMTstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.LAST_CHANGED_BY_USERstatic final SimpleProperty.NumericDecimal<MarketingDetail>MarketingDetail.MARKETING_REIMBURSEMENT_AMOUNTstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.MARKETING_TYPEstatic final SimpleProperty.NumericDecimal<MarketingDetail>MarketingDetail.NET_EXTERNAL_MARKETING_AMTstatic final SimpleProperty.NumericDecimal<MarketingDetail>MarketingDetail.NET_INTERNAL_MARKETING_AMTstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.PRA_ACCOUNTING_DOCUMENT_LINEstatic final SimpleProperty.String<MarketingDetail>MarketingDetail.PRA_ACCOUNTING_PERIODstatic final NavigationProperty.Single<MarketingDetail,RevenueAccountingHeader> MarketingDetail.TO__P_R_A_ACCOUNTING_DOCUMENT_HEADERUse with available request builders to apply the _PRAAccountingDocumentHeader navigation property to query operations.static final NavigationProperty.Single<MarketingDetail,RevenueAccountingItems> MarketingDetail.TO__P_R_A_ACCTG_DOC_DETAILUse with available request builders to apply the _PRAAcctgDocDetail navigation property to query operations.RevenueAccountingItems.TO__P_R_A_ACCTG_DOC_MKTG_DETAILUse with available request builders to apply the _PRAAcctgDocMktgDetail navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument that return MarketingDetailMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument that return types with arguments of type MarketingDetailModifier and TypeMethodDescriptionio.vavr.control.Option<List<MarketingDetail>>RevenueAccountingItems.getPRAAcctgDocMktgDetailIfPresent()Retrieval of associated MarketingDetail entities (one to many).MarketingDetail.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument with parameters of type MarketingDetailModifier and TypeMethodDescriptionvoidRevenueAccountingItems.addPRAAcctgDocMktgDetail(MarketingDetail... entity) Adds elements to the list of associated MarketingDetail entities.RevenueAccountingItems.RevenueAccountingItemsBuilder.praAcctgDocMktgDetail(MarketingDetail... value) Navigation property _PRAAcctgDocMktgDetail for RevenueAccountingItems to multiple MarketingDetail.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument with type arguments of type MarketingDetailModifier and TypeMethodDescriptionvoidRevenueAccountingItems.setPRAAcctgDocMktgDetail(List<MarketingDetail> value) Overwrites the list of associated MarketingDetail entities for the loaded navigation property _PRAAcctgDocMktgDetail. -
Uses of MarketingDetail 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 MarketingDetailModifier and TypeMethodDescriptionDefaultProductionRevenueAccountingRevenueAccountingDocumentService.countPRARevenueAcctItemsMktg()Deprecated.ProductionRevenueAccountingRevenueAccountingDocumentService.countPRARevenueAcctItemsMktg()Deprecated.Fetch the number of entries from theMarketingDetailentity collection matching the filter and search expressions.DefaultProductionRevenueAccountingRevenueAccountingDocumentService.getAllPRARevenueAcctItemsMktg()Deprecated.ProductionRevenueAccountingRevenueAccountingDocumentService.getAllPRARevenueAcctItemsMktg()Deprecated.Fetch multipleMarketingDetailentities.DefaultProductionRevenueAccountingRevenueAccountingDocumentService.getPRARevenueAcctItemsMktgByKey(String companyCode, String pRAAccountingPeriod, String accountingDocument, String pRAAccountingDocumentLine, String marketingType) Deprecated.ProductionRevenueAccountingRevenueAccountingDocumentService.getPRARevenueAcctItemsMktgByKey(String companyCode, String pRAAccountingPeriod, String accountingDocument, String pRAAccountingDocumentLine, String marketingType) Deprecated.Fetch a singleMarketingDetailentity using key fields.