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: 

urgent

Former Member
0 Kudos

Hi all

how to delete a include from a function group.iam not able to do it when i go to uxx file...

Thanks

abap user

1 ACCEPTED SOLUTION

Former Member
0 Kudos

What is the purpose to delete Include ?

You can't delete includes ,delete the FM and automatically it will delete's Includes.

since FM is depends on includes

Thanks

Seshu

10 REPLIES 10

former_member195698
Active Contributor
0 Kudos

The UXX file Includes are same as the Function Modules. Goto SE37 Give the FM Name and Delete it.

If you are not able to delete it, then what is the error that is appearing?

Is it giving something like... object locked in a different transport

Regards,

Abhishek

0 Kudos

yes exactly..n iam not able to delete it.what is the solution for that?

Regards

abapuser

Former Member
0 Kudos

What is the purpose to delete Include ?

You can't delete includes ,delete the FM and automatically it will delete's Includes.

since FM is depends on includes

Thanks

Seshu

former_member589029
Active Contributor
0 Kudos

The UXX include lists all includes for the function modules in that function group. Whenever you add a function module, a new include is added automatically in that UXX include.

If you would like to delete one of the includes just delete the function module. (The name of the function module is displayed as a comment after the include name). Once you deleted the function module the corresponding include statement is removed from the UXX include automatically.

If you can't delete the function module please provide the error message you are getting.

Regards,

Michael

0 Kudos

Its giving "object locked" msg..

Regards

abap user

0 Kudos

Do you get a long text when you double click on the error message?

Rob

0 Kudos

No.

0 Kudos

So you don't know if it's locked in another person't transport request or someone else is currently editing it?

Rob

0 Kudos

Hi rob

Iam sure that nobody else is using that program..

Regards

abap user

0 Kudos

Hi,

Your function group is locked under a different request. When you try to delete an FM and the function group is locked under a different transport, you will face this problem. On the Popup that comes, check the LONG text of the message, it will give the detail of the other Transport.

You can manually check all the Objects--- Main Program, Other Function Modules, Other Includes in your FM to check for Locking if you are not getting the Long text in the error message .

Regards,

Abhishek