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

SapScript to Smartform

Former Member
0 Likes
534

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..

3 REPLIES 3
Read only

Former Member
0 Likes
507

Hi,

Maybe you have not removed all your write_form and Start_form from the driver program of your smart form.

Regards,

Gayathri

Read only

Former Member
0 Likes
507

Get the function module name from Environment->Function Module Name and use it to call your Smartform in your program.

Read only

Former Member
0 Likes
507

Thanx guys,

I'll just make a copy of the SapScript, and do the modifications here... think that'll be much easier:)

Cheers guys