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

Smart Forms editor doubt

Former Member
0 Likes
1,755

hi..

i want 2 kno .. in smartforms text editor meaning of elements like

/ = ?

  • =?

/* = ?........and remaining..

plz explain me.

thanx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,442

Hi,

To include text in sapscript/smartform use transaction SO10. The text is defined as standard text.

The significance of symbols are as follows.......

  • Default Paragraph

B Paragraph, justified

C Centered

L Paragraph, left-aligned

(blank) Continuous Text

= Extended Line

( Raw Line

/ Line Feed

/= Line Feed and Extended Line

/( Line Feed and Raw Line

/: Command Line

/* Comment Line

Hope this will help u.

Thanks,

Aradhana Yadav.

7 REPLIES 7
Read only

Former Member
0 Likes
1,442

Hi,

Whether it is Script or Smartform internally when you use Include Text in Smar...it calls Standard Text

so10 where /= ..Extended line

/*Comment line etc..

Hope thsi helps ,

Regards,

Amitteja

Read only

Former Member
0 Likes
1,443

Hi,

To include text in sapscript/smartform use transaction SO10. The text is defined as standard text.

The significance of symbols are as follows.......

  • Default Paragraph

B Paragraph, justified

C Centered

L Paragraph, left-aligned

(blank) Continuous Text

= Extended Line

( Raw Line

/ Line Feed

/= Line Feed and Extended Line

/( Line Feed and Raw Line

/: Command Line

/* Comment Line

Hope this will help u.

Thanks,

Aradhana Yadav.

Read only

sarbajitm
Contributor
0 Likes
1,442

This message was moderated.

Read only

Former Member
0 Likes
1,442

Where we put these options in Editor,Just press F4 right there.

Read only

sarbajitm
Contributor
0 Likes
1,442

asterix(*) means if you are using a text element and in that text element if u have created more than one paragraph style then the default paragraph style will be used.And if you want to replace the default paragraph style with other paragraph style of the same text element.simply write down the name of

that paragraph.And apart from that...............

= means extended line

( means Raw Line

/ means Line Feed

/=means Line Feed and Extended Line

( means Line Feed and Raw Line

/: means Command Line

/* means Comment Line

All the above symbols are used for formatting......Though I've not used all these so I also have a very little knowledge regarding this.

Thanks.

Read only

Former Member
0 Likes
1,442

HI Bhanu,

Press F1 on the tag column and read the documentation given there.

Regards,

Sravanthi

Read only

Former Member
0 Likes
1,442

thanx