<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem while using CORDYS as FRONTEND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180115#M1373101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS the function module is RFC enabled ??? . Have u checked the RFC link between ur CORDYS system and SAP.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2009 07:47:56 GMT</pubDate>
    <dc:creator>former_member374410</dc:creator>
    <dc:date>2009-09-29T07:47:56Z</dc:date>
    <item>
      <title>Problem while using CORDYS as FRONTEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180114#M1373100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using CORDYS (a web based application) uses connectors to deal with SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;even if i hard code the date it won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest what measure i can take to do that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luthra, Deep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 06:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180114#M1373100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using CORDYS as FRONTEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180115#M1373101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IS the function module is RFC enabled ??? . Have u checked the RFC link between ur CORDYS system and SAP.???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 07:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180115#M1373101</guid>
      <dc:creator>former_member374410</dc:creator>
      <dc:date>2009-09-29T07:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using CORDYS as FRONTEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180116#M1373102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is already RFC enabled&lt;/P&gt;&lt;P&gt;Actually it is devided into three parts.&lt;/P&gt;&lt;P&gt;First Create Delivery using BAPI_DELIVERYPROCESSING_EXEC&lt;/P&gt;&lt;P&gt;then it uses BDC to update Actual GI date which is not done by bapi&lt;/P&gt;&lt;P&gt;and then third is to download a text file on a perticular address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my function module is able to create delivery that means the problem is not with the miss match of fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 08:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180116#M1373102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using CORDYS as FRONTEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180117#M1373103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is already RFC enabled&lt;/P&gt;&lt;P&gt;Actually it is devided into three parts.&lt;/P&gt;&lt;P&gt;First Create Delivery using BAPI_DELIVERYPROCESSING_EXEC&lt;/P&gt;&lt;P&gt;then it uses BDC to update Actual GI date which is not done by bapi&lt;/P&gt;&lt;P&gt;and then third is to download a text file on a perticular address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my function module is able to create delivery that means the problem is not with the miss match of fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-cordys-as-frontend/m-p/6180117#M1373103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T10:03:04Z</dc:date>
    </item>
  </channel>
</rss>

