@Named public class DefaultAccountingActivityAllocationService extends Object implements AccountingActivityAllocationService
Business Object: BUS6010
AccountingActivityAllocationService
Constructor and Description |
---|
DefaultAccountingActivityAllocationService() |
Modifier and Type | Method and Description |
---|---|
AcctngActivityAllocCheckFunction |
check(DocumentHeaderPostActAllocActualPostings docHeader,
Iterable<LineItemsActivityAllocationActualPosting> docItems)
FI/CO: Check activity allocation
|
AcctngActivityAllocCheckFunction |
check(DocumentHeaderPostActAllocActualPostings docHeader,
LineItemsActivityAllocationActualPosting... docItems)
FI/CO: Check activity allocation
|
AcctngActivityAllocPostFunction |
post(DocumentHeaderPostActAllocActualPostings docHeader,
Iterable<LineItemsActivityAllocationActualPosting> docItems)
FI/CO: Post activity allocation
|
AcctngActivityAllocPostFunction |
post(DocumentHeaderPostActAllocActualPostings docHeader,
LineItemsActivityAllocationActualPosting... docItems)
FI/CO: Post activity allocation
|
public DefaultAccountingActivityAllocationService()
public AcctngActivityAllocCheckFunction check(@NonNull DocumentHeaderPostActAllocActualPostings docHeader, @NonNull Iterable<LineItemsActivityAllocationActualPosting> docItems)
BAPI_ACC_ACTIVITY_ALLOC_CHECK
check
in interface AccountingActivityAllocationService
docHeader
- Document Header DatadocItems
- Line Item Datapublic AcctngActivityAllocCheckFunction check(@NonNull DocumentHeaderPostActAllocActualPostings docHeader, LineItemsActivityAllocationActualPosting... docItems)
BAPI_ACC_ACTIVITY_ALLOC_CHECK
check
in interface AccountingActivityAllocationService
docHeader
- Document Header DatadocItems
- Line Item Datapublic AcctngActivityAllocPostFunction post(@NonNull DocumentHeaderPostActAllocActualPostings docHeader, @NonNull Iterable<LineItemsActivityAllocationActualPosting> docItems)
BAPI_ACC_ACTIVITY_ALLOC_POST
post
in interface AccountingActivityAllocationService
docHeader
- Document Header DatadocItems
- Line Item Datapublic AcctngActivityAllocPostFunction post(@NonNull DocumentHeaderPostActAllocActualPostings docHeader, LineItemsActivityAllocationActualPosting... docItems)
BAPI_ACC_ACTIVITY_ALLOC_POST
post
in interface AccountingActivityAllocationService
docHeader
- Document Header DatadocItems
- Line Item DataCopyright © 2017 SAP SE. All rights reserved.