Start of Content Area

Procedure documentation Registering the Inbound Queue  Locate the document in its SAP Library structure

Use

You can use transaction SMQR to register a destination. Registering a queue is a prerequisite for processing using the QIN Scheduler.

Procedure

       1.      Call transaction SMQR. On the initial screen, you see a list of all registered queue names.

       2.      Select the registration and enter the required values for the queue to be registered:

Note 

If you want to enable the QIN Scheduler to execute all LUWs under a particular user, you can create a logical destination in transaction SM59. You must enter this destination when you register the inbound queue in transaction SMQR.

       Queue Name: Name of queue (individual or using placeholders ‘*’).

This graphic is explained in the accompanying text 

If you register a queue with the queue name *, this means that all inbound queues are automatically processed by the QIN Scheduler.

       Mode: Execution type (‘D’ for dialog and ‘B’ for batch)

       Max.Runtime: Maximum duration in seconds.

       Destination: Logical destination with reference to destination NONE. The logical destination is used to define the logon data (client, user) for executing the function.

Note 

If you do not enter anything here, the current user is used, with the default destination NONE.

       Retries: Number of retries. If the LUW had a CPICERROR error when it was first processed, a background job is scheduled to restart the LUW. This job is scheduled NRETRYtimes if a CPICERROR error occurs.

       Delay: Delay between a background job and the next background job in the same LUW

Result

Your queue name is registered and the queue status changes from INACTIVE to ACTIVE. The queue is then processed.

 

 

End of Content Area