public interface ForeignExchangeDealCreateFunction
BAPI_FTR_FXT_DEALCREATE
Modifier and Type | Method and Description |
---|---|
ForeignExchangeDealCreateFunction |
activityCategory(TransactionActivityCategory activityCategory)
(Optional) Transaction Activity Category to Be Created
Field name: ACTIVITYCAT
Type element: TB_SFGZUTY
Domain name: T_SFGZUTY
Internal type: NUMC
Description: Transaction Activity Category
Max length: 2
|
ForeignExchangeDealCreateFunction |
addflowCompleteIndicator(IndicatorIfTransferredDataIsComplete addflowCompleteIndicator)
(Optional) Indicator whether Entries in Table ADDFLOW Are Complete
Field name: COMPLETE_INDICATOR
Type element: TB_COMPLETE_INDICATOR
Domain name: T_COMPLETE_INDICATOR
Internal type: CHAR
Description: Indicator if Transferred Data Is Complete
Max length: 1
|
ForeignExchangeDealCreateFunctionResult |
execute()
Execute query on the default ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
execute(ErpConfigContext erpConfigContext)
Execute query on an ERP endpoint described by the provided ERP configuration context.
|
ForeignExchangeDealCreateFunctionResult |
execute(ErpEndpoint erpEndpoint)
Execute query on the provided ERP endpoint.
|
ForeignExchangeDealCreateFunction |
extensionIn(Iterable<RefStructureForParameterExtensioninExtensionout> extensionIn)
(Optional) Create Customer Enhancement
|
ForeignExchangeDealCreateFunction |
extensionIn(RefStructureForParameterExtensioninExtensionout... items)
(Optional) Create Customer Enhancement
|
ForeignExchangeDealCreateFunction |
paydetCompleteIndicator(IndicatorIfTransferredDataIsComplete paydetCompleteIndicator)
(Optional) Indicator whether Entries in Table PAYMENTDETAIL Are Complete
Field name: COMPLETE_INDICATOR
Type element: TB_COMPLETE_INDICATOR
Domain name: T_COMPLETE_INDICATOR
Internal type: CHAR
Description: Indicator if Transferred Data Is Complete
Max length: 1
|
BapiQuery |
toQuery()
Prepares a query object from the given query parameters.
|
ForeignExchangeDealCreateFunctionResult execute(ErpConfigContext erpConfigContext) throws QueryExecutionException
ErpDestination.getDefaultName()
SapClient
Locale
erpConfigContext
- Configuration context for ERP queryQueryExecutionException
ForeignExchangeDealCreateFunctionResult execute() throws QueryExecutionException
QueryExecutionException
ErpConfigContext.ErpConfigContext()
BapiQuery toQuery()
ForeignExchangeDealCreateFunction activityCategory(TransactionActivityCategory activityCategory)
Type element: TB_SFGZUTY Domain name: T_SFGZUTY Internal type: NUMC Description: Transaction Activity Category Max length: 2
activityCategory
- Transaction Activity Category to Be CreatedForeignExchangeDealCreateFunction paydetCompleteIndicator(IndicatorIfTransferredDataIsComplete paydetCompleteIndicator)
Type element: TB_COMPLETE_INDICATOR Domain name: T_COMPLETE_INDICATOR Internal type: CHAR Description: Indicator if Transferred Data Is Complete Max length: 1
paydetCompleteIndicator
- Indicator whether Entries in Table PAYMENTDETAIL Are CompleteForeignExchangeDealCreateFunction addflowCompleteIndicator(IndicatorIfTransferredDataIsComplete addflowCompleteIndicator)
Type element: TB_COMPLETE_INDICATOR Domain name: T_COMPLETE_INDICATOR Internal type: CHAR Description: Indicator if Transferred Data Is Complete Max length: 1
addflowCompleteIndicator
- Indicator whether Entries in Table ADDFLOW Are CompleteForeignExchangeDealCreateFunction extensionIn(Iterable<RefStructureForParameterExtensioninExtensionout> extensionIn)
extensionIn
- Create Customer EnhancementForeignExchangeDealCreateFunction extensionIn(RefStructureForParameterExtensioninExtensionout... items)
items
- Array of RefStructureForParameterExtensioninExtensionoutForeignExchangeDealCreateFunctionResult execute(ErpEndpoint erpEndpoint) throws QueryExecutionException
erpEndpoint
- Configured instance of ErpEndpoint
QueryExecutionException
Copyright © 2018 SAP SE. All rights reserved.