‎2006 Dec 03 10:00 AM
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
‎2006 Dec 03 10:26 AM
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.
‎2006 Dec 04 7:21 AM