Interface IExportControlAF


@BusinessFacade public interface IExportControlAF
Application facade interface for Export Controls.
  • 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 parameters
      parms - 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 parameters
      parms - EU export control list parameters
      Returns:
      the application facade
    • listOfGoodsAttributeValues

      Returns an URL for an application, which displays the list of all known values of the specified goods attribute.
      Parameters:
      afParms - application facade parameters
      parms - 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 parameters
      parms - Quick check parameters
      Returns:
      the application facade
    • transactionCheckResult

      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 (see IExportControl40V2BF.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 parameters
      parms - Check result parameters
      Returns:
      the application facade
    • expCtrlProtocols

      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 parameters
      filterparms - Filter parameters
      Returns:
      the application facade
    • ecTransaction

      Returns an URL for an application, which displays an export control transaction.
      Parameters:
      afParms - application facade parameter
      openParms - parameter, which references the export control transaction to open
      Returns:
      the application facade
      Since:
      2022/11