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

SMARTFORMS - DOUBT

Former Member
0 Likes
247

hi geeks,

i have a doubt in smartforms.

can anybody please tell me how to print line by line in header text in transaction "<b>me22n</b>" ? what ever i type there it is coming in same line.And also how to keep limit for number of lines ?

kallu.

1 REPLY 1
Read only

Former Member
0 Likes
218

you click on the enter key to go into the subsequent lines.

You will find a overview icon,i think just below the text in Me22N, see the options on the screen, as i do not have access to SAP to guide you. once you click on the overview button, the text will open in full screen mode, in the GO to menu, you can change your editor option by selecting the configure editor. This will display the screen in table mode, where you can enter the text in separate lines.

In smartform if you want to print the text, you need to create a text node and select text type as include, pass the name, id, language.

One cannot restrict the lines directly, one option in smartform is to create a program node and use READ_TEXT funtion module, this will return the text in an internal table, and we can delete the .lines. use a LOOP node to print the text