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

Module program and perform statement

Former Member
0 Likes
1,143

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?

3 REPLIES 3
Read only

Former Member
0 Likes
612

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

Read only

Former Member
0 Likes
612

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.

Read only

0 Likes
612

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.