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: 

Call Dialogue

Former Member
0 Kudos
79

How to Make dialogue name...?

And call in se38 program using call dialogue...where to create that.

Thanks in advance.

1 REPLY 1

Former Member
0 Kudos
35

hi anee,

do you want to call a dialogue program in your se38 program?

then you need to follow the below mentioned steps.

firstly get into se93 (here you can create transactions) here you give the any name that will be your t-code for calling your dialog program in the initial screen and press on create tab .

in the next screen select the radio button program and screen (dialogue transaction) radio button after entering the short text.

this will take you the next screen here give your dialog program name and in the gui support screen tick all the check boxes and then save now your t-code will be saved .

now in your se38 program use the syntax call transaction ' the name with which you have created the transaction in se93' . this will call your dialog program .

i think this will help you .

please reward if helpful.

thanx&regards

chaitanya