<?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: *****Functin Module / BAPI name required******** in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832503#M354620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you mean an SD contract...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried USEREXIT_SET_STATUS_VBUK or USEREXIT_SET_STATUS_VBUP in SAPMV45A?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at function module STATUS_CHANGE_EXTERN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2007 11:48:07 GMT</pubDate>
    <dc:creator>peter_atkin</dc:creator>
    <dc:date>2007-01-11T11:48:07Z</dc:date>
    <item>
      <title>*****Functin Module / BAPI name required********</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832501#M354618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Can anyone please tell me the name of Function Module / BAPI to set the user status of a contract.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;STRONG&gt;REPLIES WILL DEFINETELY BE REWARDED&lt;/STRONG&gt;*************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 11:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832501#M354618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T11:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: *****Functin Module / BAPI name required********</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832502#M354619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;I think you can use to change the status of the user of an object:CRM_STATUS_CHANGE_EXTERN and to change status of the contract:BAPI_CONTRACT_STATUS_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if it helps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 11:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832502#M354619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T11:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: *****Functin Module / BAPI name required********</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832503#M354620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you mean an SD contract...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried USEREXIT_SET_STATUS_VBUK or USEREXIT_SET_STATUS_VBUP in SAPMV45A?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at function module STATUS_CHANGE_EXTERN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 11:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832503#M354620</guid>
      <dc:creator>peter_atkin</dc:creator>
      <dc:date>2007-01-11T11:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: *****Functin Module / BAPI name required********</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832504#M354621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see below - i have already done user status such ( reserverd or finsihed or blocked)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data : l_stat_com type jest-stat value 'E0004'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       call function 'STATUS_CHANGE_EXTERN'&lt;/P&gt;&lt;P&gt;         exporting&lt;/P&gt;&lt;P&gt;           client              = sy-mandt&lt;/P&gt;&lt;P&gt;           objnr               = xvbap-objnr&lt;/P&gt;&lt;P&gt;           user_status         = l_stat_com&lt;/P&gt;&lt;P&gt;         exceptions&lt;/P&gt;&lt;P&gt;           object_not_found    = 1&lt;/P&gt;&lt;P&gt;           status_inconsistent = 2&lt;/P&gt;&lt;P&gt;           status_not_allowed  = 3&lt;/P&gt;&lt;P&gt;           others              = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;STRONG&gt;Poorna&lt;/STRONG&gt;**************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 11:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-module-bapi-name-required/m-p/1832504#M354621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T11:58:22Z</dc:date>
    </item>
  </channel>
</rss>

