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

Types, Implementation and Macros includes not created in classes

Former Member
0 Likes
1,362

Hi all,

In R3D system, when we see a standard class in SE24 includes for types, implemenation and Macros are there. But when i create a custom class in SE24, i am not able to get these inclues. These are supposed to be created automatically when a custom class is created. Is there any SPRO setting which would solve this problem.

Thank you,

Sagar.

3 REPLIES 3
Read only

Former Member
0 Likes
967

CINC obj====CCDEF - Class defintion - Toolbar button Local Types

CINC obj====CCIMP - Class Implementation - Toolbar button Implemenation

CINC obj====CCMAC - Class Macros - Toolbar button Macro

These are include which are to be created automatically when a class is created. But In my case no includes are generated.

Read only

0 Likes
967

Hi Sagar,

do you able to create CCDEF (Class Definition) , CCIMP ( Class Implementation) and CCMAC (Class Macros).

I am also facing the same issue. 

Regards,

Ravi Grover

Read only

0 Likes
967

The only way I have found is to copy the class to a new name, remove the old class and copy back. Then the includes are back.

Maybe renaming will solve the problem also.