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

Check form - Script

Former Member
0 Likes
538

HI friends,

I've copied the check std form(Script EN language) to Z form changes(Script- EN language) as per the client requirement...before Im getting my form ouput as same as the docs given..in all the development clients.

But when i see my script in se71...the changes are showing correctly what i made(EN language)...but while calling to my output form in print program(FBZ5)...the script is taking on DE language one.(I've checked it while debugging) and same the changes what i made in EN language is not updated in DE language.

Pls advise how to come over it or to run my script in EN language as what i've created.

Note:When i try to open the DE language script...the status is...the script on DE language is locked.

Pls reply.

thanks & regards

Sankar.

4 REPLIES 4
Read only

Former Member
0 Likes
500

hi

go to se 63 transaction and u can do the translation.

or copy the script properly

and at that time mention the language acording to u

below that one chek box is there.

" in original form " so do all the operation acordingly.

regards

sachhi.

Read only

Former Member
0 Likes
500

Hi !

When you use open_form function module you can give it the language of the form.

If you change something in the presentation (new font, new window,...) you will see that change for all languages. But if you make a modification into the texts of the window, you will only see it for the language you work on...

Hope it helps..

Eric.

Read only

Former Member
0 Likes
500

Hi,

You should do dimension changes of windows and also paragraph creation only in original language of the form and do the coding part only in English language and then keep EN as a form language in your open form function module.

I think it will helps you...

Mohit Khandelwal

Read only

Former Member
0 Likes
500

Solved.

It was in inactive mode.Now its working fine.

Pls C my one more request forum.

regards

sankar.