<?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: Enhancing the transaction code WS20000081 - Leave request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346246#M1398202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using ADRP table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERSNUMBER  Person number is the primary key in it, and  NAME_TEXT names are present as well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 21:18:59 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2009-11-02T21:18:59Z</dc:date>
    <item>
      <title>Enhancing the transaction code WS20000081 - Leave request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346245#M1398201</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;I have a requirement where i need to use the transaction WS20000081 for creating a leave for those employees who dont have ESS access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z program where the employee will login &amp;amp; then use the above mentioned T-code for creating leave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am facing is that this T-code fetches the personnel no &amp;amp; name of the SAP GUI login.&lt;/P&gt;&lt;P&gt;I need to change it to the personnel no &amp;amp; name of the employee who has logged in to the Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z program accepts &lt;STRONG&gt;personnel&lt;/STRONG&gt; &lt;STRONG&gt;no&lt;/STRONG&gt; for logging in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me....&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seema Peswani&lt;/P&gt;&lt;P&gt;SAP ABAP HR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 18:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346245#M1398201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T18:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing the transaction code WS20000081 - Leave request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346246#M1398202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using ADRP table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERSNUMBER  Person number is the primary key in it, and  NAME_TEXT names are present as well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 21:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346246#M1398202</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-02T21:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing the transaction code WS20000081 - Leave request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346247#M1398203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personnel no &amp;amp; Name are already being filled by the standard program.... I need to change it to that personnel no with the personnel no provided ion the Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How will that be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 05:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346247#M1398203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T05:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing the transaction code WS20000081 - Leave request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346248#M1398204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with out seeing your code no one can answer your question. If its some standard program we could have looked in our systems and would have guided you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you save that login varaibles using set parameters and retrieve when needed using get parameters. Search with those key words in SCN you will find many examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 22:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346248#M1398204</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-03T22:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing the transaction code WS20000081 - Leave request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346249#M1398205</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;I tried using SET Parameter, but this is not working in this case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-the-transaction-code-ws20000081-leave-request/m-p/6346249#M1398205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:01:22Z</dc:date>
    </item>
  </channel>
</rss>

