@Named public class DefaultAccountingManualCostAllocationService extends Object implements AccountingManualCostAllocationService
Business Object: BUS6036
AccountingManualCostAllocationService
Constructor and Description |
---|
DefaultAccountingManualCostAllocationService() |
Modifier and Type | Method and Description |
---|---|
AcctngManCostAllocCheckFunction |
check(DocumentHeaderPostCostsRevenuesActualPostings docHeader,
Iterable<LineItemsManualCostAllocationActualPosting> docItems)
Check Manual Cost Allocation
|
AcctngManCostAllocCheckFunction |
check(DocumentHeaderPostCostsRevenuesActualPostings docHeader,
LineItemsManualCostAllocationActualPosting... docItems)
Check Manual Cost Allocation
|
AcctngManCostAllocPostFunction |
post(DocumentHeaderPostCostsRevenuesActualPostings docHeader,
Iterable<LineItemsManualCostAllocationActualPosting> docItems)
Post Manual Cost Allocation
|
AcctngManCostAllocPostFunction |
post(DocumentHeaderPostCostsRevenuesActualPostings docHeader,
LineItemsManualCostAllocationActualPosting... docItems)
Post Manual Cost Allocation
|
public DefaultAccountingManualCostAllocationService()
public AcctngManCostAllocCheckFunction check(@NonNull DocumentHeaderPostCostsRevenuesActualPostings docHeader, @NonNull Iterable<LineItemsManualCostAllocationActualPosting> docItems)
BAPI_ACC_MANUAL_ALLOC_CHECK
check
in interface AccountingManualCostAllocationService
docHeader
- Document Header DatadocItems
- Line Item Datapublic AcctngManCostAllocCheckFunction check(@NonNull DocumentHeaderPostCostsRevenuesActualPostings docHeader, LineItemsManualCostAllocationActualPosting... docItems)
BAPI_ACC_MANUAL_ALLOC_CHECK
check
in interface AccountingManualCostAllocationService
docHeader
- Document Header DatadocItems
- Line Item Datapublic AcctngManCostAllocPostFunction post(@NonNull DocumentHeaderPostCostsRevenuesActualPostings docHeader, @NonNull Iterable<LineItemsManualCostAllocationActualPosting> docItems)
BAPI_ACC_MANUAL_ALLOC_POST
post
in interface AccountingManualCostAllocationService
docHeader
- Document Header DatadocItems
- Line Item Datapublic AcctngManCostAllocPostFunction post(@NonNull DocumentHeaderPostCostsRevenuesActualPostings docHeader, LineItemsManualCostAllocationActualPosting... docItems)
BAPI_ACC_MANUAL_ALLOC_POST
post
in interface AccountingManualCostAllocationService
docHeader
- Document Header DatadocItems
- Line Item DataCopyright © 2017 SAP SE. All rights reserved.