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

Date format

Former Member
0 Likes
494

Hi,

I have problem plz. clear anyone very urgent.

We have developed a RFC in interface

in Tables we are taking a Standard Structure.

in this structure 2 date fileds are there. this RFCs using in Webdynpro, EP

aftfer entering the data through EP in ABAP I have to validate the dates

between dates it should be there, if it is not there it should not accept some message will return.

This RFC is working properly in R/3.

but after filling the data in EP. what dates u r giving within the range is there

but it is not accepting.

what is the problem. or if sending data from have to change the format.

Eg: Project has create

Project Start Date is 01/12/2006.

Project End date is 31/12/2006.

b/w the above dates only under this level should create called WBS Element.

if u r trying to create 30/11/2006. should not create or

end date 01/01/2007 should not create.

this condition is working in R/3 properly

while comming from EP only problem arising.

anyone help me plz. very urgent.

actually it should handle in EP or ABAP.

4 REPLIES 4
Read only

alex_m
Active Contributor
0 Likes
470

Yes, i had the same problem. The RFC FM worked properely in R/3, but via calling from interface it didnt worked. The proplem not in ABAP, u need to look the other area how they are calling. We resolved through some proplen in mapping XI, i dont know what u r using.

If useful reward.

Thanks,

Alex.

Read only

Former Member
0 Likes
470

Hi,

I am not using any integration tool.

web dynpro java is deveoping into EP.

Regards

ganesh

Read only

Former Member
0 Likes
470

HI ganesh,

Format the date before you send it to r/3 in the sending system itself.

Regards,

Ravi

Read only

Former Member
0 Likes
470

Format the date before you send it to r/3 in the sending system itself...

award points and close duplicate threads.