cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug update rule between ODS and Infocube

Former Member
0 Kudos

Hi experts!

I have an update rule that transforms data loaded from an ODS to an infocube. Is there a way to debug this update rule?

Thanks in advance.

Miguel

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

the procedure I follow is the following:

-Right click to ODS and select Update ODS Data in Data target.

-Select Initial or full update options.

-Infopackage window appears. When I configure the load I can´t select the "PSA and data targets in parallel" option in the processing tab of the ODS's infopackage. That´s the problem.

Am I doing something wrong?

Thanks again

Private_Member_9643
Active Contributor
0 Kudos

If u wanna debug, y u r loading to Data Target? just select PSA as load option, and debug it...if u find the routines working fine, the later u can load data using the option PSA then Data target.

KJ!!!

Former Member
0 Kudos

Hi,

Check this

/people/pavan.bayyapu/blog/2006/09/06/debugging-data-upload-in-bw

Regards,

San!

Former Member
0 Kudos

run your infopackage from ODS to Cube with option 'PSA and data targets'.

Once it is done. go to monitor screen of this load, select data package, right click, simulate update, select activate debug in update rules and continue so that it will take you to debug mode

cheers

sb

assign points if useful

Private_Member_9643
Active Contributor
0 Kudos

Load data to PSA using Infopackage. Go to monitor for that request->go to details tab-> go to processing data packaet->select any data package to debug-> right click on it-> select simulate update-> select activate debugging in update rules option.

Now when u will try to perform simulation for that data package it will open ABAP debugger for u in parallel.

Hope this is what you are looking for.

KJ!!!