‎2006 Sep 19 6:48 PM
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
‎2006 Sep 19 6:50 PM
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
‎2006 Sep 19 6:51 PM
Check the below link:
http://help.sap.com/saphelp_nw2004s/helpdata/en/03/7560efcf0d11d3b565006094192fe3/content.htm
Regards,
Prakash.
‎2006 Sep 19 6:54 PM
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