Application Development 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: 

hi...

Former Member
0 Kudos

hi,

i want to create a dialog program using SE80.

help will be appreciated.

regards,

radhika

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

below are the steps to create dialog box using se80

hope it helps.

1. Start the objector navigator using the transaction code SE80.

2. In the navigation area, choose the object type Program and enter the name of the program in the input field below. Confirm with Enter. If the program does not exist, the system displays a dialog that allows us to create a program.

3. A Create Program dialog box appears, which asks for the creation of a top include. Say continue.

4. A dialog box appears in which we should enter a name for the TOP include.

5. Choose Enter to continue.

6. A dialog box appears in which we can set other program attributes.

7. Enter the program attributes and choose Save. The system displays the Create Object Catalog Entry dialog box.

8. Assign a package to the program.

9. Choose Save to confirm the entries.

The program is added to the object list of the assigned package and is displayed under the Programs object node. The system starts the ABAP Editor and the program is displayed in change mode.

<< Note: We can also create a program from the initial screen of the ABAP Editor (Transaction SE38) >>

10. Right click on the program name and create the PBO, PAI and form objects.

11. Right click on the program name, say create ? screen. A dialog box appears. Enter the screen number and say continue.

12. Click on layout. Design the layout of the screen with the required elements and define its attributes.

13. Create the GUI status and GUI title for the screen created by right clicking on the program name and say create ? GUI status and create ? GUI title respectively.

14. Click on the flow logic tab in the screen and define the flow logic for the screen created.

15. Repeat the steps from 11 - 14 to create other required screens.

16. Create the transaction codes by clicking on the program name and say create ? transaction.

17. Say Enter.

18. Then Create Dialog transaction screen appears. In that specify the program name and the initial screen number.

19. Say Save.

20. Activate the entire program.

Now the dialog program can be executed using the transaction code.

reward if useful.

regards,

srishti

2 REPLIES 2

Former Member
0 Kudos

hi,

below are the steps to create dialog box using se80

hope it helps.

1. Start the objector navigator using the transaction code SE80.

2. In the navigation area, choose the object type Program and enter the name of the program in the input field below. Confirm with Enter. If the program does not exist, the system displays a dialog that allows us to create a program.

3. A Create Program dialog box appears, which asks for the creation of a top include. Say continue.

4. A dialog box appears in which we should enter a name for the TOP include.

5. Choose Enter to continue.

6. A dialog box appears in which we can set other program attributes.

7. Enter the program attributes and choose Save. The system displays the Create Object Catalog Entry dialog box.

8. Assign a package to the program.

9. Choose Save to confirm the entries.

The program is added to the object list of the assigned package and is displayed under the Programs object node. The system starts the ABAP Editor and the program is displayed in change mode.

<< Note: We can also create a program from the initial screen of the ABAP Editor (Transaction SE38) >>

10. Right click on the program name and create the PBO, PAI and form objects.

11. Right click on the program name, say create ? screen. A dialog box appears. Enter the screen number and say continue.

12. Click on layout. Design the layout of the screen with the required elements and define its attributes.

13. Create the GUI status and GUI title for the screen created by right clicking on the program name and say create ? GUI status and create ? GUI title respectively.

14. Click on the flow logic tab in the screen and define the flow logic for the screen created.

15. Repeat the steps from 11 - 14 to create other required screens.

16. Create the transaction codes by clicking on the program name and say create ? transaction.

17. Say Enter.

18. Then Create Dialog transaction screen appears. In that specify the program name and the initial screen number.

19. Say Save.

20. Activate the entire program.

Now the dialog program can be executed using the transaction code.

reward if useful.

regards,

srishti

Former Member
0 Kudos

Go to SE 80

select Program in droup down box.

below to it write program name u want to create.

click on glass symbol(display) then u will get a pop up saying that there is no program evilaple do u need to create click on yes if you need top include check it or else uncheck it.

you get attributes screen.

give all the attributes.

now click on the program nmae from below list.

write the code in right hand side box .

when ever you wanr to create screen.

call screen 900.

double click on screen you will be nevageted to create the screen.