Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in date format

Former Member
0 Likes
558

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

2 REPLIES 2
Read only

Former Member
0 Likes
462

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

Read only

Former Member
0 Likes
462

resolved !!

Issue in SOAP UI format !