cancel
Showing results for 
Search instead for 
Did you mean: 

What is this error mean

Former Member
0 Kudos

Hi,

I am getting the below error. What might be the reason.

<b>WRITE_FORM is invalid, START_FORM is missing</b>

Thanks,

Sam.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try this. Even this could be the reason for that error.

In your Form, Click on Pages tab. In the window below, Check the Standard attributes. Whether u have filled up the Next Page. Have u filled it or not. You must fill up. If u are having only single page then give the first page name itself. Otherwise, give the second page name.

Then activate your form and run ur script.

Reward points if useful.

Regards,

U. Uma.

Former Member
0 Kudos

Hi,

In OPEN_FORM FM mention correct form name and mention your form name in guotations like ' ZFORMNAME' and in capital letters.

check your form is in active position.

Answers (2)

Answers (2)

srinivas_akiri
Active Participant
0 Kudos

Hi

In order to write text/values we are using WRITE_FORM. before using this one a form must have to be opened for writing by using OPEN_FORM or START_FORM function modules.

marius_greeff
Active Participant
0 Kudos

Hi Sam,

Look in your program if the FM open_form is called and if it is that there is no error. When printing SAPScript OPEN_FORM needs to be called first.

Regards,

Marius