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

AMDP Transformation throws error while debugging

viral337
Explorer
0 Likes
1,369

Hello,

I am working on an AMDP transformation in BW/4 HANA system. When I run DTP, it is getting executed fine without any errors.

But I am not getting expected output and I want to debug this AMDP transformation. I put breakpoint in A class and execute DTP but it is not going into debug mode and it is throwing below error.

I thought that my code has some issue so I commented everything and just written OUTTAB = SELECT * FROM :INTAB;

But still when I try to debug, DTP is not going into debug mode.

View Entire Topic
viral337
Explorer
0 Likes

If the length/decimal of key-figure at the source ADSO is different than at the target side ADSO then AMDP transformation will throw error while debugging and it will not go to debug perspective. In my case, source ADSO has key-figure with 2 decimal places whereas target ADSO as key-figure with 10 decimal places (using custom domain). This is why DTP was not going into debug perspective. I kept same decimal places at the source and target side. After that my issue got resolved and I am able to debug AMDP TRFN in debug perspective.