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: 

v4.6C Can't create type-pool

Former Member
0 Kudos

I'm getting a circular create problem on a version 4.6C system when I try to create a type-pool.

I had a type pool called "ZMATN". I decided to re-write it to clean it up. So, I removed all references to it and then deleted it using transaction SE80.

Now, when I enter "TYPE-POOLS: zmatn" in and ABAP program, I get the message "Type group doesn't exist, would you like to create it". I answer yes and the data-dictionary does not open. The editor simply returns the cursor to the program I'm in.

Has anyone experienced something like this?

Thanks

Ed Baker

Boston Scientific

6 REPLIES 6

Former Member
0 Kudos

Creation of the data dictionary objects should be done via 'SE11' only. Try creating from SE11 and not through the program.

Naveen

0 Kudos

Thanks for answering, but I'm still a bit confused.

I went to SE11 and entered ZMATN in the DATA TYPE area, the create options are "Data Element, Structure, Table type".

Which option should I use to create a Type-Pool?

Or, should I be using a different category in SE11?

0 Kudos

Hi Edward,

Create a Type group in se11.

Regards,

Ravi

Former Member
0 Kudos

Hi Edward,

Go to SE11 and in the menu goto Utilittie->Other dictionary objects.Seelct Type group radio button.

Hope this will help you.

Thanks & Regards,

Siri.

Kindly award points if the answer is useful.

Message was edited by: Srilatha T

0 Kudos

Thanks, that did the trick.

I forgot that those extra options were available.

0 Kudos

Thanks!

It was useful for me too!