<?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: table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490441#M562032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use sy-uname to get the user name but it will not be populated automatically in the DB. You have to manually insert it in the table you required.&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, 18 Jul 2007 12:36:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T12:36:12Z</dc:date>
    <item>
      <title>table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490440#M562031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO FRIENDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we assign mandt field for adding default client of the system logon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creby       like system user logon automatically enter in that if we create enteries in database &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is possible reply How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 12:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490440#M562031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490441#M562032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use sy-uname to get the user name but it will not be populated automatically in the DB. You have to manually insert it in the table you required.&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, 18 Jul 2007 12:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490441#M562032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490442#M562033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ruby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a field with a data element as SYUNAME and give default value as SY-UNAME and the check table as USR02. &lt;/P&gt;&lt;P&gt;This field should also be a key field.&lt;/P&gt;&lt;P&gt;You can also add the Value Table as USR01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Venugopal&lt;/P&gt;&lt;P&gt;Reward  accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490442#M562033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490443#M562034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;            SYST is the table that holds the system variable fields.In it there will be a field called SYUNAME i think...Tht will retrieve the name of the user...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See u want to pin it in every record when u r entering the value ,right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can design a program to add this field...But it will only add to every record when u run this program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program will first retrieve all the values checking the condition tht this username field is null...Then u want to update every field by giving the username..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 13:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2490443#M562034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T13:59:46Z</dc:date>
    </item>
  </channel>
</rss>

