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

scripts basic

Former Member
0 Likes
357

What is the mandatory command in scripts to call the main window?

2 REPLIES 2
Read only

Former Member
0 Likes
337

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

Read only

Former Member
0 Likes
337

Hi,

To call main window define text element E1 in se71

form.

from se38 call function 'Write_form'

element = 'E1' .

Regards

Amole