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 Sapscripts

Former Member
0 Likes
408

Hi all,

I want to include standard text by using 'INCLUDE Z_STANDARDTEXT_TEST OBJECT TEXT ID ST' not in a single line.Means I want that Include command not to be included in single line only.Is there any option for this.

Rgds,

Balaji

3 REPLIES 3
Read only

Former Member
0 Likes
380

then you can use '=' in the command line of next line and proceed as you want.

for example

<b>/:</b> INCLUDE Z_STANDARDTEXT_TEST OBJECT TEXT

<b>=</b> ID ST

hope you got it. '=' indicates that its a continuation of previous statement.

what ever it is.It can be a static text or a command etc...

regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

Former Member
Read only

Former Member
0 Likes
380

Hi,

<b>/:</b> INCLUDE Z_STANDARDTEXT_TEST OBJECT TEXT ID ST

/: is indicates a command line. if you want this in 2 lines use = in the second line.<b> =</b> is nothing but continuation of the previous line.

Regards

Sudheer