Hello Folks,
Actually in the CRM system the user enters a date for Order - Order Date, for eg., 31/03/2016.
When the following order comes into BW, the date is shown as 01/04/2016. Now for this scenario I wanted to convert the said date back to the CRM System Date.
For this I was able to come up with a solution by using the CONVERT TIME STAMP Statement.
For this Order we have Time Stamps for each Dates entered in the system and these Time Stamps flow into BW as well.
So what I did was to convert the Time Stamp to Date and Time and assign the Date into Order_Date in BW in the Transformation Start Routine.
Convert Time Stamp TMPSTMP Time Zone TZ into Date ZDAT Time ZTIME.
This resolved my issue.