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 is invalid, START_FORM is missing !!!

Former Member
0 Likes
874

Hi experts.

i was doing one chekc printing script.

I had done some layout changes in sapscript only, and hadnot done any changes in the driver program(Standard Program).

when i am running it in Quality server its showing error"WRITE_FORM is invalid, START_FORM is missing !!!" BUT THE SAME IS RUNNING FINE IN OTHER SERVER.

what could be the problem .....and please suggest what to do.

i will award points for every answer.

thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
558

Hi ,

As you have changed the layout, You must have changed the name also.

So in standard say ABC is getting passed, same reflected here.

and you have changed the name ZABC so that you have to give as input to the form.

Reward if useful!

Read only

Former Member
0 Likes
558

Hi

You have copied the std script of Check print in DEV and made some changes to the script and assigned the changed LAYOUT in the Tcode F110

This will create a Customizing request.

SO this changes where you assign the changed script in F110 might have not transported to other client where you are executing the script

check the form name in F110 tcode in QAS client

This error means that the related Script is missing and unable to print the output.

check all assignments and see.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
558

Hi,

you must remember script form are client dependent.If you change any thing in form it won't be effective in other server untill you tranported the request.

this is might be the case of transpotation.when you saved ur object then programme must have asked you to create a new Transport Request.Now check ur request in se09 in development.If you will find ur request basically a workbench request.It means this has been not transported to Quality.

Now if has not been transported in Quality server.Now to transport it first you have to release it by placing ur cursor on request and click truck icon on application server and then ask basis people totransport it to quality.