‎2012 Aug 09 3:06 AM
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
‎2012 Aug 09 5:15 AM
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
‎2012 Aug 09 12:35 PM
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!