Package de.aeb.xnsg.expctrl.af
Interface IExportControlAF
@BusinessFacade
public interface IExportControlAF
Application facade interface for Export Controls.
-
Method Summary
Modifier and TypeMethodDescriptionecTransaction
(ApplicationFacadeParmsDTO afParms, ECTransactionParmsDTO parms) Returns an URL for an application, which displays an export control transaction.expCtrlProtocols
(ApplicationFacadeParmsDTO afParms, ExpCtrlProtocolsAFParmsDTO filterparms) Returns an URL for an application, which displays the overview of Export Controls log entries.
The RFC name of this function is "/AEB/CMP_IF_EXPCTRLLOGS
"listOfALs
(ApplicationFacadeParmsDTO afParms, AlListParmsDTO parms) Returns an URL for an application, which displays the EU export control list.
The RFC name of this function is "/AEB/CMP_IF_AL
"listOfECCNs
(ApplicationFacadeParmsDTO afParms, EccnListParmsDTO parms) Returns an URL for an application, which displays the Commerce Control List.
The RFC name of this function is "/AEB/CMP_IF_ECCN
"Returns an URL for an application, which displays the list of all known values of the specified goods attribute.quickCheck
(ApplicationFacadeParmsDTO afParms, QuickCheckParmsDTO parms) Returns an URL for an application, which displays the Quick check.
The RFC name of this function is "/AEB/CMP_IF_QC
"Deprecated.As of 2019/05.
-
Method Details
-
listOfECCNs
Returns an URL for an application, which displays the Commerce Control List.
The RFC name of this function is "/AEB/CMP_IF_ECCN
"- Parameters:
afParms
- application facade parametersparms
- Commerce Control List parameters- Returns:
- the application facade
-
listOfALs
Returns an URL for an application, which displays the EU export control list.
The RFC name of this function is "/AEB/CMP_IF_AL
"- Parameters:
afParms
- application facade parametersparms
- EU export control list parameters- Returns:
- the application facade
-
listOfGoodsAttributeValues
ApplicationFacadeDTO listOfGoodsAttributeValues(ApplicationFacadeParmsDTO afParms, GoodsAttributeValuesParmsDTO parms) Returns an URL for an application, which displays the list of all known values of the specified goods attribute.- Parameters:
afParms
- application facade parametersparms
- parameters to specify which goods attribute should be displayed.- Returns:
- the application facade
-
quickCheck
Returns an URL for an application, which displays the Quick check.
The RFC name of this function is "/AEB/CMP_IF_QC
"- Parameters:
afParms
- application facade parametersparms
- Quick check parameters- Returns:
- the application facade
-
transactionCheckResult
@Deprecated ApplicationFacadeDTO transactionCheckResult(ApplicationFacadeParmsDTO afParms, TransactionCheckResultParmsDTO parms) Deprecated.As of 2019/05. In future, with approval management directly in Export Controls, check transactions will be referenced by client, partner system and transaction ID (seeIExportControl40V2BF.checkTransaction(CheckTransactionRequestDTO)
).Returns an URL for an application, which displays the check result.
The RFC name of this function is "/AEB/CMP_IF_CHECKRESULT
"- Parameters:
afParms
- application facade parametersparms
- Check result parameters- Returns:
- the application facade
-
expCtrlProtocols
ApplicationFacadeDTO expCtrlProtocols(ApplicationFacadeParmsDTO afParms, ExpCtrlProtocolsAFParmsDTO filterparms) Returns an URL for an application, which displays the overview of Export Controls log entries.
The RFC name of this function is "/AEB/CMP_IF_EXPCTRLLOGS
"- Parameters:
afParms
- application facade parametersfilterparms
- Filter parameters- Returns:
- the application facade
-
ecTransaction
Returns an URL for an application, which displays an export control transaction.- Parameters:
afParms
- application facade parameteropenParms
- parameter, which references the export control transaction to open- Returns:
- the application facade
- Since:
- 2022/11
-