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

SAP SCRIPT problem.

Former Member
0 Likes
421

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,

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

Try running the form from FBZ5 and check, if this doesnt help, revert,

Rgds,

Read only

Former Member
0 Likes
380

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