<?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: user name in the program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847165#M924922</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;Use system Field &lt;STRONG&gt;SY_UNAME&lt;/STRONG&gt;. It picks the current user ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 01:54:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T01:54:55Z</dc:date>
    <item>
      <title>user name in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847164#M924921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may i know how to program the code to retrieve the current user ID who are using the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, i need code in SAP script, for cheque printing, that the user who performed the cheque print, will have his name on the cheque, as "prepared by". so how am i going to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate the help. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 01:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847164#M924921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T01:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: user name in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847165#M924922</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;Use system Field &lt;STRONG&gt;SY_UNAME&lt;/STRONG&gt;. It picks the current user ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 01:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847165#M924922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T01:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: user name in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847166#M924923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using the system variable SY-UNAME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 01:55:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847166#M924923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T01:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: user name in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847167#M924924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use system field SY-UNAME.....It will take the current user ID.&lt;/P&gt;&lt;P&gt;Goto the table SYST to get all the system fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 02:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847167#M924924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T02:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: user name in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847168#M924925</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;U can also use the method below in addition to the variable sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_user type sy-uname.&lt;/P&gt;&lt;P&gt;l_user = CL_ABAP_SYST=&amp;gt;GET_USER_NAME( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found useful.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Prakash Ghantasala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 02:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847168#M924925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T02:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: user name in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847169#M924926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use SY-UNAME.&lt;/P&gt;&lt;P&gt;Btw, You can use SE11 to browse structure SYST to get all the system fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 02:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-name-in-the-program/m-p/3847169#M924926</guid>
      <dc:creator>pole_li</dc:creator>
      <dc:date>2008-05-23T02:43:36Z</dc:date>
    </item>
  </channel>
</rss>

