SAP ABAP Data Element POC_QF_NAME (Determiner Name)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-POC (Application Component) Process Orchestration for Built-In Processes
     BS_POC_MODEL (Package) Process Orchestration - Process and Facade Definitions
Basic Data
Data Element POC_QF_NAME
Short Description Determiner Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT60    
Data Type CHAR   Character String 
Length 60    
Decimal Places 0    
Output Length 60    
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 Determiner 
Medium 15 Determiner 
Long 30 Determiner 
Heading 20 Determiner 
Documentation

Definition

Indicates the name of a determiner activity.

A determiner activity is an activity that is used to mark the start or the end of a calculation.

Use

A determiner activity determines the start of a count KPI calculation. You can specify whether the calculation should begin before or after the first or last occurrence of the given activity.

The possible values for the determiner are:

After First : The count KPI calculation starts after the first occurence of the determiner activity.

Before First: : The count KPI calculation occurs before the first occurence of the determiner activity.

If the determiner is not specified (default value), the calculation happens for all the occurences of the KPI activity (for which the count is being calculated).

Dependencies

Example

Process A has five activities (A):

A1; A2; A3; A4; A5.

In process A, the activities occur in the following order:

A1 -> A2 -> A5 -> A4 -> A5 -> A4 -> A5

Process A has a duration KPI defined as follows: Calculate duration between first occurrence of A5 and last occurrence of A4.

In this example, the underlined A5 is the (start) determiner activity.

History
Last changed by/on SAP  20130604 
SAP Release Created in 703