‎2009 Sep 29 7:52 AM
Dear gurus
i am using CORDYS (a web based application) uses connectors to deal with SAP.
issue:- i have created a BDC to Update Actual GI date in Using VL02N. when i run the function module using SAP front end it works fine, But when i use CORDYS no field is updated.
Cordys is passing only the Delivery number, current date is directly picked from the server so it can not be an issue of format miss match.
even if i hard code the date it won't work.
please suggest what measure i can take to do that
Thanks in Advance
Luthra, Deep
‎2009 Sep 29 8:47 AM
IS the function module is RFC enabled ??? . Have u checked the RFC link between ur CORDYS system and SAP.???
In debug mode , just check ur CORDYs system actually calling ur function module and the function module should be RFC enabled and in update mode. Check all these , your problem will be solved .
‎2009 Sep 29 9:06 AM
it is already RFC enabled
Actually it is devided into three parts.
First Create Delivery using BAPI_DELIVERYPROCESSING_EXEC
then it uses BDC to update Actual GI date which is not done by bapi
and then third is to download a text file on a perticular address.
my function module is able to create delivery that means the problem is not with the miss match of fields.
‎2009 Sep 29 11:03 AM
it is already RFC enabled
Actually it is devided into three parts.
First Create Delivery using BAPI_DELIVERYPROCESSING_EXEC
then it uses BDC to update Actual GI date which is not done by bapi
and then third is to download a text file on a perticular address.
my function module is able to create delivery that means the problem is not with the miss match of fields.