‎2006 Sep 10 12:20 PM
What is the mandatory command in scripts to call the main window?
‎2006 Sep 10 12:23 PM
Hi Adnan,
You can simply call the MAIN window in the WRITE_FORM command.
There is as such no mandatory command in scripts to call the main window.
In WRITE_FORM you pass the window name and the text element within that window. If you dont pass the text element the system will call the window with default text element which is SPACE.
Cheers
VJ
‎2006 Sep 10 2:43 PM
Hi,
To call main window define text element E1 in se71
form.
from se38 call function 'Write_form'
element = 'E1' .
Regards
Amole