SAP ABAP Data Element RKETD_WAIT (Await End of All Jobs Scheduled Here)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       KE (Package) Profitability Analysis
Basic Data
Data Element RKETD_WAIT
Short Description Await End of All Jobs Scheduled Here  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FLAG    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Await Jobs 
Medium 20 Await End of Job 
Long 30 Await End of All Jobs 
Heading 55 Await End of All Jobs Scheduled Here 
Documentation

Definition

Select the field if KE28A is to run until all scheduled jobs have been processed completely. This enables follow-on activities to be triggered after all jobs are finished.

Leave the field empty if KE28A is to finish as soon as all jobs have been scheduled successfully.

Use

Dependencies

Example

You are planning two-step top-down processing for your sales organizations "US" and "DE". To do this, you use the top-down variants "US1" followed by "US2" and "DE1" followed by "DE2".

With KE28A, you can schedule this processing in two ways:

Sequential Processing

A KE28A variant "US" contains the top-down distributions "US1" and "US2".

You start this KE28A variant with the options:

  • "Execute Jobs Sequentially"
  • "Job Chain Status-Dependent"

This ensures that the "US2" distribution is not started until the "US1" distribution has been successfully executed. The "Await End of All Jobs" option is not absolutely necessary here.

A second KE28A variant "DE", which contains the top-down distributions "DE1" and "DE2", can be started independently in parallel with the same options.

Parallel Processing

A KE28A variant "Level 1" contains the top-down distributions "US1" and "DE1". Another KE28A variant "Level 2" contains the top-down distributions "US2" and "DE2".

You define the KE28A variant "Level 2" in SM36 as a follow-on job to KE28A variant "Level 1" (dependent on the status of "Level 1", if necessary).

You start the KE28A variant "Level 1" with the options:

  • "Execute Jobs in Parallel"
  • "Await End of All Jobs"

As a result, KE28A runs until the "US1" and "DE1" distributions have finished. This ensures that the KE28A variant "Level 2" is not executed until the "US1" and "DE1" distributions have finished.

To enable the KE28A variant "Level 2" to be started depending on the status of "Level 1", you also have to select the "Job Chain Status-Dependent" option.

History
Last changed by/on SAP  20131127 
SAP Release Created in