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

ALV vs. Module Pool Performance?

former_member194669
Active Contributor
0 Likes
583

Hi,

I need to develop a Entry screen that have input fields ( it contains table control ie grid ) . Your valid opinion needed regarding whether i will use ALV (using OOP) or Module Pool?

I am expecting your reply related to this on performance point of view? Which is better whether Module Pool or ALV ?

Thanks

aRs.

3 REPLIES 3
Read only

Former Member
0 Likes
522

Hi,

In u r case bettere to use Modulepool it won't effect on Performence also.

The following steps u need to do is.

1. Create an ALV Report with Grid display with u r own PF_STATUS .

2. In that ALV output Application toll bar create a Button for CREATE screen.

3.Goto the Modulepool and create the screen for Table control as per the requirement.

4. Do all the validations to all the Buttons and Screen and execute it through u r Prog.

If any thing required More elabrately post a comment onit.

      • If it helpfull give Reward for this.

Thanks,

Anil.

Read only

Former Member
0 Likes
522

Hi,

In u r case better to use Modulepool it won't effect on Performence also.

The following steps u need to do is.

1. Create an ALV Report with Grid display with u r own PF_STATUS .

2. In that ALV output Application toll bar create a Button for CREATE screen.

3.Goto the Modulepool and create the screen for Table control as per the requirement.

4. Do all the validations to all the Buttons and Screen and execute it through u r Prog.

If any thing required More elabrately post a comment onit.

      • If it helpfull give Reward for this.

Thanks,

Anil.

Read only

former_member194669
Active Contributor
0 Likes
522

Anil,

Thanks for reply.

But my question is by performance wise which is better?

Thanks

aRs