‎2006 Jul 17 7:56 AM
In transaction code fbzp,
our functional consultant configured 3forms it seems
1).Z110_CHCK1
2).F110_IT_DTA
3).ZKF1295_ITREMIT ( my script form, which i have designed ).
So, i have observed in debugging that
in standard driver program (RFFOIT_B), open form is calling Z110_CHCK1,
Then calling another form F110_IT_DTA is called,
And finally in Start_form is calling ZKF1295_ITREMIT.
The problem is when i executed standard driver program RFFOIT_B, it is giving error as <b>'WRITE_FORM is invalid, START_FORM is missing</b>'.....
How to rectify this error?
Is it required to write one sunroutine pool program and call start form in that ...I don't understand how to so this ?
Could any body explain/suggest regarding this.
regards,
‎2006 Jul 17 8:05 AM
Hi,
Try running the form from FBZ5 and check, if this doesnt help, revert,
Rgds,
‎2006 Jul 17 9:58 AM
Hi
in ur SAPScript, I think u maintained more than one pages(like PAGE1,PAGE2,etc.,for weach page give d next page <NeXT PAGE NAME>,
for d last page give d next page <LAST PAGE NAME(it self)>,
ex:
<suppose if u ceated SAP Script with 3pages>
in PAGE1 next page = PAGE2.
in PAGE2 next page = PAGE3.
in PAGE3 next page = PAGE3.
TRY THIS,
Ramesh