Application Development and Automation 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: 
Read only

Function Module

Former Member
0 Likes
493

Hi Friends,

I have created a function module in SE37. I dont want anything in my Exceptions TAB, but there is already a exception and a short text in it which i had previsouly created. I want to delete it. I am trying to just delete it out and save. But the time i save it pops up back. Any advice on this?

Shejal.

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
467

hi

place the cursor on the corresponding row on the exception tab and press the <b>delete row button</b>and afterwards you save and activate..

Cheers,

Abdul

4 REPLIES 4
Read only

abdul_hakim
Active Contributor
0 Likes
468

hi

place the cursor on the corresponding row on the exception tab and press the <b>delete row button</b>and afterwards you save and activate..

Cheers,

Abdul

Read only

Former Member
0 Likes
467

That should not happen. How are you deleting the existing exception? Did you activate the function module after changing the interface(exceptions are part of function module's interface)?

Also, is it already used in any program? If so, you may have to temporarily comment the use of it and then do this.

Read only

Manohar2u
Active Contributor
0 Likes
467

Shejal,

I think you are deleting the exception from the pattern text.

You need to go exception tab of your function module and select the exception and delete the same.

Save the fm, then you see the exception removed from the pattern at the source code of funtion module.

Regds

Manohar

Read only

Former Member
0 Likes
467

Thanks Friends, Problem Solved.

Shejal.