Loading data from external system

Hi,
Im really having a hard time trying to load data with a DM package... im using  BPC 75 MS SP04, im trying to obtain data from a SAP ERP system... once obtaining it, I have 2 options:
- Create a conversion file  in order to "unify" the master data from ERP to mine. Since i still dont understand how this works, i think that will imply writing a file with over 500 rows of data  (one for every converted member)... this is
ACCOUNTS:
SAP          -     BPC
CUENTA10 - 4040
CUENTA11 - 4041
.....  and so on....
- Or get that info converted to my syntax (ready for BPC),  and place it directly in the DB (sql server 2005)
In either case, how can I do this?
Thanx in advance.
Velázquez

Hi,
This can be simplified using the java script. Conversion file supports java script. Please take a look at few examples in the below link from help.sap:
http://help.sap.com/saphelp_bpc75_nw/helpdata/en/81/94a8a5febd40268d5c59b4fc31be37/content.htm
Hope this helps.

Similar Messages

  • 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

  • Load data from external table

    Hi ,
    How to load data from external table to transaction table using SQLLDR ?

    You use an external table to load the data it is described in the link to the manual I provided.
    Here is an example.
    Re: Using DML order to import a .xls file
    You would not be using SQLLDR though as external tables replace that functionality.

  • Error Occures while loading data from Source system to Target ODS

    Hi..
    I started loading Records From source system to target ODS.while i running the job i got the following errors.
    Record 18211 :ERROR IN HOLIDAY_GET 20011114 00000000
    Record 18212 :ERROR IN HOLIDAY_GET 20011114 00000000
    sp Please help me in these following Errors..
    Thanks in advance,

    Hello
    How r u ?
    I think this problem is at the ODS level, ZCAM_O04 is ur ODS Name.
    Could u check the ODS Settings, and the Unique Data Records is Checked or Not ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • PI sheet data from external system for GI and GR

    Hi Gurus,
    I need a help to set up a PI sheet related config (type 2 or 3 of CRD), wherein I will get the GI and GR related information from the external system , eg Bar code scanner and some PC automation etc.
    Regards,
    Amol Kale

    Hi,
    I am not sure of the usage of the RFC's in this context.
    If you want to read a file from the application server, use the OPEN DATASET, READ and CLOSE DATASET commands.
    You can find more help on this here
    http://help.sap.com/saphelp_nw04/helpdata/en/79/c554dcb3dc11d5993800508b6b8b11/frameset.htm
    You can upload the entire file into a internal table which a a field of string data type and after that loop at the table and process the data according to your logic (Either length delimited, ',' delimited.
    Ig you want to do this remotely, you can put all this logic in the function module and make it remote enabled.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • System slow during loading data from source system

    hi,
    I am trying to load master data from r/3 into bw in quality envirnoment by means of a process chain. The problem is it being a master data load is consuming a lot of time. My development and quality environments are maintained on the same server. I doubt about this being something related to memory. If anybody could mention the ways through which memory can be monitored along with the reason for the slow nature of the system would be very helpful.
    Source system: R/3.
    Environment    : Q03(quality)
    Load               : Master data(full load)

    Hi,
    I will suggest you to check a few places where you can see the status
    1) SM37 job log (In source system if load is from R/3 or in BW if its a datamart load) (give request name) and it should give you the details about the request. If its active make sure that the job log is getting updated at frequent intervals.
    Also see if there is any 'sysfail' for any datapacket in SM37.
    2) SM66 get the job details (server name PID etc from SM37) and see in SM66 if the job is running or not. (In source system if load is from R/3 or in BW if its a datamart load). See if its accessing/updating some tables or is not doing anything at all.
    3) RSMO see what is available in details tab. It may be in update rules.
    4) ST22 check if any short dump has occured.(In source system if load is from R/3 or in BW if its a datamart load)
    5) SM58 and BD87 for pending tRFCs.
    Once you identify you can rectify the error.
    If all the records are in PSA you can pull it from the PSA to target. Else you may have to pull it again from source infoprovider.
    If its running and if you are able to see it active in SM66 you can wait for some time to let it finish. You can also try SM50 / SM51 to see what is happening in the system level like reading/inserting tables etc.
    If you feel its active and running you can verify by checking if the number of records has increased in the data tables.
    Thanks,
    JituK

  • Taking time data from external system(KRONOS) into SAP

    Dear Friends,
    I have to intergrate my time managemnt to time recording machine(KRONOS) am not aware about that it's sap certified or not .How we can access the data from that machine and insert in sap tables that means we have to communicate sap to non sap system.I don't have to use the BDC because i have to update our table according to machine shall i go for IDOC and EDI.In that case which IDOC or EDI i have to use .I have to create the INBOUND interface for that .Kindly help me am stuck
    thanks
    sandeep dabral

    Hi Sandeep,
    You require a abap guy along with a basis person. Below steps are required.
    Step 1: The third party ll specify the file format in which they are going to send the data.
    Step 2. You need to check with the basis or a third tool to upload the file into SAP application directory tcode al11.
    step 3: Then the ABAP guy will write a interface program using this BAPIs to upload the data in to catsdb.
    Step 4. Then functional testing and bug fixing and finially sheduling the inteface job in Production.
    Br/Manas

  • Getting campaign data from external system to display campaigns/offers

    Hi,
    I have to find a solution for a campaign requirement for my company.
    The user centric campaigns are managed by a external system provider who process billing statements (eg if you see your paper credit card statement, you see special offers, campaigns in your paper statement.)
    On similar lines we have to show/build the campaign in our WLP application. The campaign data is hosted in external systems.
    We have to think of a generic reciever in WLP which can get the external campaign data and based upon that it can display right campaign to logged in users.
    Any ideas, leads. Has somebody implememted such a feature.
    Any help will be appreciated

    Hi Vishnu,
    OK, I see now. You don't want a pluggable user profile data source, you want a pluggable campaign rule and pluggable campaign content. I don't think there is such a thing as a framework for plugging an external campaign into Oracle WebLogic Portal.
    I don't think you can plug an external campaign rule into the Oracle WebLogic Portal rules engine but you can make Oracle WebLogic Portal see external user profile data and external content. So, 2 of the 3 ingredients for the campaign are easy enough to make available to the portal. I would guess that you either need to transform the campaign definition into the proper XML document for consumption by the portal's rules engine or you need to evaluate the campaign on the external system and have the results available to the portal via a mechanism like UUP.

  • Get data from external system

    hi everybody
    for a report i have to retrieve the data from infotype 0016 from the HR system which is separate from the SAP database.
    Is there any BAPI which does that or what is the way to proceed
    never done that before
    thanks a lot for your help

    Hi
    Use FM
    CALL FUNCTION 'HR_READ_INFOTYPE'
        EXPORTING
    *   TCLAS                 = 'A'
          pernr                 = w_list-pernr
          infty                 = '0016'
    *   BEGDA                 = '18000101'
    *   ENDDA                 = '99991231'
    *   BYPASS_BUFFER         = ' '
    *   LEGACY_MODE           = ' '
    * IMPORTING
    *   SUBRC                 =
        TABLES
          infty_tab             = p0016
    * EXCEPTIONS
    *   INFTY_NOT_FOUND       = 1
    *   OTHERS                = 2

  • Best way to load data from External data to ADC

    Hi Guy,
    I am new in BAM. I currently working for a existing system that have all it data in existing system, which i only have the view access to the database/table.
    so i just wonder, what is the best way to load the data so that it can populate to the active data cache?
    thanks.

    Hello,
    Use the EDS.For reference http://docs.oracle.com/cd/E14571_01/integration.1111/e10224/bam_extl_data_sources.htm
    Regards
    Siva Sankar

  • Attendance data from external system

    Hi experts,
    I a 3rd party system to clock the attendence data (time in and time out) of an employee.
    currently we do it Asynchronosly using the HR-PDC connector.
    We want to do this action synchronosly.
    Which Bapi should i use for this?
    Thanks,
             Udi

    Hi,
    You can use BAPI_CATIMESHEETMGR_INSERT.
    Regards,
    Suresh Datti

  • How to get data from CRM systems?

    Hi...
              How to use adapters to get data from external systems such as  CRM systems.

    It is totally depends what kind of message is or are coming out from CRM Systems.
    If it is sending IDoc then use Idoc adapter.
    If it is BSP and sending HTTP Post then use HTTP adapter.
    If you are using proxy then use XI adapter.
    thanks
    farooq

  • Options to extract from external system

    Hi,
    What are all the possible options (DB connect, UD connect...) are there in BW to extract data from external system in BW and under which circumstances which one to use.
    Thanks,
    sam

    Hi Sam,
    Some information about DB Connect.
    DB Connect allows you to have extra database connections besides the default connection for SAP.
    You use these connections to access databases and transfer data into a BI system.
    In general, BI application servers can only be supported for DB Connect on operating system versions where a SAP Database Shared Library (DBSL) has been released for the BI database and the source database.
    Please see this link below
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/a1/89786c3df35c4ea930a994e884bb4c/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/a1/89786c3df35c4ea930a994e884bb4c/frameset.htm</a>
    Hope this helps
    Regards
    Sudeepti

  • Modify PO from external system

    Hi all,
    We are implementing SRM 5.0 with extended classi scenario.
    Until now we have a R3 system where we create PO, but we also have got a functionality for modifing particular information of PO in a lagacy system, that comunicate with R3 between idoc.
    Now we migrate the lifecycle of PO in SRM, but the legacy system remains.
    Wich is the best way for modify a PO from a legacy system in SRM?
    thanks
    enzo

    Hi,
    You can try multiple methods ( mostly non-standard), one is use the SRM function modules to update PO, when you send the data from external system, other method is PO response( send the changes from external system as PO response in SRM).
    Hope above methods will resolve your issue.
    Thank you
    Sreedhar Vetcha

  • To load data from a cube in SCM(APO) system to a cube in BI system.

    Experts,
         Please let me know whether it is possible to load data from a cube in SCM(APO) system to a cube in BI system.If so explain the steps to perform.
    Thanks,
    Meera

    Hi,
    Think in this way,
    To load the data fro any source we need datasource Ok. You can genare Export data source for Cube in APO,  then use that datasource for BW extraction, try like this. I think it will work, in my case I'm directly loading data from APO to BW using the DataSource sthat are genaraed on Planning Area.
    Why you need to take data from APO cube?. Is there any condition for that?. If it is not mandatory, you can use the dame datasource and load the data to BW, if they have any conditions while loading the data from APO to APO cube, they you try check wherther it is possible in BW or not. If possible then you use DataSource and do the same calculation in BW directly.
    Thanks
    Reddy

Maybe you are looking for