Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Scenario:

  Assume we have created a keyfigure based model in the target infoprovider, and would like to update / map the key figures based on the filters that are used in the DTPs. 

  Ideally it would be required to identify which DTP is loading the data, and accordingly we need to map or write routines for the specific key figures.

Business Example:

  Lets take a simple example of having two keyfigure viz.  Sales Price, and Sales Return.  And the Source DSO has two records one each for Sales with the amount 100USD, and one for the Sales Return 10USD (Account based model).

 These two records when loaded to the target DSO, they should map to the right keyfigures.

Source Records

Customer Sale Type  Amount
 ABC Sales 100
 ABC Return 10

 

 Expected output

 Customer Sale Price Sale Return
 ABC 100 10

As per this scenario, we would have two DTPs that would load Sales and Returns separetely.  (One can think of similar situations as per their business challanges).

Implemenation Steps:

Step 1:  Map the Amount field from the source to Sale Price and Sale return keyfigures of the Target Infoprovider.

Step 2: Implement the following Code in the end routine.

 

As a result, the right keyfigure is mapped from the right DTP as per the filter specification.

Hope this explains the benefit, though the example was a pretty simple one.

Do give me your suggestions / tips to improve my subsequent blogs...

Thanks,

6 Comments