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

smartform tag format

AJeB
Participant
0 Likes
1,941

what is the difference of this two tag column format in smartform?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
1,819

https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_751_IP/872c7db8e8ad411c8c3364aceed6e2c1/4e1c2ae30b4d...

raw : character formats, symbols, tab characters, masking characters, or hypertext links which may be contained in this line are not evaluated and are therefore passed unchanged to the output device.

https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_751_IP/872c7db8e8ad411c8c3364aceed6e2c1/4e1c2ae30b4d...

raw : character formats, symbols, tab characters, masking characters, or hypertext links which may be contained in this line are not evaluated and are therefore passed unchanged to the output device.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
1,820

https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_751_IP/872c7db8e8ad411c8c3364aceed6e2c1/4e1c2ae30b4d...

raw : character formats, symbols, tab characters, masking characters, or hypertext links which may be contained in this line are not evaluated and are therefore passed unchanged to the output device.

Read only

0 Likes
1,819

Excerpt from SAP Library link above:

  • /= long line with line feed

    This line is treated just as = (long line), but when formatting for output, the subsequent text appears in a new line.

  • ( raw line

    The SAPscript composer does not interpret the subsequent line when formatting the text for output. This means that character formats, symbols, tab characters, masking characters, or hypertext links which may be contained in this line are not evaluated and are therefore passed unchanged to the output device. The text contained in this line is also appended directly to the character of the preceding text line which was output last. If this is not required, there must be at least one blank at the beginning of the extended line.

  • /( raw line with line feed

    This line is treated just as ( (raw line), but when formatting for output, the subsequent text appears on a new line.