<?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: ABAP - Set User Status in Quotation (SD) Programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855051#M1786930</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 info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to call the FM from user exit &lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;MV45AFZZ &lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;form &lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;USEREXIT_SAVE_DOCUMENT&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;, and using the VBAK-OBJNR to &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;STATUS_CHANGE_EXTERN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user status then is updated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for the help,&lt;/P&gt;&lt;P&gt;Suwandi C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 09:21:39 GMT</pubDate>
    <dc:creator>suwandi_cahyadi</dc:creator>
    <dc:date>2013-11-15T09:21:39Z</dc:date>
    <item>
      <title>ABAP - Set User Status in Quotation (SD) Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855048#M1786927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to set the user status programmatically of an SD Document (Quotation) when the document is saved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the program &lt;STRONG&gt;MV45AFZZ &lt;/STRONG&gt;form &lt;STRONG&gt;USEREXIT_SAVE_DOCUMENT &lt;/STRONG&gt;? If yes, which structure or table could be updated? JEST?&lt;/P&gt;&lt;P&gt;If no, I'm thinking a way to find a user exit after save then use a BAPI to update the user status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Suwandi C.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855048#M1786927</guid>
      <dc:creator>suwandi_cahyadi</dc:creator>
      <dc:date>2013-11-15T08:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Set User Status in Quotation (SD) Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855049#M1786928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that using STATUS_CHANGE_EXTERN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855049#M1786928</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-15T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Set User Status in Quotation (SD) Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855050#M1786929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Suwandi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , you can use this exit. You need to use standard FM to set the status , you can take help from these FM's to call there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STATUS_CHANGE_EXTERN&lt;/P&gt;&lt;P&gt;STATUS_CHECK&lt;/P&gt;&lt;P&gt;STATUS_CHECK_EXTENDED_MULTI&lt;/P&gt;&lt;P&gt;STATUS_CHECK_FOR_DATE&lt;/P&gt;&lt;P&gt;STATUS_CHECK_MULTI&lt;/P&gt;&lt;P&gt;STATUS_CHECK_NEW_OLD&lt;/P&gt;&lt;P&gt;STATUS_CHECK_OLD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used these two and both worked fine.&lt;/P&gt;&lt;P&gt;STATUS_CHANGE_EXTERN&lt;/P&gt;&lt;P&gt;STATUS_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855050#M1786929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T08:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - Set User Status in Quotation (SD) Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855051#M1786930</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 info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to call the FM from user exit &lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;MV45AFZZ &lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;form &lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;USEREXIT_SAVE_DOCUMENT&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;, and using the VBAK-OBJNR to &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;STATUS_CHANGE_EXTERN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user status then is updated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for the help,&lt;/P&gt;&lt;P&gt;Suwandi C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 09:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-set-user-status-in-quotation-sd-programmatically/m-p/9855051#M1786930</guid>
      <dc:creator>suwandi_cahyadi</dc:creator>
      <dc:date>2013-11-15T09:21:39Z</dc:date>
    </item>
  </channel>
</rss>

