Application Development 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: 

doubt in date formet in uploading of excel sheet

Former Member
0 Kudos
88

Hi

IAM doing generic upload of excel to SAP/ FI Postings iam uploading excelsheeet from work station and format like some strcture then save it in Unix file.But my problrm is that sheet must Use the protected control fields to verify the date and number format used by the user at the time of entry. It is suggested the user formats the date to show the month by name. The uploaded value, however, will reflect the user settings of the workstation. For example:

1). We save 12/31/2005 as control date

2). The user in Asia will see 31 December, 2005

3). The uploaded value will be 31/12/2005

4). The program can recognize the format used (DD/MM/YYYY i/o MM/DD/YYYY as in the US)

plz help me out from the problem with sample code..

1 REPLY 1

Former Member
0 Kudos
62

kiran

the way i interpreted your problem suggests following:

use db table T005X and field LAND to get different country specific date format. let me know if you wanted something else.

shane