SAP ABAP IMG Activity SIMG_SSR_0103 (Define completion strategy)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-DS-SSR (Application Component) Service Station Retailing
     OIR (Package) SSR Service Station Retailing (master/overall)
IMG Activity
ID SIMG_SSR_0103 Define completion strategy  
Transaction Code S_SO6_65000694   (empty) 
Created on 20000117    
Customizing Attributes SIMG_SSR_0103   Define completion strategy 
Customizing Activity SIMG_SSR_0103   Define completion strategy 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name SIMG_SSR_0103    

Description

The completion strategy defines the subsequent processes that will access a document base table (table OIRADBT) entry.

In this step you link subsequent processes to a completion strategy. This makes the link between the document base table record and the subsequent processes that access this record.

Data upload into the document base table is performed using function module OIRA_FILL_DBT. The calling upload process passes the completion strategy into the function module. For each record updated the function checks the completion strategy and fills the relevant process indicators with 'X'.

A subsequent process may only read records from the document base table if the relevant process indicator is set to 'X'. Once the process has read the record, the process indicator is set to blank.

Once all process indicators are blank for a record. it is fully processed and can be deleted using the deletion program ROIR_DELETE_DBT.

Example

Consider two example processes:

a.) service station partner invoicing - process INV1

b.) material movement creation - process MM1

OIRADBT INV1 MM1

Record 1001 (completion strategy 001) X X

Record 1002 (completion strategy 002) X

Record 1003 (completion strategy 001) X X

Data is uploaded and the process indicators are set. Records 1001 and 1002 are relevant for processes INV1 and MM1. Record 1002 is not relevant for process MM1.

OIRADBT INV1 MM1

Record 1001 (completion strategy 001) X

Record 1002 (completion strategy 002)

Record 1003 (completion strategy 001) X

When process INV1 runs, it accesses records 1001, 1002 and 1003 and the indicators are set to blank. Record 1002 is now relevant for deletion as it has been fully processed. Records 1001 and 1003 are not relevant for deletion until after process MM1 has been run.

Requirements

It is not possible to link a subsequent process to a completion strategy unless the process has already been defined. If this step is not carried out, no process indicators will be created in the document base table.

You define subsequent processes in Customizing for the Industry Solution Oil & Gas (Downstream) by choosing SSR -> Document Base Table -> Define subsequent processes

It is not possible to fill the Document Base Table without assigning an aggregation schema to the completion strategy.

You define the aggregation schema in Customizing for the Industry Solution Oil & Gas (Downstream) by choosing SSR -> Document Base Table -> Aggregation Schema -> Define Aggregation Schema.

Standard settings

Recommendation

Activities

Further notes

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 1   Mandatory activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG SIMG_SSR_0103 0 I400022112 Service Station Retailing 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
VC_OIRADBTCOMPSTR C - View cluster SM34  
History
Last changed by/on SAP  20010315 
SAP Release Created in