<?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: Debugging RFCs from .NET POS system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384913#M529897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as far as i iknow 4.6C didnt had external break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only way to check wether values are getting passed properly is to write some code inthe RFC which can dump the import details to some file system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 09:36:15 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2007-06-12T09:36:15Z</dc:date>
    <item>
      <title>Debugging RFCs from .NET POS system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384908#M529892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;POS (Point of sale) system is implemented in .Net for our IS-Retail client.&lt;/P&gt;&lt;P&gt;For all sales related activities done in .Net  POS system , will call RFC function modules in IS-retail sap system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please any one guide me, how to debug the ABAP RFC function modules, when we  create sales orders from .Net pos system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 07:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384908#M529892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T07:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging RFCs from .NET POS system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384909#M529893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Keep an external(HTTP) break point in the RFC module and execute the sales order function from POS system. System will stop at the break point and from there you can continue debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384909#M529893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging RFCs from .NET POS system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384910#M529894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you krishna for your reply,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though keeping external break point in RFC function module of IS-retail sap system, i am unable to enter debug mode,when i crate the sales orders from POS system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me, how to debug RFC function modules in IS-Retails sap system, when i crate the sales orders from POS system???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 08:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384910#M529894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T08:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging RFCs from .NET POS system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384911#M529895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should stop. provided the break point is set in the right system (the system used by pos) and the user connecting to RFC and the user who set the break point should be the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 09:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384911#M529895</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-06-12T09:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging RFCs from .NET POS system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384912#M529896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks raja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using IS-retail SAP system 4.6 C version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unable to put the HTTP External break point in 4.6c version .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no option in sap 4.6c version .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please any one guide me, how to debug the ABAP RFC function modules in sap 4.6c version , when we create sales orders from .Net pos system?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 09:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384912#M529896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging RFCs from .NET POS system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384913#M529897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as far as i iknow 4.6C didnt had external break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only way to check wether values are getting passed properly is to write some code inthe RFC which can dump the import details to some file system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 09:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfcs-from-net-pos-system/m-p/2384913#M529897</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-06-12T09:36:15Z</dc:date>
    </item>
  </channel>
</rss>

