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

Date Mask in SAPScript

varun_maharshi
Active Participant
0 Likes
546

I have got a script to print Certificate of Analysis. In this in the second page date is not displaying as of the date mask. When I debugged the script the page breaks exactly at the point where the date is displayed wrong. What should I need to do to correct the issue? Does the date mask resets after a page break?

I have got a script to print Certificate of Analysis. In this in the second page date is not displaying as of the date mask. When I debugged the script the page breaks exactly at the point where the date is displayed wrong. What should I need to do to correct the issue? Does the date mask resets after a page break?

2 REPLIES 2
Read only

Former Member
0 Likes
523

Hi,

Welcome to SDN!!!!!!!!

Check in the next page window text element whether the date mask is set or not.just check it.

***********

See this is what i used in my earlier job.

DT <H>Date:</>,,&VBDKR-FKDAT&

/: SET DATE MASK = 'MM/DD/YY'.

check out with this.

*************

Thanks.

Message was edited by: KDeepak

Read only

0 Likes
523

The date is in main window so there is no possibility of not having a mask