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

sapscript-address

Former Member
0 Likes
418

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.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
390

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

3 REPLIES 3
Read only

Former Member
0 Likes
391

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

Read only

Former Member
0 Likes
390

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

Read only

former_member842213
Participant
0 Likes
390

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.