‎2006 Dec 22 11:19 AM
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.
‎2006 Dec 22 11:26 AM
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.
‎2006 Dec 22 1:03 PM
Hi,
I am not using any integration tool.
web dynpro java is deveoping into EP.
Regards
ganesh
‎2006 Dec 22 1:05 PM
HI ganesh,
Format the date before you send it to r/3 in the sending system itself.
Regards,
Ravi
‎2006 Dec 22 1:35 PM
Format the date before you send it to r/3 in the sending system itself...
award points and close duplicate threads.