<?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: Differnce Between /n and /BEND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778737#M335702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/n - is used to end the current transaction (unsaved datas will be lost).&lt;/P&gt;&lt;P&gt;/bend - to close  a session in BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 04:01:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T04:01:11Z</dc:date>
    <item>
      <title>Differnce Between /n and /BEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778735#M335700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Differnce Between /n and /BEND?&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 03:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778735#M335700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T03:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce Between /n and /BEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778736#M335701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/n, will end the current session without saving any of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/BEND, not sure where exactly you saw this, but sounds like a function code of a specific transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778736#M335701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce Between /n and /BEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778737#M335702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/n - is used to end the current transaction (unsaved datas will be lost).&lt;/P&gt;&lt;P&gt;/bend - to close  a session in BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778737#M335702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce Between /n and /BEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778738#M335703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/n ends the current transaction and proceeds with the next transaction in the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/BEND - ends the batch input session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward answer if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778738#M335703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce Between /n and /BEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778739#M335704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/n ends the particular transaction .&lt;/P&gt;&lt;P&gt;/bend -  This means batch end .&lt;/P&gt;&lt;P&gt;             This comes only in BDC concept .This is where you transfer data from the legacy system to sap R/3 system .When you are performing recording process and you dont want to continue any more you give /bend .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 08:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-n-and-bend/m-p/1778739#M335704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T08:52:06Z</dc:date>
    </item>
  </channel>
</rss>

