‎2006 Feb 14 10:20 AM
Hi, I'mnew to smartforms and hope someone could help me with a smalll problem..
I migrated the standard SapScript RVORDER01 to a smartform called ZRVORDER01 ,(I did not do anything more than use the menupath "Utilities->migrate SapScript form" in the transaction "Smartforms")
Further in transaction "v/30" I changed the Output Type BA00.. I removed the content (RVORDER01) of the field "Form" and filled the field SmartForm with the value ZRVORDER01, as this was the smartform I wanted to use instead of the SapScript..
But when I tried to write a test page in the transaction "va03", I got the message "WRITE_FORM is invalid, START_FORM is missing"... Does anybody know how or where I fix tis problem? I would appreciate any help..
‎2006 Feb 14 10:27 AM
Hi,
Maybe you have not removed all your write_form and Start_form from the driver program of your smart form.
Regards,
Gayathri
‎2006 Feb 14 10:31 AM
Get the function module name from Environment->Function Module Name and use it to call your Smartform in your program.
‎2006 Feb 14 12:38 PM
Thanx guys,
I'll just make a copy of the SapScript, and do the modifications here... think that'll be much easier:)
Cheers guys