cancel
Showing results for 
Search instead for 
Did you mean: 

How to print date in cheque box in sapscript??

former_member381412
Participant
0 Kudos

Hello Guru,

We have developed or design new form for cheque printing in sapscript

how to print date in cheque box in sap.

-


1

6

1

2

2

0

1

1

-


thanks in advance.

Thanks & Regards

Richa

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member226225
Contributor
0 Kudos

By using the system field sy-datum system field we can display the date in the script form pages

Former Member
0 Kudos

Hi,

Try with command <697> and <727> .

In the TEXT ELEMENT,goto->Insert->Characters->SAP Symbols.

You will find the list of SAP symbols there.Choose SYM_CHECKBOX and SYM_LARGE_SQUARE .

They insert into the editor as <697>(checked checkbox) and <727> (Unchecked checkbox).

Jshree

naresh_bammidi
Contributor
0 Kudos

hi,

If your requirement is to display date with box,first create a Box by using following syntax

*   &sy-datum&
/:  BOX XPOS '0' CH YPOS '3.65' LN WIDTH '77.50' CH HEIGHT '4.5' LN FRAME '10' tw

then adjust the box size according to your requirement by changing xpos,ypos,width and height

with regards

Edited by: naresh bammidi on Dec 16, 2011 8:00 AM