<?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 Cant reset User Status using BAPI_BUS2001_SET_STATUS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764676#M1951575</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;In bapi BAPI_BUS2001_SET_STATUS,&lt;/P&gt;&lt;P&gt;we are able to reset system status. But how do we reset user status?&lt;/P&gt;&lt;P&gt;There is only option to cancel user status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 07:41:03 GMT</pubDate>
    <dc:creator>sriram_ramesh</dc:creator>
    <dc:date>2016-06-23T07:41:03Z</dc:date>
    <item>
      <title>Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764676#M1951575</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;In bapi BAPI_BUS2001_SET_STATUS,&lt;/P&gt;&lt;P&gt;we are able to reset system status. But how do we reset user status?&lt;/P&gt;&lt;P&gt;There is only option to cancel user status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764676#M1951575</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-06-23T07:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764677#M1951576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your version?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp; IMPORTING&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(PROJECT_DEFINITION) LIKE&amp;nbsp; BAPIPR-PROJECT_DEFINITION&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(UNDO_SYSTEM_STATUS) LIKE&amp;nbsp; BAPI_SYSTEM_STATUS-SYSTEM_STATUS&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONAL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;&lt;STRONG&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(UNDO_USER_STATUS) LIKE&amp;nbsp; BAPI_USER_STATUS-USER_STATUS&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;&lt;STRONG&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONAL&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(SET_SYSTEM_STATUS) LIKE&amp;nbsp; BAPI_SYSTEM_STATUS-SYSTEM_STATUS&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONAL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(SET_USER_STATUS) LIKE&amp;nbsp; BAPI_USER_STATUS-USER_STATUS&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONAL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp; EXPORTING&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(RETURN) TYPE&amp;nbsp; BAPIRETURN1&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp; TABLES&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #808080;"&gt;&lt;EM&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E_RESULT STRUCTURE&amp;nbsp; BAPI_STATUS_RESULT OPTIONAL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764677#M1951576</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-06-23T08:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764678#M1951577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i remember well you have to pass the UNDO_USER_STATUS (the status to remove) &lt;STRONG&gt;and&lt;/STRONG&gt; the &lt;STRONG&gt;SET_USER_STATUS &lt;/STRONG&gt;(to tell SAP which is the new user status).&lt;/P&gt;&lt;P&gt;There are a few FMs / Classes giving you the previous/next status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764678#M1951577</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-06-23T08:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764679#M1951578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have got it wrong.&lt;/P&gt;&lt;P&gt;When we undo a status, the previous status will be updated.&lt;/P&gt;&lt;P&gt;When we undo system status by providing 'REL' to it, the previous system status will be updated.&lt;/P&gt;&lt;P&gt;I have to update user status in the similar way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764679#M1951578</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-06-23T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764680#M1951579</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;Undo system status will reset system status whereas undo user status will cancel the user status. That is the description of these fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764680#M1951579</guid>
      <dc:creator>sriram_ramesh</dc:creator>
      <dc:date>2016-06-23T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764681#M1951580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriram, &lt;/P&gt;&lt;P&gt;yes, for &lt;STRONG&gt;system&lt;/STRONG&gt; status it works as you explained.&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;user&lt;/STRONG&gt; status i faced the same issue in a project 6-7 months ago and we had to do the "double step" to unset-set user status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764681#M1951580</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-06-23T09:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cant reset User Status using BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764682#M1951581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but did you look at BS23 (for system status ) and BS03 (for user status) to insure the reset status is defined/configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 13:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cant-reset-user-status-using-bapi-bus2001-set-status/m-p/11764682#M1951581</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-06-23T13:48:02Z</dc:date>
    </item>
  </channel>
</rss>

