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

How to define TYPE GROUP?

Former Member
0 Likes
1,028

Hello,

I would ike to use few custom types across several programs/routines. Shall I define TYPE GROUP? If yes , how to do it?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
815

Hi,

You can create type group in se11. Give a custom name ( 'z' name ) for the type group. Hey and the name of the type group can contain a maximum of 5 characters.Make sure all components in your type group start with the name of your type group. For example , name of your type group is 'ztype' then every components of your type group should begin with 'ztype_'.

Thankyou,

Jerry Jerome

4 REPLIES 4
Read only

gerd_rother
Active Participant
0 Likes
815

Hi,

I prefer defining data elements, structures and table types. These types can easily be analysed dynamically in an ABAP program so they provide a higher flexibility. Also you can add (SapScript) Documentation.

You can define a type-group in SE80 - Other Object - Data Dictionary - Type Group.

Regards, Gerd Rother

Read only

0 Likes
815

Hello,

You can also define your type group in SE11 by choosing the radio button Type Group.

Regards

Dillip Sahoo

Read only

matt
Active Contributor
0 Likes
815

Use a class. That way you not only get the structures you need, but you can also write the ABAP to handle them.

Read only

Former Member
0 Likes
816

Hi,

You can create type group in se11. Give a custom name ( 'z' name ) for the type group. Hey and the name of the type group can contain a maximum of 5 characters.Make sure all components in your type group start with the name of your type group. For example , name of your type group is 'ztype' then every components of your type group should begin with 'ztype_'.

Thankyou,

Jerry Jerome