« SAP Data Extraction Steps | Main | SAP BW Master Data Text Loading Steps »

SAP BW Master Data Attribute Update Steps

SAP BW Master Data Attribute Update Steps 

The following steps show a highly simplified master data attributes update process:

Master Data Attribute Update

*** STEP 1 - Process data package record by record

Loop at data package.

*** STEP 2 - Surrogate key handling

  Retrieve/Generate surrogate key.

  Update SID table.

*** STEP 3 - Non time dependent master data.

  Retrieve existing non time dependent record.

  Insert/Update non time dependent attributes.

  Retrieve surrogate keys for attributes.

  If not all SIDs available.

    If master data check requested.

      Log error, start error handling.

    Else.

      Generate new SID.

    End.

  Insert/Update attribute SID table

*** STEP 4 - Time dependent master data.

  Retrieve existing time dependent records.

  Check for validity period overlaps.

  Adjust overlap records accordingly.

  Insert/Update time dependent attributes.

  Retrieve surrogate keys for attributes.

  If not all SIDs available.

    If master data check requested.

      Log error, start error handling.

    Else.

      Generate new SID.

    End.

  Insert/Update attribute SID table

End.

TrackBack

TrackBack URL for this entry:
http://renditionx.com/blog-mt/mt-tb.fcgi/61


Hosting by Yahoo!

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)