<?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: Use of function module STATUS_UPDATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096869#M1182927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the replies. The issue has to be done using the FM STATUS_UPDATE. I have found out the way. Thanks anyways to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 09:56:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-28T09:56:01Z</dc:date>
    <item>
      <title>Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096864#M1182922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to TECO projects which are not used. I have a list of the projects. I need to use update function STATUS_UPDATE instead of writing a BDC. Could someone assist me with the parameters that need to be passed so the project status could be set to Teco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 04:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096864#M1182922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T04:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096865#M1182923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi u can use the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS_CHANGE_INTERN passing OBJNR and the status ie I0045 for TECO.&lt;/P&gt;&lt;P&gt;den use COMMIT WORK or FM STATUS_UPDATE_DIALOG to do database update&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096865#M1182923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T05:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096866#M1182924</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;Thanks for the immediate response. When I check the FM STATUS_CHANGE_INTERN, I have an option to pass the OBJNR but there is no parameter for STAT (status  to be set as I0045). If just the object number is passed, will it teco it or there nneds to be some way to update the table entry in JEST for OBJNR to I0045.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096866#M1182924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T05:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096867#M1182925</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;After use the FM STATUS_CHANGE_INTERN then write If sy-subrc = 0 then use statement COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Md.MahaboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 05:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096867#M1182925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T05:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096868#M1182926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass the status to tables parameter STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:it_stat type standard table of jstat,&lt;/P&gt;&lt;P&gt;       wa_stat type jstat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_stat-stat = 'I0045'.&lt;/P&gt;&lt;P&gt;append wa_stat to it_stat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass it_stat to STATUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 06:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096868#M1182926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T06:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096869#M1182927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the replies. The issue has to be done using the FM STATUS_UPDATE. I have found out the way. Thanks anyways to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 09:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096869#M1182927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T09:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096870#M1182928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be careful concerning function modules concerning some statuses changes.  To my understanding these function modules  merely changes the status but may not perform some background activities.  Allot goes on in the background with some statuses such as TECO and CNF.  When some statuses are set there are resources that may get released, dates could be set, dates could be recalculated, entries made into back ground tables such as in the case of when performing a CNF in table AFRU etc...  I had to learn that the hard way.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Eric Thomas on Aug 12, 2010 7:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096870#M1182928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T21:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use of function module STATUS_UPDATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096871#M1182929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ave the same issue,&lt;/P&gt;&lt;P&gt;plz write me how to use this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 13:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-of-function-module-status-update/m-p/5096871#M1182929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T13:55:35Z</dc:date>
    </item>
  </channel>
</rss>

