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

Create dialog modules

john_wayne
Participant
0 Likes
1,346

Hi All,

Im having trouble creating dialog modules in ECC6.0. Its prompting me that dialog modules are no longer supported.

Currently i am migrating a program from 4.7 to ECC6.0 and there is a code that that uses call dialog.

Is there any setting that can be disabled in order to create a new dialog module?

Thanks

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
753

HI,

I think call dialog is obsolete now in ecc 6.0, u can use call transaction in abap,

Gourav.

Message was edited by: Kesavadas Thekkillath

Read only

0 Likes
753

Hi,

Dialog modules are obsolete, and should no longer be used. Instead, you can encapsulate screen sequences in function groups and call them from an appropriately-programmed function module.

check out the below link:

http://help.sap.com/saphelp_nw70/helpdata/en/10/e7dbde82ba11d295a40000e8353423/frameset.htm

hope this helps!