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

Including standard text in SAPScript...

Former Member
0 Likes
569

Hi,

I have created a standard text Z_NOTE in SO10. If I want to include in Sapscript form, how do I do it ?

Thanks.

Rajesh

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
532

hi rajesh,

you can use the control command INCLUDE.

Cheers,

Abdul Hakim

hi rajesh,

you can use the control command INCLUDE.

Cheers,

Abdul Hakim

3 REPLIES 3
Read only

Former Member
0 Likes
532

Go to the text elements of the window where you want to include your standard text and click on Insert>Text>Standard in the menu.

Read only

Former Member
0 Likes
532

use the include control command:

/: INCLUDE Z_NOTE LANGUAGE 'E'

Assuming that the text is created in English language, in case if it is in a different lnaguage, modify the above include command with respective language.

Read only

abdul_hakim
Active Contributor
0 Likes
533

hi rajesh,

you can use the control command INCLUDE.

Cheers,

Abdul Hakim