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

How to display text element while copying a standard program to a Zprogram

Former Member
0 Likes
961

Hi Experts,

I have copied a standard program to a Z program. I am trying to change the text element of the program by logging both in language EN and DE. In DE, it is getting changed and working fine but in EN, it shows the radiobuttons but not the corresponding texts.

How to display the text elemnets and selection texts parameter in the language verion of EN.

Regards,

Sangeeta.

Hi Experts,

I have copied a standard program to a Z program. I am trying to change the text element of the program by logging both in language EN and DE. In DE, it is getting changed and working fine but in EN, it shows the radiobuttons but not the corresponding texts.

How to display the text elemnets and selection texts parameter in the language verion of EN.

Regards,

Sangeeta.

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
840

Use tranx se63n and translate to en

Read only

Former Member
0 Likes
840

Solved own...Anyway, thanks for the prompt reply.

Read only

Former Member
0 Likes
840

Use method to copy a standard program to z like below

Go to SE38 -> Enter Program name and click on copy button , it will display a dialog box haveing several check box to copy text element , include etc.

it will copy program with element.

other way to copy element of a program is like below.

Go to SE38 , Open any open the program and choose other object button from standard tool bar

select element radio button and copy the element.

Thanks.