<?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: end session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993264#M707034</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;In BDC means Use&lt;/P&gt;&lt;P&gt;       /Nend&lt;/P&gt;&lt;P&gt;       /Bend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will terminate the current Processing screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else , if one of ur program(se38) is locked by unknowingly .. and u may open the same program in another session means it will come in Display mode only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ,  this u may goto Tcode SM04.&lt;/P&gt;&lt;P&gt;there u may find ur username and what applicatins u r currently running . there u may select and terminate the locked application .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Simply terminate a seesion from ur current screen means .&lt;/P&gt;&lt;P&gt;use /N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To logg off&lt;/P&gt;&lt;P&gt;use /NEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 07:18:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T07:18:04Z</dc:date>
    <item>
      <title>end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993255#M707025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know the command or a fm to end the &amp;lt;u&amp;gt;current&amp;lt;/u&amp;gt; session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you and regards &lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993255#M707025</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-11-14T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993256#M707026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running in foreground you can end it by /BEND &lt;/P&gt;&lt;P&gt;into the command box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you have your session running inbackground, it has created a JOB with the same name. You can go to SM37 and delete or cancle that job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993256#M707026</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-14T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993257#M707027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will delete my current session from my report and not a bdc-session or a job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my coding:&lt;/P&gt;&lt;P&gt;(but it deletes not the right session)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT zforum140 .
DATA:  my_session LIKE  sm04dic-counter.

INCLUDE tskhincl.


CALL 'ThUsrInfo' ID 'OPCODE' FIELD opcode_usr_attr
  ID 'MY_SESSION' FIELD my_session.


MESSAGE i001(000) WITH 'nr.' my_session.

CALL 'ThUsrInfo' ID 'OPCODE' FIELD opcode_delete_mode
  ID 'MODE' FIELD my_session.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993257#M707027</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-11-14T14:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993258#M707028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at the FM: BDC_DELETE_SESSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 14:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993258#M707028</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-14T14:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993259#M707029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, &lt;/P&gt;&lt;P&gt;but BDC_DELETE_SESSION is to delete all BDC-sessions from apqi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 15:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993259#M707029</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-11-14T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993260#M707030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this program:&lt;/P&gt;&lt;P&gt;RSBDCTL6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SUBMIT RSBDCTL6 with the selection criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 15:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993260#M707030</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-14T15:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993261#M707031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;Don't think there is any FM. You may need to use system commands only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 15:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993261#M707031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T15:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993262#M707032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution is so simple, (wenn du's weißt .:) if you know it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TH_DELETE_MODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; call this fm &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;without&lt;/P&gt; parameters&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 07:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993262#M707032</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-11-15T07:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993263#M707033</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;&amp;lt;b&amp;gt;Processing Options&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/bdel	- 	Delete Transaction&lt;/P&gt;&lt;P&gt;/n             -	Next Transaction&lt;/P&gt;&lt;P&gt;/bda  	- 	Process/Foreground&lt;/P&gt;&lt;P&gt;/bde	- 	Display errors only&lt;/P&gt;&lt;P&gt;/bend 	- 	Cancel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 07:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993263#M707033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T07:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993264#M707034</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;In BDC means Use&lt;/P&gt;&lt;P&gt;       /Nend&lt;/P&gt;&lt;P&gt;       /Bend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will terminate the current Processing screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else , if one of ur program(se38) is locked by unknowingly .. and u may open the same program in another session means it will come in Display mode only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ,  this u may goto Tcode SM04.&lt;/P&gt;&lt;P&gt;there u may find ur username and what applicatins u r currently running . there u may select and terminate the locked application .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Simply terminate a seesion from ur current screen means .&lt;/P&gt;&lt;P&gt;use /N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To logg off&lt;/P&gt;&lt;P&gt;use /NEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 07:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993264#M707034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T07:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: end session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993265#M707035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;question is answered (s.a.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 07:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/end-session/m-p/2993265#M707035</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-11-15T07:41:34Z</dc:date>
    </item>
  </channel>
</rss>

