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

Screen creation

Former Member
0 Likes
558

hi experts,

To create screen through se38 in attributes --->type which one i want to select?

1.executable program.

2.include program

3.module pool

4.function group

5.subrountine pool.

6.interface pool.

7.class pool.

kindly give me the answer

reg

r.vijai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

IF YOU WANT TO CREATE SELECTION SCREEN THEN YOU CAN CHOOSE EXECUTABLE PROGRAM. IT WILL BE EASIER TO HANDLE. IF YOU WANT YOUR CUSTOM SCREEN SHOULD BE CALLED BY CALL SCREEN COMMAND THEN CHOOSE EXECUTABLE OR MODULE POOL. BUT MODULE POOL PROG YOU CANNOT RUN FROM ABAP EDITOR YOU HAVE TO CREATE A TCODE AND THEN YOU HAVE TO RUN .

REGARDS

SHIBA DUTTA

4 REPLIES 4
Read only

Former Member
0 Likes
532

You need to select module pool.

You can go by se80 and create the screen there itself.

Cheers.

Read only

srinivas_akiri
Active Participant
0 Likes
532

Hi

you can use Executable program type in se38.

In that program write call screen nnnn. and then double click in the screen number it will create a screen for you and opens the screen editor.

Regards

Srini

Read only

Former Member
0 Likes
532

Hi,

step1 :Goto se80 and open your report.

step2: Right click on program->create->screen.

Read only

Former Member
0 Likes
533

IF YOU WANT TO CREATE SELECTION SCREEN THEN YOU CAN CHOOSE EXECUTABLE PROGRAM. IT WILL BE EASIER TO HANDLE. IF YOU WANT YOUR CUSTOM SCREEN SHOULD BE CALLED BY CALL SCREEN COMMAND THEN CHOOSE EXECUTABLE OR MODULE POOL. BUT MODULE POOL PROG YOU CANNOT RUN FROM ABAP EDITOR YOU HAVE TO CREATE A TCODE AND THEN YOU HAVE TO RUN .

REGARDS

SHIBA DUTTA