Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

regarding implicit enhancement

Former Member
0 Kudos
56

hi friends,

iam learning enhancement frame work topic.

while iam creating the implicit enhancement,

iam getting a dump error saying that,

" An exception occurred that was not caught."

because of that error iam not able to process further.

iam using the E.C.C 6.0 ERP and the ABAP is Upgraded to Sap Net weaver 7.0(because of HR module the basis people has upgraded ABAP to 7.0.)

can any one tell how to rectify the problem.

1 REPLY 1

Former Member
0 Kudos
36

Hi,

Put the code which is dumping in the try-endtry block and immediately inside the block catch the exception...

Eg:

Try

your code dumping----

your code dumping----

catch <Exception>

Endtry.

If you debug the code after placing the try block you will know the exception name... else give the generalized exception as CX_ROOT

Regards

Shiva