2007 Mar 07 4:45 PM
Hi
I am facing one Problem regarding Set date mask command in SAPScritp.
Actually in the very begining of the SAP Script
One statement has already written
SET DATE MASK = 'MM/DD/YYYY'Now I want to display one field in the bottom of the SAP Scipt into the user default date format.
I have gone thru the notes provided by SAP. It specifies that <b> You can revert to the standard setting by using the SET DATE MASK command again with an empty string in place of the date mask:
/: SET DATE MASK = ' '
</b>
But I am doing at the end of the code but the date format is not changing.
Please suggest me
Helpfull answers willl be rewarded..
Hi
I am facing one Problem regarding Set date mask command in SAPScritp.
Actually in the very begining of the SAP Script
One statement has already written
SET DATE MASK = 'MM/DD/YYYY'Now I want to display one field in the bottom of the SAP Scipt into the user default date format.
I have gone thru the notes provided by SAP. It specifies that <b> You can revert to the standard setting by using the SET DATE MASK command again with an empty string in place of the date mask:
/: SET DATE MASK = ' '
</b>
But I am doing at the end of the code but the date format is not changing.
Please suggest me
Helpfull answers willl be rewarded..
2007 Mar 07 5:34 PM
Can anybody suggest me for the above problem which I am facing
Please help
2007 Mar 07 5:38 PM
To reset the datemask you should use a NULL string
''. I see a blank space in between your single quote, may be that is a problem?
Also activate your sapscript everytime you make changes.
Using the SET DATE MASK causes the subsequent date fields to be displayed using the same formatting. To return to the default formatting use the following command:
/: SET DATE MASK = ' '
2007 Mar 07 6:05 PM
Hi Sri,
I have used blank also but the result is same. But its not coming in the proper format
Could you please sugges me
2007 Mar 07 5:56 PM
Can you ensure that the
/: SET DATE MASK = ' DD/MM/YYYY'
and the
/: SET DATE MASK = '''
are right before lines where the respective dates are written ...
Thanks,
Renjith
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |