Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument.TaxDetail
Packages that use TaxDetail
Package
Description
-
Uses of TaxDetail 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 TaxDetailModifier and TypeFieldDescriptionstatic final SimpleProperty.String<TaxDetail>TaxDetail.ACCOUNTING_DOCUMENTstatic final SimpleProperty<TaxDetail>TaxDetail.ALL_FIELDSSelector for all available fields of TaxDetail.static final SimpleProperty.DateTime<TaxDetail>TaxDetail.CHANGED_DATE_TIMEstatic final SimpleProperty.String<TaxDetail>TaxDetail.COMPANY_CODEstatic final SimpleProperty.String<TaxDetail>TaxDetail.COMPANY_CODE_CURRENCYstatic final SimpleProperty.String<TaxDetail>TaxDetail.CREATED_BY_USERstatic final SimpleProperty.DateTime<TaxDetail>TaxDetail.CREATION_DATE_TIMEstatic final SimpleProperty.NumericDecimal<TaxDetail>TaxDetail.GROSS_TAX_AMOUNTstatic final SimpleProperty.NumericDecimal<TaxDetail>TaxDetail.GROSS_TAX_REIMBMT_AMTstatic final SimpleProperty.String<TaxDetail>TaxDetail.LAST_CHANGED_BY_USERstatic final SimpleProperty.NumericDecimal<TaxDetail>TaxDetail.OWNER_TAX_AMOUNTstatic final SimpleProperty.NumericDecimal<TaxDetail>TaxDetail.OWNR_TAX_REIMBMT_AMOUNTstatic final SimpleProperty.String<TaxDetail>TaxDetail.PRA_ACCOUNTING_DOCUMENT_LINEstatic final SimpleProperty.String<TaxDetail>TaxDetail.PRA_ACCOUNTING_PERIODstatic final SimpleProperty.String<TaxDetail>TaxDetail.SEVERANCE_TAX_TYPEstatic final NavigationProperty.Single<TaxDetail,RevenueAccountingHeader> TaxDetail.TO__P_R_A_ACCOUNTING_DOCUMENT_HEADERUse with available request builders to apply the _PRAAccountingDocumentHeader navigation property to query operations.static final NavigationProperty.Single<TaxDetail,RevenueAccountingItems> TaxDetail.TO__P_R_A_ACCTG_DOC_DETAILUse with available request builders to apply the _PRAAcctgDocDetail navigation property to query operations.static final NavigationProperty.Collection<RevenueAccountingItems,TaxDetail> RevenueAccountingItems.TO__P_R_A_ACCTG_DOC_TAX_DETAILUse with available request builders to apply the _PRAAcctgDocTaxDetail navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument that return TaxDetailMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument that return types with arguments of type TaxDetailModifier and TypeMethodDescriptionRevenueAccountingItems.getPRAAcctgDocTaxDetailIfPresent()Retrieval of associated TaxDetail entities (one to many).TaxDetail.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument with parameters of type TaxDetailModifier and TypeMethodDescriptionvoidRevenueAccountingItems.addPRAAcctgDocTaxDetail(TaxDetail... entity) Adds elements to the list of associated TaxDetail entities.RevenueAccountingItems.RevenueAccountingItemsBuilder.praAcctgDocTaxDetail(TaxDetail... value) Navigation property _PRAAcctgDocTaxDetail for RevenueAccountingItems to multiple TaxDetail.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument with type arguments of type TaxDetailModifier and TypeMethodDescriptionvoidRevenueAccountingItems.setPRAAcctgDocTaxDetail(List<TaxDetail> value) Overwrites the list of associated TaxDetail entities for the loaded navigation property _PRAAcctgDocTaxDetail. -
Uses of TaxDetail 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 TaxDetailModifier and TypeMethodDescriptionDefaultProductionRevenueAccountingRevenueAccountingDocumentService.countPRARevenueAcctItemsTax()Deprecated.ProductionRevenueAccountingRevenueAccountingDocumentService.countPRARevenueAcctItemsTax()Deprecated.Fetch the number of entries from theTaxDetailentity collection matching the filter and search expressions.DefaultProductionRevenueAccountingRevenueAccountingDocumentService.getAllPRARevenueAcctItemsTax()Deprecated.ProductionRevenueAccountingRevenueAccountingDocumentService.getAllPRARevenueAcctItemsTax()Deprecated.Fetch multipleTaxDetailentities.DefaultProductionRevenueAccountingRevenueAccountingDocumentService.getPRARevenueAcctItemsTaxByKey(String companyCode, String pRAAccountingPeriod, String accountingDocument, String pRAAccountingDocumentLine, String severanceTaxType) Deprecated.ProductionRevenueAccountingRevenueAccountingDocumentService.getPRARevenueAcctItemsTaxByKey(String companyCode, String pRAAccountingPeriod, String accountingDocument, String pRAAccountingDocumentLine, String severanceTaxType) Deprecated.Fetch a singleTaxDetailentity using key fields.