2007 Jun 07 2:03 AM
Hi All,
I am not able to execute some of abap programs which are of types F and M. What exactly does this mean.. Please explain..
Thank you
Jason
2007 Jun 07 2:07 AM
2007 Jun 07 2:07 AM
2007 Jun 07 2:10 AM
TYPE - M is module pool - it is not executable program and should dependent on Transaction.
TYPE - F - Function Pool - it is not executable and should be dependent on Executable program.
TYPE - I (executable ) - this one not dependable and you can execute in se38 directly
2007 Jun 07 2:29 AM
Module Pools for Screen Painter Screens (M)
Contain processing steps for screen
modules from the transaction and can only
be executed with a transaction code or a
menu function.
Function Groups (F)
Contain function modules. Function groups and function
modules are managed in the Function Builder.
2007 Jun 07 3:36 AM
hi,
M-Module Pool .U need to execute this using a Transaction Code
F-Function Pool.It is not executable
2007 Jun 07 3:37 AM
hi,
M-Module Pool .U need to execute this using a Transaction Code
F-Function Pool.It is not execuatable
2007 Jun 07 4:39 AM
hi,
M-Module Pool-U need to execute them using a Transavtion code
F-Function Pool-These r not executable
2007 Jun 07 4:51 AM
the porgram type s are .
1.<b>Executeable proragm</b> in SE38
2.<b>Include program</b> not able to execute in any of the tcode only included as sub program
3.<b>MODULE pool </b> only execute throught tcode create by you .
4.<b>Function group </b> cannot be executed only function modules are executed @ se37
5.<b>subroutine pool</b> again with in the program called can not be executed
6.<b>interface pool</b> ->can not be executed
7.<b>class pool</b> ->can be executed in tcode se24
8.<b>type pool</b> ->can not be executed in any tcode
reward points if it is usefull ...
Girish
2007 Jun 07 7:11 PM