Symptom
- Users want to automatically create a new case when creating or working on an existing case based on predefined configuration.
- Typical requirement:
- A user creates or updates a case
- Based on the case type or specific conditions, another case should be automatically created
- The new case may need to inherit values from the original case
- During testing, the system does not automatically create the expected case.
Environment
- SAP Service Cloud Version 2 1.0
- SAP Sales Cloud Version 2 1.0
Reproducing the Issue
- Configure a case type in SAP Service Cloud Version 2.
- Create a case of that type and expect the system to automatically create another case based on that configuration.
Cause
- Automatic case creation is not triggered by default through case type configuration alone.
- This functionality depends on:
- Case Flow configuration
- Defined Actions (e.g., Create Subcase)
- Trigger conditions within phases
- Without proper Case Flow setup, the system will not generate follow-up or related cases automatically.
Resolution
- Standard Approach: Using Case Flow with "Create Subcase" Action
- Navigate to: Settings → Case Types
- Select the relevant Case Type
- Create a new version or copy the case type if required
- Open Case Flow
- Use an existing Phase or create a new one
- Add a new Action Step:
- Name: Automatically Create Sub-Case
- Display ID: ZSUBCASECREATE
- Auto Trigger: ON
- Action Type: Create Subcase
- Maintain Action Parameters: Select the target Case Type to be created
- Define Preconditions to trigger action (optional):
- Example: status, category, priority, or custom fields
- Save and Activate the configuration
- Test the scenario:
- Create or update a case matching the defined conditions
- Verify that a sub-case is created automatically
- Expected Behavior:
- The system creates a sub-case linked to the original case
- The process is triggered automatically when conditions are met
- Designed to support structured, process-driven case handling
- Field Inheritance / Data Copying:
- Standard functionality provides limited inheritance (e.g., reference linkage)
- Additional field mapping requires:
- Determinations
- Custom logic via extensibility
- Limitations:
- Only sub-cases (child cases) are supported in standard functionality
- Creation of completely independent cases is not supported out-of-the-box
- Advanced field mapping is limited without custom enhancement
- Advanced Option (Customization) :
- If the standard functionality does not meet requirements:
- Use External Hooks and Custom Logic to extent capabilities to fit your requirements
- Extend the Action Catalog with custom action types
- Implement custom logic to:
- Create independent cases
- Copy or transform field values
- Control complex automation scenarios
- If the standard functionality does not meet requirements:
See Also
Keywords
Case Flow, Create Subcase, Automatic Case Creation, Sub-Case, Case Type Configuration, Action Catalog, External Hooks, SAP Service Cloud Version 2, Follow-Up Case, Case Automation , KBA , CEC-CRM-CAS , Case Management for SAP Sales/Service Cloud , Problem
Product
SAP Service Cloud Version 2 all versions
SAP Knowledge Base Article - Public