‎2006 Dec 14 6:53 AM
hi!
I am designing cheque in sapscript. And I need to put bank logo and address. How I will do that.
pLz suggest me something
thanks & regards.....
‎2006 Dec 14 7:16 AM
Hi ,
In sapscript there is a window for graphics , which is basically used to add pictures / logos to your script. You can create one window and then add the banks logo to it. One more thing first you must upload the logo in your sytsem ,,then only you will be able to add it to your script.
As far as the address is concerned , you can either use the address command or print it directly as you print other stuff.
Regards
Arun
‎2006 Dec 14 7:16 AM
Hi ,
In sapscript there is a window for graphics , which is basically used to add pictures / logos to your script. You can create one window and then add the banks logo to it. One more thing first you must upload the logo in your sytsem ,,then only you will be able to add it to your script.
As far as the address is concerned , you can either use the address command or print it directly as you print other stuff.
Regards
Arun
‎2006 Dec 14 7:21 AM
Hi For logo
Create window.
go to program RSTXLDMC and execute.
There you give file path of your logo which you saved(make sure it is in .tiff or BMP format)
and select BCOL and save and activate.
come to the script and in menu bar search for insert option.Here you can click and it will automatically write insert code and it will insert logo.
For address
create paragraph formats first ..and in text elements
select paragraph format and write /:ADDRESS
P(paragraph format)and whatever address you want
/:ENDADDRESS
‎2006 Dec 14 7:27 AM
hi,
In script we dont ve a specific window for address.,
We can ve the address in ordinary window.
To insert logo,
Go to text editor,
In menu select insert->graphics,
select the name of the picture or logo & press enter.
U can get the logo in ur widow.