Oracle property manager data import from external system to oracle..

Hi All,
currently im working on Oracle property manager module..
i have a requirement like upload and update the properties from external  system to oracle applications.
how we can import Data from others systems to oracle,, is any API's or Open interfaces available  for this requirement.
Please suggest me..
Thanks all.

Hi,
You will  have to study the business needs and populate according data, You may also raise an SR with respect to this and get the support from Oracle if you don't have any experienced superiors on this subject/module to ask from.
Please see if the following links help you.
Oracle Property Manager Implementation Guide
http://docs.oracle.com/cd/A85964_01/acrobat/pntrm.pdf
Thanks &
Best Regards,

Similar Messages

  • How to manage data aggrigation from multiple systems.

    Hi,
    How to manage data aggrigaion from multiple system which should support paging too.
    please suggest me , best possible soluntion.
    Thank You

    what is ment by aggrigation? what is the difference between Inheritance and aggrigation ? How can it implement as part of the programm

  • Data import from old system to new system, key by raw16 column

    hi, experts,
    now, I have a new system, the system design is to use raw(16) column as key column in all database tables.
    of course, when new system goes live (in production), all new transaction records are written to new system database.
    when the new system inserts new records, it handles itself to avoid conflicts by value of the raw(16) key column
    I now face this issue:
    I need to import data from old system to new system, I use sys_guid() to fill up the raw(16) column in new system database.
    how can I avoid the conflict from value of raw(16) column between old system data and new system database data?
    the sql I write is very simple:
    insert into new_sys_table_a (key_column_raw_16, ..., ... )
    select sys_guid(), old_sys_col_a, old_sys_col_b
    from old_sys_table_a;

    Manik wrote:
    Hi,
    Can you try this as a synch script (you can call so), sys_guid is a sequence, so just run through till u have sequence surpassing your old sequence. Give it a try.. I did not test it, but algorithm might be helpful for you.. Since when did sys_guid become a sequence that can be compared to other sys_guid's to know if it's been surpassed or not?
    SQL> ed
    Wrote file afiedt.buf
      1  select sysguid
      2        ,case when sysguid < lag(sysguid) over (order by lvl)
      3              then 'Lower than previous'
      4         else 'Higher than previous'
      5         end as comparison
      6  from (
      7        select level as lvl, sys_guid() sysguid
      8        from dual
      9        connect by level <= 10
    10*      )
    SQL> /
    SYSGUID                          COMPARISON
    BBF16F0B5B8946F59FE0FEE0FE35729B Higher than previous
    A6E63DDA4E4342E5A8AAD267FE44A7AF Lower than previous
    8632B901474A468C98D7B4020590CBD9 Lower than previous
    36012FD6FA764520B77CF1E06830F2DC Lower than previous
    E35F3455C24444C0991EB62BE7431463 Higher than previous
    A5E5CDBD164A4DB8966E85B5BF4C5C1A Lower than previous
    7A0FFBC6221348A5BDF4858D05876201 Lower than previous
    A9EF3B5EFFB74C4FA74E1C45186510AA Higher than previous
    806839AE5AE04D3998BA5DEBA84AD05C Lower than previous
    F0B235376A4045D7A644345E7FAF0FF4 Higher than previous
    10 rows selected.Doesn't look like much of a sequence to me

  • Function Module required to convert the date coming from external system

    Hi Friends,
       I need a Function Module that would convert the incoming date from external sytem in format YYYYMMDD to the SAP system in DDMMYYYY. The External system data type for the date is Numberic. Please suggest any FM if you know.I found out many in SAP but didn't find for this requirement

    Wait a minute.  I am definetely missing something here.  You want to convert from an external format YYYYMMDD to SAP's internal format?  SAP's internal format is YYYYMMDD.
    All you should have to do is move you external date directly to your internal date.
    data: date1(8) type c value '20051225'. "Format YYYYMMDD
    data: date2 type sy-datum. "Format (YYYYMMDD)
    write: / date2.
    When you write out date2 it will be in whatever format your user profile has. 
    If you want to force the date format independent of your user profile settings during the write statement:
    write: / date2 DDMMYY.
    Message was edited by: Thomas Jung

  • Master Data issue from external system to BW

    Hi,
    BW Version: BI 7.0
    Source System : Oracle D/B
    The Data will be processed by some external application and the processes Data will be stored in tables in Oracle D/B.I am extracting Data from Oracle Tables to BW.
    The issue i had is in the external application for example if we created a new Location ID,The new location ID won't be avaliable in Oracle untill i use it (assing it to any employee)
    Once i assign it to employee then the Location ID and Description will be avaliable transaction tables.
    Then in this cas how can i load master data to location ID in BW.
    or
    Thanks

    Hi,
    Simply create a Location ID InfoObject that will work as Master Data. Then create a datasource for the extraction of the Location ID Master Data (at least for the attributes, and probably for the texts as well).
    You can then schedule an update of this data everynight via process chains.
    All this will update the desired information independently from the transaction data.
    Hope it helps,

  • Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in oracle and yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in Oracle and  yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Thanks for your advise.
    However, I missed to mention that we have two set of users  One is for Finished Goods and another for Spares.
    Only Spares users need to be prevented from creating Direct/Manual Sales Orders in Oracle.
    As you suggested, if this will be done at Form level, that may Disallow FG users also to create Manula Sales Orders which should not be the case.
    Further, I tried to test one scenario through Processing Constraints but it did not work.
    Application
    OM
    Validation Type
    Entity
    Temp
    Short Name
    TBL
    Validation Semantics
    Created By
    Equal To
    User(Myself)
    Processing Cosntraint
    Application
    OM
    Entity
    Order Header
    Constraint
    Operation
    User Action
    Create
    Not Allowed
    Conditions
    Group
    Scope
    Validation Entity
    Record Set
    Validation Template
    101
    Any
    Order Header
    Order
    Above Created
    Please advise.

  • How to call RFC from external System to get HR Data

    According to the requirement the "HR" Workflow has to be able to view the employee details from external system Using the standard Microsoft connectors.
    So, my job is to create an RFC where i need to fetch the HR data from the infotypes P0001 and P0002. And they will call this RFC by requesting employees surname, ID number and/or Employee number.
    Do i need to simply write OPEN SQL statements in RFC or
    do i need to call any BAPI's?
    Setting up RFC's(Creation of Destinations) is not our job.
    Someone Please help me in this regard with some valuable input. Thanks in Advance.
    Ram.

    Hi Ram,
    to get the information from HR sytem you could call the BAPI
    BAPI_EMPLOYEE_GETDATA
    Regards
    Bernd

  • Getting data from external system

    Hi,
    What other methods that are used to get data from external system to BW? I know that DB Connect is one of the methods. Also, falt files is one of them.
    Thanks,
    RT

    Hi,
    Is there a BAPI that I can look at and start programming to get data from Informatica?
    Right now we are using CSV files. Would anyone have sample code for the doing this using BAPI? Appreciate any.
    Is there any How to paper to do this?
    Thanks,
    RT
    Message was edited by: Rob  Thomas
    Message was edited by: Rob  Thomas

  • How to import a maintenance task list from external system to R3

    Is there a bapi or a fm can import the maintenance task list (equipment ,function location ,generic) from external system to R3.

    Hello,
    how to import task list to sap from external system
    Hope this helps.
    Regards, Murugesh AS

  • Ho w to schedule a scenario from external system

    Hi
    Is ther any API or function we can schedule the ODI scenario from external system.We have a html page from whcih we are calling ODI scenario using startscen command.We would like schedule the scenario
    from HTML page is there any way we can achive this
    Thanks in advance...
    Baji

    What Zerome said is correct. Odi console is for managing and monitoring an Oracle Data Integrator run-time architecture and for browsing design-time objects.
    you can refer for information on this link aswell.
    http://docs.oracle.com/cd/E17904_01/integrate.1111/e12643/odi_console.htm
    Bhabani
    http://dwteam.in

  • Data import from EBS failed via FDMEE in fdm . Getting error message as "Error connecting to AIF URL.

    FDM Data import from EBS failed via FDMEE after roll back the 11.1.2.3.500 patch . Getting below error message in ERPI Adapter log.
    *** clsGetFinData.fExecuteDataRule @ 2/18/2015 5:36:17 AM ***
    PeriodKey = 5/31/2013 12:00:00 AM
    PriorPeriodKey = 4/30/2013 12:00:00 AM
    Rule Name = 6001
    Execution Mode = FULLREFRESH
    System.Runtime.InteropServices.COMException (0x80040209): Error connecting to AIF URL.
    at Oracle.Erpi.ErpiFdmCommon.ExecuteRule(String userName, String ssoToken, String ruleName, String executionMode, String priorPeriodKey, String periodKey, String& loadId)
    at fdmERPIfinE1.clsGetFinData.fExecuteDataRule(String strERPIUserID, String strDataRuleName, String strExecutionMode, String strPeriodKey, String strPriorPeriodKey)
    Any help Please?
    Thanks

    Hi
    Getting this error in ErpiIntergrator0.log . ODI session ID were not generated in ODI / FDMEE. If I import from FDMEE its importing data from EBS.
    <[ServletContext@809342788[app:AIF module:aif path:/aif spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception
    java.lang.RuntimeException
    at com.hyperion.aif.servlet.FDMRuleServlet.doPost(FDMRuleServlet.java:76)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • 'Accept IDOC' from external system

    Hi Experts,  I am new to IDOCS. I have to update one already written function module to accept IDOC in SAP from external system. In the function module I see some IMPORT parameters like 'input_method' and 'mass_processing' and EXPORT parameters like 'workflow_result' , 'application_variable' , 'in_update_task', 'call_transaction_done' . Can someone tell me what are these parameters for ???.

    input _method for method of data records update
    Mass_processing for handling the large number of Idocs in single take
    Workflow_result for hitting the results at last
    'in_update_task' update the records in update mode
    call_transaction_done' by using call transaction method it would post the records

  • Extracting data to an external system

    Hi,
    We need to extract data from an R/3 system into a BW system and the same data (and more) should also be uploaded into a customer application (based on Oracle).
    I wonder what's the best in order to load data into this external system:
    1. Read data from the R/3 system, using RFCs (calling the function modules of the corresponding datasources, don't know if this is possible)
    2. Use the open hub service functionality, in order to read the data from the BW system.
    Any comments or suggestions would be appreciated.
    Thank you,
    Ana

    Hi Ana,
    Could you elaborate more on what kind of data you are willing to pull from R/3 using which method. first check wheter you can use standard extractor to pull the data into BW. Check what is the method you are going to follow in order to pull data , Delta or Full update (If just one time). If standard extractor are present try to use that than Generic method.
    Infospoke supports distribution of data to Flatfile and Database and check if you need to do any transformation when you extract the data from BW to external Database.
    Experts feel free to comment if my understanding is not correct.
    hope it helps.
    Thanks.

  • Data load from Legacy system to BW Server through BAPI

    Requirements: We have different kind of legacy systems and SAP BW server. We want to load all legacy system data into SAP BW server using BAPI. Before loading we have to validate all data. If there are bad data, data missing we have to let the legacy system user/ operator knows to fix the data into their system with detail explanation. When it is fixed, we have to load the data again.
    Load Scenario:  We have two options to load data from legacy systems to BW Server.
    1.     We need to load data directly from legacy system to BW Server using BAPI program.
    2.     Legacy Systems data would be in workstations or flash drive as .txt (one line separated by comma) or .csv file. Need to load from .txt /.csv file to BW Server using BAPI program.
    What we want in the BAPI program code?
    It will Read / Retrieve data from text / csv file and will put into the Internal table. Internal table structure would be based on BAPI InfoObject structure.
    Call BAPI InfoObject function module ‘BAPI_IOBJ_CREATE’ to create InfoObject, include all necessary / default components, do the error check, load the data and return the status.
    Could some one help me with the sample code please? I am new in ABAP / BAPI coding.
    Is there any other better idea to load data from legacy system to BW server? BTW we are using BW 3.10. Is there any better option with BI 7.0 to resolve the issue? I appreciate your help.

    my answers:
    1. this is a scendario for a data push into SAP BW. You can only use SOAP-Based Transfer of Data.
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/8012403dbedd5fe10000000a155106/frameset.htm
    (here for BW 3.5, but you'll find similar for 7.0)
    In this scenario you'll have an RFC dinamically created for every Infosource you need to transfer data.
    2. You can make a chain for each data load, so you can call the RFC "RSPC_API_CHAIN_START" to start the chain from external.
    the second solution is more simply and available on every release.
    Regards,
    Sergio

  • Message no. O3453 "No additional quantities imported from external applicat

    When I run LQ01, the following message appears Message no. O3453 "No additional quantities imported from external application"
    Function MB_CREATE_GOODS_MOVEMENT has been called for an HPM material (additional units of measure), but no additional quantities and UoM have been passed to the function. Stock levels cannot be posted correctly without this data.
    This material is an HPM MAterial and have additional units of measure.
    Any body can help me.
    Regards
    Vasco

    Ariane, thanks a lot,
    SAP answer me the same like you from "sap notes"
    Togheter with the developer, we doing a changes an OIL & GAS table as details note number 607156 and it´s work good.
    Regards
    Vasco

Maybe you are looking for