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

Problem while using CORDYS as FRONTEND

Former Member
0 Likes
585

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

3 REPLIES 3
Read only

0 Likes
529

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 .

Read only

Former Member
0 Likes
529

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.

Read only

Former Member
0 Likes
529

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.