‎2007 Oct 26 2:10 PM
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.
‎2007 Oct 26 2:57 PM
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
‎2007 Oct 26 2:19 PM
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
‎2007 Oct 26 2:40 PM
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
‎2007 Oct 26 2:52 PM
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
‎2007 Oct 26 2:54 PM
select the radio button typegroup in se11 ...give SLIS u will get
‎2007 Oct 26 2:19 PM
Hello Charles
Please go to transaction SE80
Dictionary -> Type Group
Click on Create .
Regards
Arun
‎2007 Oct 26 2:57 PM
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