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

problem on show text in smartforms

Former Member
0 Likes
1,213

HI i have two problem in smartforms,

first:

when i want to use text and write somthing like this :

material = &wa-matnr&

system exchange two fields "&wa-matnr& and "material= "

and at the end write value of "&wa-matnr" material = " how can i fix it?

second:

we have r3 and when i use smartforms with sytel system ,when i use text for input the text i have no able to see all the fonts ,just see paragraph,b,h,..

how can i use all fonts.?

thanks for your advice


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,158

Hi Maryam,

If I have understood your issue correctly, your text is not printing properly. Please check the following screenshot:

Use the plus icon and write the value.

For the usage of fonts, you can create a smartstyle using 'smartstyles' tcode. If you are still facing any issue, do let us know. Please attach the screenshots if my answer was not appropriate.

Regards

Purnand

HI i have two problem in smartforms,

first:

when i want to use text and write somthing like this :

material = &wa-matnr&

system exchange two fields "&wa-matnr& and "material= "

and at the end write value of "&wa-matnr" material = " how can i fix it?

second:

we have r3 and when i use smartforms with sytel system ,when i use text for input the text i have no able to see all the fonts ,just see paragraph,b,h,..

how can i use all fonts.?

thanks for your advice


5 REPLIES 5
Read only

Former Member
0 Likes
1,158

hi Maryam,

Probably you are using WORD text editor in the smarform. If you use the old script editor, it will help you understand your problem better and you can see the paragraph and character formats used clearly.

You can change the editor by clicking Editor in the smartform and then GOTO-> CHANGE EDITOR.

I prefer using Script Editor than using Word Editor.

Please revert if in doubt.

Regards,

DN.

Read only

former_member214878
Active Participant
0 Likes
1,158

Hello Maryam,

Are these in a template? If yes mind the output option - Row number and column number .......

Thanks.

Read only

Former Member
0 Likes
1,159

Hi Maryam,

If I have understood your issue correctly, your text is not printing properly. Please check the following screenshot:

Use the plus icon and write the value.

For the usage of fonts, you can create a smartstyle using 'smartstyles' tcode. If you are still facing any issue, do let us know. Please attach the screenshots if my answer was not appropriate.

Regards

Purnand

Read only

Former Member
0 Likes
1,158

Hi Maryam,

First: Goto the text editot and type

material-->then click the + button(Insert field) on the top right of your editot and in that type &wa-matnr&.

Second :Assign the style you have created for your smartform in the Global definitions or in the Style of the output options of your text.

Regards,

Vineela.S

Read only

Former Member
0 Likes
1,158

thanks my freinds .it solved