cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Rfc call

Former Member
0 Kudos

Hello Experts,

I have a scenario in which i take a xml file and map the fields to a rfc structure .The XML has a fiels called timestamp. In the source message i have created a field timestamp which is of the type 'datetime' and in the Rfc i have a field called timestamp which is of type string . i have mapped these 2 fields in source and target directly.

I have tested the scenario independently in XI and the output shows that the date is passed on properly to CRM system without being jumbled.

i have tested the Rfc independently by giving manual input and it gives the expected result(the stie stamp being updated in the proper format in DB table).

Problem: When i try to execute the scenario as a whole by dropping a XML file the timestamp in the XML gets stored in the database in the jumbled format.

Please help

Regards,

Vignesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vignesh,

Normally SAP expect date in the format of YYYYMMDD..so change your input date format assign to target field accordingly.

Let us know the result.

Nilesh

Former Member
0 Kudos

Try to change the source field to STRING.