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

Write_form for each window ?

Former Member
0 Likes
573

Hi,

In my SAPScript I have 3 secondary windows and one main window on first page, two secondary and two main window on second page. So do I have to write write_form for each window in my sapscript driver program ?

Tushar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

You dont need to use WRITE_FORM unless you have elements defined in the Windows, No matter its main or secondary.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
491

I'm not sure, try generating the form without them.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
492

You dont need to use WRITE_FORM unless you have elements defined in the Windows, No matter its main or secondary.