cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

i am getting below error using date transformation function.

Client expected :2016-01-01T00:00:00-08:00

same format i maintain in graphical mapping level below is the screen shot

but when i test the total scenario with sample data i am getting below error .

Plz give some suggestions ASAP.

Thanks

Kavitha

0 Likes
View Entire Topic
former_member237514
Participant
0 Likes

Any suggestions plz

manoj_khavatkopp
Active Contributor
0 Likes

Check this below one :

Br,

Manoj

former_member237514
Participant
0 Likes

Hi Manoj,

Thanks for shearing UDF.

But When i used that above UDF i am getting error like below screen shot .

But when i checked in Message mapping level UDF is working but when i test total scenario i am getting that error.

Former Member
0 Likes

This is not because of UDF I guess

manoj_khavatkopp
Active Contributor
0 Likes

The error you are getting because web service is not accepting the date format which you are sending , so can you firstly try with SOAP UI and then do the required modification in mapping.

Additionally what i see is your source is and standard idoc MATMAS , and standard IDOC Date format is YYYYMMDD , are you really getting dd-mm-yyyy as the format ?

former_member237514
Participant
0 Likes

Hi Manoj,

Actually we mapped to wrong field so that field format is dd-mm-yyyy.

So know we Mapped to correct field so that filed format is YYYYMMDD.

And client said they don't want timezone along with date so.i sent only date now its working .

Thanks for help.