cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script

Former Member
0 Kudos

Hi All,

my requirement is to add a new page based on some condition to the previous page .

open from

.

.

write form

.

.

control form(too cal new page)

.

.

write form(new page)

.

.

close form

But am getting am error like write_form is invalid and start_form is missing

Thanks in Advance

Points will be rewarded fr helpful ans

Edited by: Padmasri on Jan 7, 2008 2:48 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

try like this

open_from

.

start_form.

.

.

.

write form

.

.

.

.

.

.

.

control form(too cal new page)

.

.

write form(new page)

.

.

end_form

close form

bcoz open_form intializes a form.i.e it activates the form

start_form ---it inializes the form as well as it can open a form from specific page on wards.

thanks,

Usha

Reward points if useful.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

U might have missed commenting some of FM which is calling SCRIPT, so go through the print program and check it once again...

rewards points if useful

rohan

Former Member
0 Kudos

hi

if there is any syntax mistake in text editor also u get that error.in sapscript just do the check then u will know the error(form-check--defenition.)

and just see whether u have closed the relevent forms.

Edited by: Jyothsna M on Jan 8, 2008 6:12 AM