‎2009 May 18 7:17 AM
Hi Guys,
I am dooing some date validations,my input date from file should be in always 20090130 ie YEARMONTHDAY , which ever format iam reciving i should always convert to above formart .I search in SCN but my requirement does not suit them.
Regards,
SRI
‎2009 May 18 7:21 AM
If the incoming format is NOT fixed (say for example is always DDMMYYYY, or YYYYDDMM or whatever), there is no way of reformatting to internal SAP date format. You will need to know the format of the inbound message (file, IDoc, ....).
‎2009 May 18 7:30 AM
Hi Mickey,
Thanks for your quick respond .If my input format is fixed to YYYYMMDD , and iam reciving invalid format like DDMMYYYY or seperated by '.' or '/' .How can i validate to my required format YYYYMMDD.
Regards,
SRI
‎2009 May 18 7:25 AM