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

CALL FUNCTION 'CLMO_CLASS_OBJECT_MAINTAIN'

Former Member
0 Likes
909

Hi

I am not ABAP expert,

can someone give me example of CALL FUNCTION 'CLMO_CLASS_OBJECT_MAINTAIN'

I am trying to delete class ...

when call this FM it pops up window , wherein i need to enter shift f2 and confirm one more pop up

which I want to avoid...

Thanks and regards

5 REPLIES 5
Read only

Former Member
0 Likes
869

Here is an example to display:

call function 'CLMO_CLASS_OBJECT_MAINTAIN'

   exporting

       activity       = '2'         " This is for display

       classtype   = '100'

       classname = 'ZTEST'

       skip            = 'X'

   exceptions

       others        = 3.

-Chandra

Read only

0 Likes
869

I was looking for activity Delete and skipping further popups...

Read only

0 Likes
869

I don't think it is possible to delete the class using this function module by skipping "Delete confirmation popup".

Read only

0 Likes
869

Do you know any other FM?

Read only

0 Likes
869

Sorry, I don't.