‎2010 Feb 15 5:11 AM
I am wroking in module pool programming.
In the screen flow logic my code is
PAI.
Module usercommand.
In module pool program
Module usercommand input.
case ok_code.
when 'FEDD'.
perfrom display.
endmodule.
Include sapmz----fol.
form display.
-
I am using perform inside the modlue in module pool program. Please tell what is the best practise do i need to use perform or module here?
‎2010 Feb 15 5:45 AM
Hi,
Module cant be nested. You can use Perform or Call Function instead.
Using perform is alway a good option, you can go ahead with pleasure
Cheerz
ram
‎2010 Feb 15 11:03 AM
Hi shiva,
You you can write a module inside a module. Modules can be written in PAI or PBO or POV or POH. Inside a module you only right perform. Module inside a Module is not possible.
Regards,
Raghavendar Miriyala.
‎2010 Feb 15 11:04 AM
Hi shiva,
You you can write a module inside a module. Modules can be written in PAI or PBO or POV or POH. Inside a module you only right perform or function or method.Module inside a Module is not possible.
Regards,
Raghavendar Miriyala.