cancel
Showing results for 
Search instead for 
Did you mean: 

AMDP Transformation throws error while debugging

viral337
Explorer
0 Kudos

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
Torsten_
Advisor
Advisor

Hi,

which release you are running?

Did you set the breakpoint in the _A-class? Do not set the break point in the _M-class.

And the AMDP logic is only executed in the real DTP execution not in the simulation mode!

A AMDP transformation (means transformation with HANA runtime) use a INSERT AS SELECT statement and in the simulation mode we can not execute the statement without writing data into the target.

Torsten

viral337
Explorer
0 Kudos

Yes, I am putting breakpoint in A class and I am running DTP (Not simulation mode)

It is BW/4 HANA 2.0 SP 1 system.

BTW I found the RCA and solution.