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

Convert literals into text elements in program

Former Member
0 Likes
810

Hi Team,

Need your help in sorting out the steps in detail to convert literals in program to text elements.

Please help.

thanks,

Shruti

4 REPLIES 4
Read only

satyabrata_sahoo3
Contributor
0 Likes
770

You mean to create Text elements in a program to avoid Hard Texts?

You can do it in SE32.

Read only

0 Likes
770

Hi,

Thanks for your reply.

Yes, but I need to do it programatically.

Thanks,

Shruti

Read only

0 Likes
770

Programatically?

You can either maintain Texts symbols in SE32 or by maintaining it manually in the program.

ex-  write: 'Output'.

You can make it like:

    write: 'Output'(001).

or maintain it in SE32 text symbols and write in program like:

     write: text-001.

Read only

SharathYaralkattimath
Contributor
0 Likes
770

I dont know, how o do pro-grammatically, but this blog will help you do in simple steps:-

http://scn.sap.com/community/abap/blog/2014/05/03/abap-text-symbol-analysis-tool