cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging the Expert routine issue.

former_member184624
Participant
859

Hi BW Experts,

In one of the transformation, expert routine was written. While debugging, the result package is empty but data is updating the Cube. Just want to know, whatever the data in the result package, will update to Info Cube.

In my case, zero records are there in result package, but 4 records are updating to infocube (Target)

Can you please help on this issue.

Thanks.

View Entire Topic
Abhishek_Hazra
Active Contributor
0 Likes

Hi Jalina,

When you debug the routine, it runs in simulation mode. Simulation mode helps you to test extract the data according to the selections & debug the logic in the routine. It never updates the data physically to the target provider. If you trigger the DTP in proper execution mode, then the data records get updated to your target. The screenshot of yours shows that the request has been run on simulation mode(under Request ID).

Hope this helps 🙂

Best Regards,
Abhi