<?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: BAPI for setting address data for Technical Objects - PM ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445522#M1248564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Thank you for your response !&lt;/P&gt;&lt;P&gt;        I have done some checks and tests but, unfortunatelly these BAPIs appears to be not adequate to work with PM Technical Objects.&lt;/P&gt;&lt;P&gt;        I still researching !&lt;/P&gt;&lt;P&gt;        Thank you again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wilson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 15:34:23 GMT</pubDate>
    <dc:creator>wilsonrsantos</dc:creator>
    <dc:date>2009-04-02T15:34:23Z</dc:date>
    <item>
      <title>BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445519#M1248561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I´m working in a project to integrate some legacy system with the ECC 6.0(has already mentioned in my another message regarding classification data for technical objects), and I need to do some activities like, create functional locations and equipments in SAP PM, I have done this creating Z RFC modules that call bapis like BAPI_FUNCLOC_CREATE and BAPI_EQUI_CREATE, but these BAPIs doesn´t fill address data, so, in a first moment, I solved this using BDC, but I would like to solve these needs using standard BAPIs if possible.&lt;/P&gt;&lt;P&gt;        To solve the set of technical object address, after some research, I found only the FMs of function group SZA0(ADDR_INSERT, ADDR_NUMBER_GET, etc), but these are not RFC enabled functions, so to use them, is needed to encapsulated in a Z RFC module. Does somebody know if exists some BAPI to do the technical object address set ?&lt;/P&gt;&lt;P&gt;        Thank you for your attention,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Wilson Santos on Apr 1, 2009 7:42 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 17:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445519#M1248561</guid>
      <dc:creator>wilsonrsantos</dc:creator>
      <dc:date>2009-04-01T17:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445520#M1248562</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;        Reading a response for this same question that I posted in another topic, I understood that I didn´t explained my scenario correctly.&lt;/P&gt;&lt;P&gt;        I´m using SAP Netweaver XI to integrate a non-SAP system with the SAP ECC 6.0, and I intended to use RFC to communicate between ECC and XI, so, I´m looking for standard BAPIs that can execute what I need. For example, to create a functional location, I wrote a Z remote enabled module, that call BAPI_FUNCLOC_CREATE, and after that, call another Z function that I wrote, that fill the address data using BDC with call transaction, but the project manager ask me to try to use 100% standard code, so, I´m looking for a BAPI to do this work, fill the address of functional location and equipments, so I can call this(or these) standard BAPI(s) from XI.&lt;/P&gt;&lt;P&gt;        If somebody knows a BAPI, or some BAPIs that can do this work, please tell me, my environment has no enhancement package installed, it´s SAP ECC 6.0 SR3.&lt;/P&gt;&lt;P&gt;        Thank you for your attention, and best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445520#M1248562</guid>
      <dc:creator>wilsonrsantos</dc:creator>
      <dc:date>2009-04-02T13:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445521#M1248563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wilson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*BAPI to change organization addresses
BAPI_ADDRESSORG_CHANGE


*BAPI to change contact person addresses
BAPI_ADDRESSCONTPART_CHANGE
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445521#M1248563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445522#M1248564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Thank you for your response !&lt;/P&gt;&lt;P&gt;        I have done some checks and tests but, unfortunatelly these BAPIs appears to be not adequate to work with PM Technical Objects.&lt;/P&gt;&lt;P&gt;        I still researching !&lt;/P&gt;&lt;P&gt;        Thank you again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wilson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445522#M1248564</guid>
      <dc:creator>wilsonrsantos</dc:creator>
      <dc:date>2009-04-02T15:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445523#M1248565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create an address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BAPI_FUNCLOC_CREATE in the   DATA_GENERAL you have to fill READ_ADRNR&lt;/P&gt;&lt;P&gt;with the addresnumber returnd from the function you created it in ADDR_INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to change an existing adres of a functionale location use ADDR_GET and fill in the adres number you get from BAPI_FUNCLOC_GETDETAIL in the data_general tab READ_ADRNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an address is a sap wide function and everywhere the same so you won't find specific function to create an adress directly into a functional location. use addr_insert and use the adrnr returned in the specific functions for functional locations and equipments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur de smidt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Apr 2, 2009 6:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445523#M1248565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445524#M1248566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Thank you for your message !&lt;/P&gt;&lt;P&gt;        I have checked that the attribute READ_ADRNR is read-only, according to SAP Note 333988, so I can´t use this approach.&lt;/P&gt;&lt;P&gt;        And there is another problem, the ADDR_* functions are not remote enabled modules, what implies that I must to encapsulate them to be called from XI using RFC.&lt;/P&gt;&lt;P&gt;        I still researching !&lt;/P&gt;&lt;P&gt;        Thank you again, and best regards ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 17:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445524#M1248566</guid>
      <dc:creator>wilsonrsantos</dc:creator>
      <dc:date>2009-04-02T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for setting address data for Technical Objects - PM ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445525#M1248567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Thank you for your message !&lt;/P&gt;&lt;P&gt;        I have checked that the attribute READ_ADRNR is read-only, according to SAP Note 333988, so I can´t use this approach.&lt;/P&gt;&lt;P&gt;        And there is another problem, the ADDR_* functions are not remote enabled modules, what implies that I must to encapsulate them to be called from XI using RFC.&lt;/P&gt;&lt;P&gt;        I still researching !&lt;/P&gt;&lt;P&gt;        Thank you again, and best regards ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wilson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 17:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-setting-address-data-for-technical-objects-pm/m-p/5445525#M1248567</guid>
      <dc:creator>wilsonrsantos</dc:creator>
      <dc:date>2009-04-02T17:17:59Z</dc:date>
    </item>
  </channel>
</rss>

