Show TOC

Procedure documentationPreparing Data Objects for Completeness Check Locate this document in the navigation structure

 

You use this procedure to identify and prepare data objects for completeness check.

Prerequisites

You have identified and enabled data objects to participate in data completeness check.

More information:Configuring Generic Data Orchestration Engine Settings:

Procedure

  1. In the parent data object, create a custom service.

    More information: Custom Service

  2. Use appropriate Completeness Check APIs in the custom service.

    More information: Using the Completeness Check APIs in the Parent Data Object

  3. In the Flow Definition of the parent data object, insert the custom service created above, after a call to CDS_SERVICE.

    More information:Adding a Custom Service to a Flow Blueprint

    Recommendation Recommendation

    For data updates from the back-end or the client insert the custom service in the MMW_FLOW_INBOUND_BACKEND or MMW_FLOW_INBOUND_CLIENT_AV flow definition respectively.

    End of the recommendation.
  4. In the child data object, create a custom service.

    More information:Custom Service

  5. Use appropriate Completeness Check APIs in the custom service.

    More information: Using the Completeness Check APIs in the Child Data Object

  6. In the Flow Definition of child data object, insert the custom service created above, after a call to CDS_SERVICE.

    More information:

    Adding a Custom Service to a Flow Blueprint

    Recommendation Recommendation

    For data updates from the back-end or the client insert the custom service in MMW_FLOW_INBOUND_BACKEND or MMW_FLOW_INBOUND_CLIENT_AV flow definition respectively.

    End of the recommendation.