SAP ABAP IMG Activity APOCIF_SCHEDOUT (Set QOUT Scheduler)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA (Application Component) Cross-Application Components
     CFD (Package) IMG for APO Core Interface
IMG Activity
ID APOCIF_SCHEDOUT Set QOUT Scheduler  
Transaction Code S_AX7_68000201   (empty) 
Created on 20020828    
Customizing Attributes ATAPOCIF_SCHEDOUT   Set qRFC Monitor (QOUT Scheduler) 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name APOCIF_SCHEDOUT    

Use

The data transfer via APO Core Interface (CIF) occurs using queued Remote Function Calls (qRFC). Outbound qRFCs (outbound queues) are processed by the QOUT scheduler.

The QOUT scheduler is called using transaction SMQS. The destinations to which the outbound qRFCs are to be sent are registered in the QOUT scheduler. As of version 6.20.45 this occurs automatically.

There are the following options for a registered destination:

  • Type
    • R: The destination is registered; that is, it is started using the QOUT scheduler.
    • U: The destination is not registered; that is, it is not processed.
    • N: The destination is not registered using the QOUT scheduler, it is sent at the time of the COMMIT WORK.
  • Max. Connections: Number of connections used to send the qRFC. The default value for ABAP connections is 10, for TCP/IP connections it is 1.
  • Max. Runtime: Time that a destination is processed by the QOUT scheduler. The default value is 60 seconds.
  • The destination NONE leads to processing at the local system and should not be registered until version 6.20.45, supplement 8 inclusive. As of supplement 9, NONE may be registered and the without tRFC option set.

Example

Requirements

qRFC communication must be configured. For more information, see Configure qRFC Communication.

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 201   Make global settings 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20040202 
SAP Release Created in