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

Standard text creation

Former Member
0 Likes
1,067

Hi Experts,

I have a requirement to create the standard text in English and french for Quote text .

i know we use SO10 transaction.

Please explain the complete process step by step.

Thanks in advance,

MK

Hi Experts,

I have a requirement to create the standard text in English and french for Quote text .

i know we use SO10 transaction.

Please explain the complete process step by step.

Thanks in advance,

MK

8 REPLIES 8
Read only

Former Member
0 Likes
1,046

Hi,

goto SO10 Tcode

enter some Textname (parameter name)

Default ID will be ST for stanard texts

create the text and save it

You can read this text using the fun module READ_TEXT

and call the same text in the script using INCLUDE command

sample like

/: INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH AS

Regards,

Omkaram.

Read only

0 Likes
1,046

Thanks Omkaram.

But how to create the text in English and French language.

And also i need to pass this text to the IDoc segment.

Please suggest to proceed further.

Thank you.

Read only

0 Likes
1,046

Hi,

Just create text in one language and then use SE63 to transalate in other languages.

Regards,

Atish

Read only

0 Likes
1,046

Thanks Atish.

can you please explain steps for translating the Standard text in French using SE63.

Read only

0 Likes
1,046

please explain steps for translating the Standard text in French using SE63

Read only

0 Likes
1,046

Hello,

I have a similar requirement too. My first question is- Will standard texts created using SO10 be automatically converted into the user's logon language? If not, how can we translate texts created in SO10 from one language to another?

I couldn't find anything useful in SE63. Any helpful comments will be useful.

Thanks,

Muthu

Read only

Read only

mahaboob_pathan
Contributor
0 Likes
1,046

hi,

Goto SO10 Tcode

Enter some ZTextname

Default ID will be ST for stanard texts

create the text and save it

this include u can call in the script using include command.

like.

/: INCLUDE &makt-MAKTX&OBJECT ID LANGUAGE PARAGRAPH AS

or u can use.

You can read this text using the fun module READ_TEXT