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

Text element

Former Member
0 Likes
722

Dear All,

I have copied a standard pgm to zprogram. And i have added 2 select options But the text element is not getting changed there.

Actully rest of the Text elements are in German. I have translated to German and also checked, but its not getting displayed there.

Pls let me know how to change that.

Thanks

Senthil

7 REPLIES 7
Read only

Former Member
0 Likes
703

IN YOUR PROGRAM

SE38 > GOTO> TRANSLATION

CHANGE LANGUAGE FROM GERMEN TO ENGLISH.

NOW YOU BE ABLE TO CHANGE.

GOTO> TEXT ELEMENTS> SELECTION TEXTS

REWARD IF USEFUL.

AMIT SINGLA

Read only

0 Likes
703

Hi Amit,

Thanks for your Promt reply.

Eg:

P_matnr = Material Number

i am able to give like this....But while execting in the selection screen it is coming like P_matnr .

Read only

0 Likes
703

FOR THIS

OPEN YOUR PROGRAM IN SE80

THEN SAVE AND ACTIVATE THE SAME.

YOU WILL SEE NOW MATERIAL NUMBER,

ACTULLY YOU HAVE TO ACTIVATE THE SELECTION TEXTS AS WELL.

OTHERWISE

GO TO SELECTION TEXTS

WHERE YOU WRITE

P_matnr = Material Number

HERE SAVE AND THEN ACTIVATE.

REWARD IF USEFUL.

AMIT SINGLA

Read only

0 Likes
703

Hi,

I have already activated after entering text element and Status is ACTIVE only.

Then also its showing P_matnr

Read only

0 Likes
703

your problem is strange.

ok try this , it may work..

in your selection text.

P_matnr = Material Number

here clear Material number and tick the check box in front of it ( Dictionary Ref).

save and activate.

reward if useful.

Read only

kiran_k8
Active Contributor
0 Likes
703

Senthil,

Try doing it using SE63.

K.Kiran.

Read only

Former Member
0 Likes
703

he senthil,

first check whether the text elements are declared in INITIALIZATION event.

I think it should be in initialization event. Assign texts for the new selection screen parameters in this event.

INITIALIZATION.

text-001 = ' ....your text...'.

text-002 = ' ....your text ..'.