cancel
Showing results for 
Search instead for 
Did you mean: 

DTP - Individual Data Package Debugging in BI7

Former Member
0 Kudos

Experts,

I ma loading from source DSO1 to target DSO2. I have about 2 million records in the source dso. The DTP PACKAGE size is set to 50000 records

Now when I execute the DTP, I get multiple data package of size 50000 records. THe load fails at a particular package 10 with ABAP Dump: TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.

I would like to debug this individual data package 10. How do i accomplish this in BI 7.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In the DTP, use the Serially in Debugging MOde. Place your breakpoint and select the data package number

Former Member
0 Kudos

Hi Mutha,

Check if the below link can help you...

The below blog explains the process of debugging the DTP request wise.

/people/community.user/blog/2007/03/29/sap-netweaver-70-bi-extended-capabilities-to-debug-a-data-transfer-process-dtp-request

If you have multiple requests that are updating at the same time, we can use the procedure mentioned in the above blog will help you in debugging.

Thanks and regards,

Srinath