Package de.aeb.xnsg.expctrl.af
Interface IExportControlAF
@BusinessFacade
public interface IExportControlAF
API to access UIs in the Export Control product.
-
Method Summary
Modifier and TypeMethodDescriptionecTransaction(ApplicationFacadeParmsDTO afParms, ECTransactionParmsDTO parms) Returns a URL to a UI application that displays an export control transaction.expCtrlProtocols(ApplicationFacadeParmsDTO afParms, ExpCtrlProtocolsAFParmsDTO filterparms) Returns a URL to a UI application that 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 a URL to a UI application that displays the EU export control list.
The RFC name of this function is "/AEB/CMP_IF_AL"listOfECCNs(ApplicationFacadeParmsDTO afParms, EccnListParmsDTO parms) Returns a URL to a UI application that displays the Commerce Control List.
The RFC name of this function is "/AEB/CMP_IF_ECCN"Returns a URL to a UI application that displays the list of all known values of the specified goods attribute.quickCheck(ApplicationFacadeParmsDTO afParms, QuickCheckParmsDTO parms) Returns a URL to a UI application that displays the Quick check.
The RFC name of this function is "/AEB/CMP_IF_QC"Deprecated.As of 2019/05.
-
Method Details
-
listOfECCNs
Returns a URL to a UI application that displays the Commerce Control List.
The RFC name of this function is "/AEB/CMP_IF_ECCN"- Parameters:
afParms- UI API parametersparms- Commerce Control List parameters- Returns:
- URL to the UI API app
-
listOfALs
Returns a URL to a UI application that displays the EU export control list.
The RFC name of this function is "/AEB/CMP_IF_AL"- Parameters:
afParms- UI API parametersparms- EU export control list parameters- Returns:
- URL to the UI API app
-
listOfGoodsAttributeValues
ApplicationFacadeDTO listOfGoodsAttributeValues(ApplicationFacadeParmsDTO afParms, GoodsAttributeValuesParmsDTO parms) Returns a URL to a UI application that displays the list of all known values of the specified goods attribute.- Parameters:
afParms- UI API parametersparms- parameters to specify which goods attribute should be displayed.- Returns:
- URL to the UI API app
-
quickCheck
Returns a URL to a UI application that displays the Quick check.
The RFC name of this function is "/AEB/CMP_IF_QC"- Parameters:
afParms- UI API parametersparms- Quick check parameters- Returns:
- URL to the UI API app
-
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 a URL to a UI application that displays the check result.
The RFC name of this function is "/AEB/CMP_IF_CHECKRESULT"- Parameters:
afParms- UI API parametersparms- Check result parameters- Returns:
- URL to the UI API app
-
expCtrlProtocols
ApplicationFacadeDTO expCtrlProtocols(ApplicationFacadeParmsDTO afParms, ExpCtrlProtocolsAFParmsDTO filterparms) Returns a URL to a UI application that displays the overview of Export Controls log entries.
The RFC name of this function is "/AEB/CMP_IF_EXPCTRLLOGS"- Parameters:
afParms- UI API parametersfilterparms- Filter parameters- Returns:
- URL to the UI API app
-
ecTransaction
Returns a URL to a UI application that displays an export control transaction.- Parameters:
afParms- UI API parameteropenParms- parameter, which references the export control transaction to open- Returns:
- URL to the UI API app
- Since:
- 2022/11
-