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

Class Exists but cannot be displayed

Former Member
0 Likes
2,210

Hi All,

When i try to display class "CL_IM_CIN_FBAS_MF05AFA0" it gives error message that object doesnot exist but when i try to create class"CL_IM_CIN_FBAS_MF05AFA0" it says: class already exists.

Kindly help to overcome this error.

Thanks,

Nishant

Hi All,

When i try to display class "CL_IM_CIN_FBAS_MF05AFA0" it gives error message that object doesnot exist but when i try to create class"CL_IM_CIN_FBAS_MF05AFA0" it says: class already exists.

Kindly help to overcome this error.

Thanks,

Nishant

7 REPLIES 7
Read only

ThomasZloch
Active Contributor
0 Likes
1,597

I can display CL_IM_CIN_FBAS_MF05AFA0 via SE24, where are you trying?

Thomas

Read only

former_member156446
Active Contributor
0 Likes
1,597

try to delete using FM: OO_CLASS_DELETE

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,597

Hello Nishant

I assume you tried to display the class in SE80 and got this error. Sometimes the objectlist of a package (function group, class, etc.) is incompletely displayed in SE80. This may be the cause for your problem.

SOLUTION: Refresh the object list of this class or the entire package and see what happens.

Regards

Uwe

Read only

Former Member
0 Likes
1,597

I tried in SE24. Still problem exists.

Read only

0 Likes
1,597

Hi,

I can see your class in our system. It's an implementation class for BADI FBAS_CIN_MF05AFA0. The BADI implementation name is CIN_FBAS_MF05AFA0. So you can try to go to SE19 and enter CIN_FBAS_MF05AFA0. The BADI methods are linked to the methods of class. So this is another way how you should be able to navigate to your class.

Cheers

Read only

matt
Active Contributor
0 Likes
1,597

Go to SE24, and type in CL_IM_CIN_FBAS_MF05AFA0. Then go to the menu bar, and choose Utilities->Versions->Version Management->Public Section.

What do you see?

matt

Read only

Former Member
0 Likes
1,597

There was a problem in regeneration. Problem is solved now.

Thnaks