Application Development 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: 

SAPSCRIPT Import Error

Former Member
0 Kudos

I am not sure if im doing the right thing because this is my first time to do this. I tried exporting my sapscript form (using RSTXSCRP) going to my hard drive and it was successful and it is named "sapscript.scr". I tried importing it and i failed.

What am I suppose to put on the Object name field? I am not sure if I am doing the right thing. I am thinking that the object name will be the new sapscript form name since I am performing IMPORT. Am I right? Pls correct me.

Ple see screenshots below:

import page:

http://i150.photobucket.com/albums/s116/painkiller2007/sapscript_import.jpg

error page:

http://i150.photobucket.com/albums/s116/painkiller2007/sapscript_error.jpg

Thanks in advance.

6 REPLIES 6

Former Member
0 Kudos

Hi

While EXPORTing What Name you have given to the FORM,

Give the same name while IMPORT also.

It seems the form was not saved with the Name you have given, hence it is saying as the form was not there.

First run EXPORT give the FORMNAME and FILENAME

and then Give the same names while doing IMPORT and see

Regards

Anji

0 Kudos

I am confused. What I really want to do is to import (get the file exported file from my hard drive) and save to a brand new sapscript form (is this the object name in the form?). That's all I want to do. I do not understand why I get the error message (see the image above).

I do NOT get error message when I put an existing sapscript name on the object name. (see the image above). What I want is a new sapscript name. Do I make sense? Pls correct me.

thanks.

0 Kudos

Hi

Yes it is the SAPSCRIPT Form Name which you wants to import from the Hard drive into the system.

Regards

Anji.

0 Kudos

so why do I get the error message? what is wrong?

Former Member
0 Kudos

Do NOT use an extension on the name (when you export it and when you import it) - it will default to a text file (.txt) and should work without any problem.

Scott

naimesh_patel
Active Contributor
0 Kudos

Your file contains the definition of the form as Z_RVORDER01 and you are trying to upload the form with the name Z_SAPSCRIPT003. That's why system gives you this error.

If you want your ultimate form as Z_SAPSCRIPT003.. then do this:

1. IMPORT Z_RVORDER01 with same name from the file..

2. Copy this Z_RVORDER01 to Z_SAPSCRIPT003

SE71 > Utilities > Copy from Client

Form name - Z_RVORDER01

Source client - your current client

Target form - Z_SAPSCRIPT003

3. Activate Z_SAPSCRIPT003

4. Delete Z_RVORDER01 through SE71.

Regards,

Naimesh Patel