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

SAP Script language problem

Former Member
0 Likes
406

Hi Experts,

I have copied one script from other client and made changes in same original language (JA).

I transported the same to testing client thru SCC1

And the changes are also available in testing client.

But when i am running my script (VF03 for Invoice) , i came to know that it is running in EN language, so it is taking that from 000 client , so, the modified script was rinning there.

It is also assigned in NACE.

Pls solve the problem.

Thanks

chandra.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

Go to SE71 and give the name of the form in Utilities -> Copy from Client

It leads to copy forms between Clients.

forms name : which you want to copy ( already existed )

source client: default 000

Target Form : give the name of the form ( you want to create ).

Execute.

goto SE71 Enter form name

language ' DE '

Press change

utilities -> Convert Original Language

in To Original language 'EN'. or ' the language what you want '.

Now the form has been copied from the source client to your client in the language what you want.

you can open it now in SE71 and you can also edit the script.

2 REPLIES 2
Read only

Former Member
0 Likes
373

pl follow this steps

1. t.code se38

2. write RSTXFCPY

3. f8

4. give your source and target form name with client

Read only

Former Member
0 Likes
374

Go to SE71 and give the name of the form in Utilities -> Copy from Client

It leads to copy forms between Clients.

forms name : which you want to copy ( already existed )

source client: default 000

Target Form : give the name of the form ( you want to create ).

Execute.

goto SE71 Enter form name

language ' DE '

Press change

utilities -> Convert Original Language

in To Original language 'EN'. or ' the language what you want '.

Now the form has been copied from the source client to your client in the language what you want.

you can open it now in SE71 and you can also edit the script.