<?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 EHS Identifiers : How To Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ehs-identifiers-how-to-update/m-p/6478752#M1418601</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 update the EHS Substance Identifiers (same which is done in TCode: CG02). The identifiers like 'Material Description'(IDTYP = 'MAT'). I need to do the same thing by a ABAP program, which will update the EHS Substance Material Description &amp;amp; CAS number, with the data from Material Master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Ipsita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2010 15:22:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-11T15:22:10Z</dc:date>
    <item>
      <title>EHS Identifiers : How To Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ehs-identifiers-how-to-update/m-p/6478752#M1418601</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 update the EHS Substance Identifiers (same which is done in TCode: CG02). The identifiers like 'Material Description'(IDTYP = 'MAT'). I need to do the same thing by a ABAP program, which will update the EHS Substance Material Description &amp;amp; CAS number, with the data from Material Master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Ipsita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 15:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ehs-identifiers-how-to-update/m-p/6478752#M1418601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: EHS Identifiers : How To Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ehs-identifiers-how-to-update/m-p/6478753#M1418602</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 found it at last by myself, after lots of SAP code debugging.&lt;/P&gt;&lt;P&gt;The EHS Identifier can be changed a BAPI, 'BAPI_BUS1077_CHANGE' and created using 'BAPI_BUS1077_CREATE'.&lt;/P&gt;&lt;P&gt;The parameters which are must to pass to chjange an identifier are follows:&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_BUS1077_CHANGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      flg_ident            = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return                = gi_bapiret2&lt;/P&gt;&lt;P&gt;      sub_header       = gi_bapi1077rh&lt;/P&gt;&lt;P&gt;      ident_header     = gi_bapi1077ri2&lt;/P&gt;&lt;P&gt;      ident_headerx   = gi_bapisubrix2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters for creating a new identifier are:&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_BUS1077_CREATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      flg_ident                      = 'X'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return                         = gi_bapiret2&lt;/P&gt;&lt;P&gt;      sub_header                     = gi_bapi1077rh&lt;/P&gt;&lt;P&gt;      ident_header                   = gi_bapi1077ri1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 10:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ehs-identifiers-how-to-update/m-p/6478753#M1418602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-22T10:18:50Z</dc:date>
    </item>
  </channel>
</rss>

