Dear Experts,
I am working on PI7.3.1 for ECC to AUTO-ID integration. I have a requirement to convert the date format 20130620183100 of incoming Idoc field to 2013-06-20T 18:31:00Z
First i tried to achieve the format 2013-06-20 18:31:00 by using DATE TRANSFORMATION function selecting Date Format as 'YYYYMMDD' Time Format as 'HHMMSS' Date Separator as '-' Time Separator as ':' and Separator as ' ' and i thought later i can think of variables T and Z. When i executed the above mapping i got error as Function Exception "Un-seperatable Date : 20130620183100"
Then i gone through through below blog
https://scn.sap.com/thread/1995507 and came to know that i should develop a UDF for this requirement.
Let me know whether i am correct or not.
Also any one has come across this type of requirement please give the necessary UDF code, if any.
Bit Urgent
Regards
Koti Reddy