Show TOC

Function documentationAuthorizations in Order Allocation Run Locate this document in the navigation structure

 

The system carries out an authorization check at the start of the transaction. You can authorize a user to execute the following operations:

Authorization Objects for Order Allocation Run

The following authorization objects are available:

  • ARUN_ON

    This object controls the settings used to execute order allocation run (ARun) There are authorization checks at different levels. The allocation mode and type are checked at the first screen and the ARun function code is checked at the results screen.

    The following authorization field checks are available for this object:

    • Online ARun (ONLINEARUN): Allows you to execute online ARun. Set the value to 1 to execute ARun.

    • Batch ARun or /Background Processing (BATCHARUN): Allows you to execute ARun in background (Batch ARun). Set the value to 1 to execute ARun in background.

    • ARun Mode (FSH_ARMD): Allows you to choose the modes (normal or simulation) that the system uses for allocation.

    • ARun Type (FSH_ARTYP): Allows you to choose the allocation type defined for the respective order allocation run.

  • ARUN_WB

    This object controls the settings used to execute ARun Workbench. There are authorization checks at different levels. The ARun Workbench type is checked at the first screen, the mode is checked at the selection screen, and the function codes are checked at the results screen.

    The following authorization field checks are available for this object:

    • ARun Workbench Type (MTTYP) Allows you to choose an ARun Workbench type.

    • ARun Workbench Mode (MTMOD): Allows you to choose one of the following modes:

      • 1 Normal

      • 2 Display

    • ARUN Workbench Fcode (MTFCO): The following function codes are available:

      • 1BLC Block

      • 1DEA Deallocation

      • 1RAL Allocation

      • 1REL Release

  • ARUN_LOG

    This object determines whether you can display or delete the logged messages in order allocation run (ARun).

    The following authorization field checks are available:

    • LOGDISPLAY: Allows you to display log files (containing exceptions) occurred during the execution of ARun. Set the value as 1 for the authorization to display log files.

    • LOGDELETE: Allows you to delete log files (containing exceptions) occurred during the execution of ARun. Set the value to 1 to for the authorization to delete log files.

More Information

Order Allocation Run