<?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: Error from standard SAP_WAPI_WORKITEM_COMPLETE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-from-standard-sap-wapi-workitem-complete/m-p/8294814#M1635112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module "SAP_WAPI_WORKITEM_COMPLETE" has status 'Not released'.&lt;/P&gt;&lt;P&gt;The release status is visible in the Attributes tab in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;415983 Modification/customer developments of SAP function&lt;/P&gt;&lt;P&gt;109533 Use of SAP function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes. Some of the reasons why internally released Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modules are not documented are as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- too much overhead&lt;/P&gt;&lt;P&gt;- internally released function modules are often changed and updated&lt;/P&gt;&lt;P&gt;- are designed for specific purposes by the relevant Application&lt;/P&gt;&lt;P&gt;Developers etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP does not support problems that occur if the customer used non-released function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohammed Hussain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 13:19:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-19T13:19:36Z</dc:date>
    <item>
      <title>Error from standard SAP_WAPI_WORKITEM_COMPLETE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-from-standard-sap-wapi-workitem-complete/m-p/8294813#M1635111</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;if a user is in CHINA, their setting is set to CHINESE then the error comes from the function module...SAP_WAPI_WORKITEM_COMPLETE.&lt;/P&gt;&lt;P&gt;But if the same user logs in with English as language he does not get any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The place from where I am getting teh below error is from function module SAP_WAPI_RESERVE_WORKITEM which gets called in SAP_WAPI_WORKITEM_COMPLETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF return_code = 0.&lt;/P&gt;&lt;P&gt;*- note 860823: check agent&lt;/P&gt;&lt;P&gt;        IF lv_wi_handle-&amp;gt;m_sww_wihead-wi_type = swfco_wi_normal.&lt;/P&gt;&lt;P&gt;          CALL METHOD cl_swf_run_wim_agt_org_check=&amp;gt;get_instance&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              im_wi_handle             = lv_wi_handle&lt;/P&gt;&lt;P&gt;              im_check_org_restriction = 'X'&lt;/P&gt;&lt;P&gt;              im_inbox_user            = actual_agent&lt;/P&gt;&lt;P&gt;            RECEIVING&lt;/P&gt;&lt;P&gt;              re_object                = lh_object.&lt;/P&gt;&lt;P&gt;          l_inbox_agent = lh_object-&amp;gt;is_inbox_user( ).&lt;/P&gt;&lt;P&gt;          IF l_inbox_agent NE 'X'.&lt;/P&gt;&lt;P&gt;            return_code = 1.&lt;/P&gt;&lt;P&gt;            CLEAR ls_t100msg.&lt;/P&gt;&lt;P&gt;            ls_t100msg-msgid = 'SWR'.&lt;/P&gt;&lt;P&gt;            ls_t100msg-msgno = 226.&lt;/P&gt;&lt;P&gt;            ls_t100msg-msgty = 'E'.&lt;/P&gt;&lt;P&gt;            RAISE EXCEPTION TYPE cx_wapi_exception&lt;/P&gt;&lt;P&gt;               EXPORTING&lt;/P&gt;&lt;P&gt;                 t100_msg = ls_t100msg.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if some standard roles are missing or some authorisations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 09:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-from-standard-sap-wapi-workitem-complete/m-p/8294813#M1635111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T09:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error from standard SAP_WAPI_WORKITEM_COMPLETE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-from-standard-sap-wapi-workitem-complete/m-p/8294814#M1635112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module "SAP_WAPI_WORKITEM_COMPLETE" has status 'Not released'.&lt;/P&gt;&lt;P&gt;The release status is visible in the Attributes tab in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;415983 Modification/customer developments of SAP function&lt;/P&gt;&lt;P&gt;109533 Use of SAP function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes. Some of the reasons why internally released Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modules are not documented are as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- too much overhead&lt;/P&gt;&lt;P&gt;- internally released function modules are often changed and updated&lt;/P&gt;&lt;P&gt;- are designed for specific purposes by the relevant Application&lt;/P&gt;&lt;P&gt;Developers etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP does not support problems that occur if the customer used non-released function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohammed Hussain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 13:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-from-standard-sap-wapi-workitem-complete/m-p/8294814#M1635112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T13:19:36Z</dc:date>
    </item>
  </channel>
</rss>

