<?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 BAPI_SERVNOT_MODIFY_DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-servnot-modify-data/m-p/3120348#M740994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use &amp;lt;b&amp;gt;BAPI_SERVNOT_MODIFY_DATA&amp;lt;/b&amp;gt; to modify a field for the service notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone show me an example of the code?&lt;/P&gt;&lt;P&gt;Service Notification Number = 2510034692&lt;/P&gt;&lt;P&gt;I want to add "&amp;lt;i&amp;gt;Testing&amp;lt;/i&amp;gt;" into Small Text field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After which I need to Save and Commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Nov 2007 03:28:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-22T03:28:11Z</dc:date>
    <item>
      <title>BAPI_SERVNOT_MODIFY_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-servnot-modify-data/m-p/3120348#M740994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use &amp;lt;b&amp;gt;BAPI_SERVNOT_MODIFY_DATA&amp;lt;/b&amp;gt; to modify a field for the service notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone show me an example of the code?&lt;/P&gt;&lt;P&gt;Service Notification Number = 2510034692&lt;/P&gt;&lt;P&gt;I want to add "&amp;lt;i&amp;gt;Testing&amp;lt;/i&amp;gt;" into Small Text field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After which I need to Save and Commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 03:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-servnot-modify-data/m-p/3120348#M740994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T03:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SERVNOT_MODIFY_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-servnot-modify-data/m-p/3120349#M740995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI enables you to modify the header, items, causes, activities, tasks, and partners of the service notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;Errors are returned in the parameter RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technical note&lt;/P&gt;&lt;P&gt;If you want to change a field you have to specify the new value of the field in the data structure e.g. NOTIFHEADER-SHORT_TEXT . In addition the corresponding X-structure field e.g. NOTIFHEADER_X-SHORT_TEXT must be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change a partner in the notification, the fields PARTN_ROLE_OLD and PARTNER_OLD must be specified and the X-structure must be filled as described above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;NUMBER&lt;/P&gt;&lt;P&gt;NOTIFHEADER&lt;/P&gt;&lt;P&gt;NOTIFHEADER_X&lt;/P&gt;&lt;P&gt;NOTIFHEADER_EXPORT&lt;/P&gt;&lt;P&gt;NOTIFITEM&lt;/P&gt;&lt;P&gt;NOTIFITEM_X&lt;/P&gt;&lt;P&gt;NOTIFCAUS&lt;/P&gt;&lt;P&gt;NOTIFCAUS_X&lt;/P&gt;&lt;P&gt;NOTIFACTV&lt;/P&gt;&lt;P&gt;NOTIFACTV_X&lt;/P&gt;&lt;P&gt;NOTIFTASK&lt;/P&gt;&lt;P&gt;NOTIFTASK_X&lt;/P&gt;&lt;P&gt;NOTIFPARTNR&lt;/P&gt;&lt;P&gt;NOTIFPARTNR_X&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; call function 'BAPI_SERVNOT_ADD_DATA'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            number            = p_number&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          NOTIFHEADER       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          NOTIFHDTEXT       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;            notfulltxt        = pt_longtext&lt;/P&gt;&lt;P&gt;            notitem           = pt_item&lt;/P&gt;&lt;P&gt;            notifcaus         = pt_caus&lt;/P&gt;&lt;P&gt;            notifactv         = pt_actv&lt;/P&gt;&lt;P&gt;            notiftask         = pt_task&lt;/P&gt;&lt;P&gt;            notifpartnr       = pt_partnr&lt;/P&gt;&lt;P&gt;            key_relationships = pt_keyinfo&lt;/P&gt;&lt;P&gt;            return            = lt_return.&lt;/P&gt;&lt;P&gt;  append lines of lt_return to pt_return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 03:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-servnot-modify-data/m-p/3120349#M740995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T03:36:01Z</dc:date>
    </item>
  </channel>
</rss>

