<?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: Function Module ITOB_SERIALNO_MODIFY_SINGLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389649#M531301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;    This RFC-capable function module enables you to change master data for an individual serial number without using a dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;General notes for the RFCs for processing individual technical objects (function group ITO3):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The master data is communicated in an interface structure (based on view ITOB) that is generally used for technical objects.&lt;/P&gt;&lt;P&gt;Each RFC returns the processed data in the structure E_OBJECT_REC to the the caller, independent of the action that is to be performed (create/change/read).&lt;/P&gt;&lt;P&gt;An RFC for creating or changing master data generally receives this data in the structure E_OBJECT_REC. However, depending on the object to be processed, only part of the data is processed, namely:&lt;/P&gt;&lt;P&gt;Create functional location: Processes data from structure ITOBAPI_CREATE_FL&lt;/P&gt;&lt;P&gt;Change functional location: Processes data from structure ITOBAPI_MODIFY_FL&lt;/P&gt;&lt;P&gt;Create equipment: Processes data from structure ITOBAPI_CREATE_EQ&lt;/P&gt;&lt;P&gt;Change equipment: Processes data from structure ITOBAPI_MODIFY_EQ&lt;/P&gt;&lt;P&gt;You specify whether an authorization check should be performed when executing the create or change transaction using the optional parameter I_AUTH_TCODE (default: without check).&lt;/P&gt;&lt;P&gt;You specify whether the data should updated using the optional parameter I_POST_BUFFER (default: update data).&lt;/P&gt;&lt;P&gt;You specify whether the (updated) data is written to the database per Commit using the optional parameter I_COMMIT_WORK (default: no Commit).&lt;/P&gt;&lt;P&gt;In Customizing (Field Selection) for master data dialogs, entries defined as manadatory are generally not checked by the RFCs.&lt;/P&gt;&lt;P&gt;Special notes on function module ITOB_SERIALNO_MODIFY_SINGLE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter I_TRANSFER_MODE controls whether inheritance-relevant fields should be transferred to installed pieces of equipment.&lt;/P&gt;&lt;P&gt;The system uses the structure I_OBJECT_REC_OLD to make 'Before Image' data available to the user. If the structure is not transferred, the 'Before Image' is read by the module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it not useful use the &amp;lt;b&amp;gt;FM SERIALNUMBER_LIST_UPDATE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 08:41:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T08:41:57Z</dc:date>
    <item>
      <title>Function Module ITOB_SERIALNO_MODIFY_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389648#M531300</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 m trying to use this FM ITOB_SERIALNO_MODIFY_SINGLE for changing the serial number ( as in transaction IQ02) . When i call this FM it gives me Subrc as 0.. but it doesnt commit in the database.. though i have given an option to commit in the FM .. and also i tried doing and explicit commit but still it doesnt work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks &lt;/P&gt;&lt;P&gt;Kanchan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 07:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389648#M531300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T07:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module ITOB_SERIALNO_MODIFY_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389649#M531301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;    This RFC-capable function module enables you to change master data for an individual serial number without using a dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;General notes for the RFCs for processing individual technical objects (function group ITO3):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The master data is communicated in an interface structure (based on view ITOB) that is generally used for technical objects.&lt;/P&gt;&lt;P&gt;Each RFC returns the processed data in the structure E_OBJECT_REC to the the caller, independent of the action that is to be performed (create/change/read).&lt;/P&gt;&lt;P&gt;An RFC for creating or changing master data generally receives this data in the structure E_OBJECT_REC. However, depending on the object to be processed, only part of the data is processed, namely:&lt;/P&gt;&lt;P&gt;Create functional location: Processes data from structure ITOBAPI_CREATE_FL&lt;/P&gt;&lt;P&gt;Change functional location: Processes data from structure ITOBAPI_MODIFY_FL&lt;/P&gt;&lt;P&gt;Create equipment: Processes data from structure ITOBAPI_CREATE_EQ&lt;/P&gt;&lt;P&gt;Change equipment: Processes data from structure ITOBAPI_MODIFY_EQ&lt;/P&gt;&lt;P&gt;You specify whether an authorization check should be performed when executing the create or change transaction using the optional parameter I_AUTH_TCODE (default: without check).&lt;/P&gt;&lt;P&gt;You specify whether the data should updated using the optional parameter I_POST_BUFFER (default: update data).&lt;/P&gt;&lt;P&gt;You specify whether the (updated) data is written to the database per Commit using the optional parameter I_COMMIT_WORK (default: no Commit).&lt;/P&gt;&lt;P&gt;In Customizing (Field Selection) for master data dialogs, entries defined as manadatory are generally not checked by the RFCs.&lt;/P&gt;&lt;P&gt;Special notes on function module ITOB_SERIALNO_MODIFY_SINGLE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter I_TRANSFER_MODE controls whether inheritance-relevant fields should be transferred to installed pieces of equipment.&lt;/P&gt;&lt;P&gt;The system uses the structure I_OBJECT_REC_OLD to make 'Before Image' data available to the user. If the structure is not transferred, the 'Before Image' is read by the module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it not useful use the &amp;lt;b&amp;gt;FM SERIALNUMBER_LIST_UPDATE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 08:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389649#M531301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module ITOB_SERIALNO_MODIFY_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389650#M531302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have tried this one .. but it doesnt seem to be working .. can you give me some example for this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or some example for SERIALNUMBER_LIST_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kanchan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 10:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-itob-serialno-modify-single/m-p/2389650#M531302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T10:55:46Z</dc:date>
    </item>
  </channel>
</rss>

