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

type pool program??

Former Member
0 Likes
835

Hi all,

I want to write a type pool program.. but i could not see type pool in the pull down menu when you create a program from se38.. there was program types: 1, f, i, j, k, m, s but nothing for type pool. Please give me steps for creating one and also one example of such program by sap.

Thanks,

Charles.

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
791

Hi,

Please try this.

Path: SE11 -> Type group -> SLIS -> Display.

If this does not work then do this.

Path: SE38 -> Create custom program -> Create -> Declare statement TYPE-POOLS: SLIS -> Double click on SLIS -> ...

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
791

u can create type pool in se11 not se38....

but use it in se38....

in se11 u find 'type group'......give a name and create...

for reference...u check SLIS type group....which we generally use in ALV...

type pool or group and is nothing more than a collection of TYPE statements. When you use the TYPE-POOLS: statement in your program, and name the type group , this gives you access to these TYPES so that you can use them in your DATA statements.

Regards

Vasu

Read only

0 Likes
791

Hi,,

thanks for the answers but I could not see SLIS? Where to see it, there is nothing in se80 or se 11 which says type group or type pools. in se 80 there is function group and in se 11 it is table, data type etc.

Thanks

Charles

Read only

0 Likes
791

in older versions u cannot find option type group on main screen of se11....

so what u can do is goto se11.....enter any table name by clicking on radiobutton database table.....now display it.....

inside that screen...click on 'other object' button...u can find option 'type group'.....enter SLIS there....

Regards

vasu

Read only

0 Likes
791

select the radio button typegroup in se11 ...give SLIS u will get

Read only

Former Member
0 Likes
791

Hello Charles

Please go to transaction SE80

Dictionary -> Type Group

Click on Create .

Regards

Arun

Read only

ferry_lianto
Active Contributor
0 Likes
792

Hi,

Please try this.

Path: SE11 -> Type group -> SLIS -> Display.

If this does not work then do this.

Path: SE38 -> Create custom program -> Create -> Declare statement TYPE-POOLS: SLIS -> Double click on SLIS -> ...

Regards,

Ferry Lianto