‎2007 Oct 17 11:00 AM
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
‎2007 Oct 17 11:16 AM
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
‎2007 Oct 17 11:26 AM
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 .
‎2007 Oct 17 11:32 AM
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
‎2007 Oct 17 11:41 AM
Hi,
I have already activated after entering text element and Status is ACTIVE only.
Then also its showing P_matnr
‎2007 Oct 17 11:50 AM
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.
‎2007 Oct 17 11:19 AM
‎2007 Oct 17 11:25 AM
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 ..'.