‎2011 Nov 14 7:44 AM
HI,
I have created a FM module which is RFC enabled ,
i am testing this FM using SOAP UI application .
When i execute it via SOAP UI application I am getting error
<RETURN>
<TYPE>E</TYPE>
<ID>00</ID>
<NUMBER>065</NUMBER>
<MESSAGE>Enter date in the format __.__.____</MESSAGE>
<LOG_NO/>
<LOG_MSG_NO>000000</LOG_MSG_NO>
<MESSAGE_V1>__.__.____</MESSAGE_V1>
<MESSAGE_V2/>
<MESSAGE_V3/>
<MESSAGE_V4/>
</RETURN>But when i Try to execute via SE37 with the same DATA it is updating successfully.
What needs to be done in this case .
Thanks
Nishant
‎2011 Nov 14 8:38 AM
Hi
In SE37 it is taking defaults system format because you might have declared your field with type SYDATUM or similar.
But in SOAP UI the format is different, so you have to check for the correct format and convert the date coming from SAP system into the format suitable to SOAP UI.
Thanks
LG
‎2011 Nov 14 8:43 AM