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

How to create tcode for modulepool program with selection screen?

Former Member
0 Likes
6,780

hi,

How to create tcode for modulepool program with selection screen?

thanks,

sagar

11 REPLIES 11
Read only

Former Member
0 Likes
3,353

Goto SE93

Enter Tcode to be created--> Create

Enter Module pool program name and screen number

SAVE

Read only

0 Likes
3,353

after creating tcode by choosing dilogue transaction....it will not take selection screen...after executing TCODE it will directly goes to screen.

Read only

0 Likes
3,353

you will Choose the Radio button 2 when you create the Transaction code.

I can think of your case.

First selection screen , after that you will navigate to different screens. in that case use the Option 2 , Program with selection screen.

Give the program name and screen number 1000.

and check the GUI support check boxes.

And save the Tcode

and test it.

Read only

0 Likes
3,353

for 2nd option...we have to enter selection screen number and program name.....but what about our screen no.

Read only

0 Likes
3,353

that screen number you have to code in inside your program.

1. selection screen

2. get the dataa based on selection screen

3. now call screen 100. "assuming that you have screen 100.

so you will navigate from selection screen to screen 100.

regards

Vijay Babu Dudla

Read only

Former Member
0 Likes
3,353

Hi,

check this....

Use se93 t/r to create our own t/r code .try to create parametric t/c.

Regards

Krishna

Read only

Former Member
0 Likes
3,353

you will Choose the Radio button 2 when you create the Transaction code.

I can think of your case.

First selection screen , after that you will navigate to different screens. in that case use the Option 2 , Program with selection screen.

Give the program name and screen number 1000.

and check the GUI support check boxes.

And save the Tcode

and test it.

Read only

Former Member
0 Likes
3,353

Hi,

goto se80.

give the program name.

right click on the program name, then create Transaction.

U can also create with teh transaction code se93.

there u can check the option program and selection screen.

Edited by: chandrika chireddy on Jul 22, 2008 8:27 AM

Read only

Former Member
0 Likes
3,353

hi,

design the screen first to a module pool program in transaction SE93 create ->enter tcode name and select option Program and screen enter the program name and save it.

reward points if useful,

siri

Read only

Former Member
0 Likes
3,353

Hi,

While creating the transaction

select the first option

ie., program andscreen(dialog transaction)

Regards,

Shailaja

Read only

Former Member
0 Likes
3,353

Hi,

We need to goto SE80.

In our program we right click on object name and goto create

-> transaction. Enter the module pool program and screen number and save and activate.

Or by SE93 also we can create a transaction code for our program.

Hope ths helps.

plz reward if useful.

thanks,

dhanashri..

Edited by: Dhanashri Pawar on Jul 22, 2008 8:29 AM