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 form does not exist in language when copying

Former Member
0 Likes
1,983

Hi guys I am getting an error when I try to copy a sapscript form one client to another. It's saying:

"Form ZYPCC_PURCOR_DA4 language * is not available in client 300" and the language is EN for the form while the other client is 500. How can I rectify this because I do not want to create the form from scratch I simply want to copy.

Thanks in advance!!

3 REPLIES 3
Read only

Former Member
0 Likes
1,020

Hi,

from what i understand you are trying to copy the SAP script from 300 to 500.

If you are trying to copy it from 500 to 300 in the program RSTXFCPY give client as 500 and try..

If u are trying to copy from 300 to 500..make sure that the script is available in 300 by logging and checking if it exists.

santhosh

Read only

0 Likes
1,020

The form actually exists in client 300, but the complaint is about the language so I am saying how can I overcome this.

Read only

Former Member
0 Likes
1,020

Hi,

I encountered the same problem but now that is solved

go to se38 and run RSTXSCRP with EXPORT mode

give script name in object name field.

in ctrl parameters for file operation give file name as C:\ZYASH.FRM

go to target client and repeat this process with IMPORT mode and utilyse the same parameters.

Now you are done.

cheers

Yashwin