<?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 SU01 - Documentation Tab - Documentation for User in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442672#M13097</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my Z pgm, I would like to update the SU01 - Documentation Tab -"Documentation for User" field. I am looking for a FM/BAPI which would be of use. &lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2017 14:58:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-06-05T14:58:22Z</dc:date>
    <item>
      <title>SU01 - Documentation Tab - Documentation for User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442672#M13097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my Z pgm, I would like to update the SU01 - Documentation Tab -"Documentation for User" field. I am looking for a FM/BAPI which would be of use. &lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 14:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442672#M13097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-05T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 - Documentation Tab - Documentation for User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442673#M13098</link>
      <description>&lt;P&gt;Where is the question and what have you tried so far to solve it?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 21:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442673#M13098</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-06-05T21:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 - Documentation Tab - Documentation for User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442674#M13099</link>
      <description>&lt;P&gt;Hello Vinaya,&lt;/P&gt;&lt;P&gt;Check if you have the class CL_IDENTITY in your version.&lt;/P&gt;&lt;P&gt;If yes,go through the below links to check if those METHODS can get you any lead....&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/c6e6d078ab99452db94ed7b3b7bbcccf/7.31.19/en-US/27c1688a27884a2a852429c3f399d640.html" target="test_blank"&gt;https://help.sap.com/viewer/c6e6d078ab99452db94ed7b3b7bbcccf/7.31.19/en-US/27c1688a27884a2a852429c3f399d640.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/c6e6d078ab99452db94ed7b3b7bbcccf/7.31.19/en-US/d981a10176e145e9b5ccf615fb1ae8ea.html" target="test_blank"&gt;https://help.sap.com/viewer/c6e6d078ab99452db94ed7b3b7bbcccf/7.31.19/en-US/d981a10176e145e9b5ccf615fb1ae8ea.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.se80.co.uk/sapclasses/c/cl_i/cl_identity.htm" target="test_blank"&gt;http://www.se80.co.uk/sapclasses/c/cl_i/cl_identity.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 04:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442674#M13099</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2017-06-06T04:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 - Documentation Tab - Documentation for User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442675#M13100</link>
      <description>&lt;P&gt;Kiran's inputs helped me to get to the answer. Thanks.&lt;/P&gt;&lt;P&gt;The documentation is updated via a FM SUID_IDENTITY_SAVE_TO_DB in SU01. It is a direct DB update stmt in the FM.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 08:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442675#M13100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-06-07T08:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: SU01 - Documentation Tab - Documentation for User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442676#M13101</link>
      <description>&lt;P&gt;Thanks Kiran, your input helps me too.&lt;BR /&gt;Br,&lt;BR /&gt;Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 10:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/su01-documentation-tab-documentation-for-user/m-p/442676#M13101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-03T10:22:06Z</dc:date>
    </item>
  </channel>
</rss>

