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

need help in sap-script

Former Member
0 Likes
313

Hi i'm very new to this SAP Script i'm very much confused by seeing this script so can anyone help me the problem is

If there is a voucher and in that i have to change the spacing and lines of a particular data so how can i do that as i have seen in the script as ,,.. like this symbols and when i tried to remove the spacing and activate the program the spaces has gone so like this is there any code for ' & * like this symbols if so please give medetails of each and every thing how to do please suggest me what ever it may be the suggestion

2 REPLIES 2
Read only

Former Member
0 Likes
291

Hi Pavan,

In order to increase scape between lines u need to make contineu lines, for example.

/: &Matnr&

/

/: &vbeln&

now there will be one line gap between lines.

and in order to put a gap between two variables then.

/: &matnr&,,,,,,&vbeln&

I know now question in ur mind is whats ,,,,,,.?????

okay now u need to define tab spaces in charactor formats.

thats it.

get back forfurther questions.

Welcome to SAP Scripts.

Sharat.

Read only

0 Likes
291

How to create an empty line