<?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: open another cession by program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829712#M1471342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For you, is-it possible to call a transaction  by specifying the user?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 11:45:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-20T11:45:49Z</dc:date>
    <item>
      <title>open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829705#M1471335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible by program to open a cession for another user?&lt;/P&gt;&lt;P&gt;I want that this program displays a popup connexion (Login/password), check the password and if it 's correct, open a login cession.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Is it possible to submit a transaction by specifying the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829705#M1471335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T09:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829706#M1471336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pomarez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you try : &lt;STRONG&gt;TH_CREATE_FOREIGN_MODE&lt;/STRONG&gt;. This FM opens a session for another user but doesn't check the password validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me see if i can find anything new.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829706#M1471336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T09:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829707#M1471337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but doesn't check the password validations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fm works only if the other user has logged in to the same client.&lt;/P&gt;&lt;P&gt;It will not open a session directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829707#M1471337</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-20T09:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829708#M1471338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats True and one can get that from FM documentation .I never disagreed to that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829708#M1471338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T09:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829709#M1471339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for yours answers.&lt;/P&gt;&lt;P&gt;But effectively this fm works only if the other user has logged. My problem is to open a cession even if the user is not logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829709#M1471339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T09:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829710#M1471340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is to open a cession even if the user is not logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How will you make sure whether the user has switched on the Computer ?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829710#M1471340</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-04-20T09:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829711#M1471341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can end or kill a session if user is not logged in . But to open a session for a user who's not logged on how can that be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Anyone has any idea on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829711#M1471341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T10:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829712#M1471342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For you, is-it possible to call a transaction  by specifying the user?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 11:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829712#M1471342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829713#M1471343</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;Create one authorization object with the help of basis and add your specific user to that authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program check with the authorization object and sy-uname and proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829713#M1471343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829714#M1471344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only if the User is logged in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829714#M1471344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T12:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829715#M1471345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a SAP shortcut in your desktop &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829715#M1471345</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-20T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829716#M1471346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try on hands on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829716#M1471346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T13:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829717#M1471347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Did you try on hands on that?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes &amp;amp; if you have not read SAP documentation: [http://help.sap.com/saphelp_erp60_sp/helpdata/EN/2f/6d2e42e1ef5633e10000000a155106/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829717#M1471347</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-20T13:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829718#M1471348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh...Thanks Suhas. What if user is not logged in?&lt;/P&gt;&lt;P&gt;Infact OP wants to open a session for another user via some report/programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mishra.Manas on Apr 20, 2010 3:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829718#M1471348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829719#M1471349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SAP documentation also mentions what happens if the user is not logged into the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the password field is not active you can activate it as well. &lt;SPAN __jive_macro_name="thread" id="1236160"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your previous post you had asked, "How to open a session for a user not logged into the system ?". I just replied to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829719#M1471349</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-20T13:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829720#M1471350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mishra,&lt;/P&gt;&lt;P&gt;If the user is logged in How can you call a transaction by specifying this user? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Patrice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829720#M1471350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829721#M1471351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can specify the user name with CALL TRANSACTION. But you can do so using SUBMIT. Read the SAP documentation for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 14:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829721#M1471351</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-20T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: open another cession by program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829722#M1471352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ways of doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Solution#1:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create an RFC destination for the local system &amp;amp; using the user(the user for which you want to open the session) to logon through the RFC.&lt;/P&gt;&lt;P&gt;2. Call the FM 'ALINK_CALL_TRANSACTION', give the RFC name &amp;amp; the transaction code you want to open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uploaded the [screenshots|http://img218.imageshack.us/g/rfcdestination.png/] for better understanding of how this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Solution#2:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. As mentioned in my previous post, create an SAP shortcut. Give the transaction code, the user details etc. and save it. (refer to my previous post on how to create a shortcut)&lt;/P&gt;&lt;P&gt;2. Call the method CL_GUI_FRONTEND_SERVICES=&amp;gt;EXECUTE &amp;amp; pass the shortcut to it. It will open the transaction code for the user used in the shortcut.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am making sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 17:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-another-cession-by-program/m-p/6829722#M1471352</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-04-20T17:58:48Z</dc:date>
    </item>
  </channel>
</rss>

