2008 Nov 18 10:23 AM
Hi ,
I am working on an upgrade from 4.6 to ECC ,so have a have a standard FM with an enhancement point , how do i know if there is an implementaion for that or not and can i debugg the code in the enhancement point .
When i click on the enhancement spot it goes to a class and i can see the code in that methods but cant set a breakpoint in it , kindly suggest what should i do.
Regards
Arun
Hi ,
I am working on an upgrade from 4.6 to ECC ,so have a have a standard FM with an enhancement point , how do i know if there is an implementaion for that or not and can i debugg the code in the enhancement point .
When i click on the enhancement spot it goes to a class and i can see the code in that methods but cant set a breakpoint in it , kindly suggest what should i do.
Regards
Arun
2008 Nov 18 11:53 AM
Hi
double click on the enhancement point. it will take you to the enhancement spot into which it is defined.
click on the tab "enhancement implementation". it will show you all the existing implementation. I you find nothing than this point is not implemented yet.
if it is taking you to a class then it is a BADi implemented via new enhancement framework. to find it is implemented or not, repeat the above steps. to debug it:
in the left section, expand entries under heading BADi definitions.
double click on "implementations". you will get the existing entries on right side. double click on this entry. on the left side under heading "BADI definitions" you will get the implementing class.
double click on it to get the class name.
go into the class and see the method implemented. u try to hard code the break point into the method,
activate it and then try to debug it.
Thanks
Vishal Kapoor
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |