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

abt module pool

Former Member
0 Likes
778

Hi,

can i declare a selection screen in module pool program?

can i use at selection-screen event in module pool program?

5 REPLIES 5
Read only

Former Member
0 Likes
758

yes you can do that!

You can create user-defined selection screens in executable programs (reports), function modules and module pools. There are three ways how user-defined selection screens can be called.

for further details

refer

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/content.htm

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
758

Hi,

<b>Yes</b>,U can use Selection Screens & At Selection Screen Event in Module Pool Programs

Regards,

Padmam.

Read only

Former Member
0 Likes
758

hi Debarshi

no u can t create selection screen in module pool and u cant use at selection screen

The screens which u can create in module pool are only

<b>Normal Screen

Subscreen

Modal Screen

</b>

hope it clears ur doubt

regards

ravish

<b>plz dont forget to reward points if useful</b>

Read only

Former Member
0 Likes
758

Hi,

u can write like that.

parameters:name(10).

tables:sscrfields.

at selection screen output.

at selection screen.

case sscrfields-name.

when 'ONLI'.

set screen 100.

endcase.

rgds,

bharat.

Read only

Former Member
0 Likes
758

Hi,

Yes you can define a selection screen in Module program.

1. First define selection screen with a number in your program.

2. Define a Subscreen area in your Screen you crearted in Screen painter.

3. In the PBO event of your Screen call the selection screen in the subscreen area.

regarding your second question. No you cant. at selection screen event's equilent in module pool program is PAI.

"Reward points if useful"

Thanks & Regards

Senthilvel Murugesan