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

Are text elements client dependent

Former Member
0 Likes
843

Are text elements of an ABAP program client dependent?

5 REPLIES 5
Read only

Former Member
0 Likes
659

No,

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 20, 2008 10:19 AM

Read only

Former Member
0 Likes
659

Hi,

Text elements are client independent.

They will change according to log on language.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
659

Hi,

These are Client Independent and Language Dependent

Regards

Sudheer

Read only

Former Member
0 Likes
659

They are client dependent. But also keep in mind, if you are working in a multiple-client system, you will need to do a client copy. Also if you are planning on using your text elements within your SAPScript or smartforms its a good idea to include those in on the same transport. That object is RSTXTRAN and can be ran in SE38.

Read only

Former Member
0 Likes
659

Text elemets are client independent but language dependent. Once activated they are available across all client.Once translated they are also available in other language.