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

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

  • 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

  • Sending and getting data from external file.

    I'm running it in actionscript 1  and 2 since 3 wouldn't work when getting data from external media. I'm  trying to find out how to post data to a PHP file and getting from that  file I'm trying to make the flash for something that works like a game  but differently. Since I just found out how to make the HTML stuff show  up but a lot of times, some of my text will not appear so I don't know  what's going on.
    Does anyone know how to send and get data both at the same time from a sample file?
    The sample file is example.php
    It has to sent information like ID and NAME
    and it has to get information like Description and userID

    Ned Murphy wrote:
    The tutorial I pointed you to does provide the visuals you requested, both the AS code and sample PHP code, so I can't see where your learning by visuals aspect holds up.... your approach sounds more like you want someone to hand you a tailored solution that you won't need to learn from.  Visuals require reading and doing.  If that fails to get absorbed or you couldn't understand/revise it, what could anyone else prepare for you that would work better?
    I did the tutorial and everything but every time I press the button or even load it, it keeps on saying undefined. I like the have a sample FLA file so I can figure things out. I did everything from the site but it won't work out for me.
    I did step 5 too because it was almost all that I was looking for but it won't even work. keeps on saying undefined. I would show you but webcam max won't work and I can't show you an example.
    EDIT:
    You know it's frustrating when I don't know how the heck I'm supposed to do this stuff. I read the whole dang thing and I still can't get this dang thing working.
    I did everything. EVERYTHING. I just don't get this crap.

  • How to get data from external source

    Hi experts,
       I want to get data from a different source e.g. from oracle. How can i get the data in BW??
    Sam

    Hi Samir
    there are different interfaces are available according to the source system.
    For Oracle source system you can use DB connect interface.
    you can extract data from several data sources to BI
    File Interface:: Using this interface, you can access files in ASCII format or CSV format
    DB Connect :: You use DB Connect to open other database connections in addition to the default connection and use these connections to transfer data from tables or views into a BI system.
    UD Connect :: UD Connect (Universal Data Connect) uses the Application Server J2EE connectivity to enable the reporting and analysis of both SAP and non-SAP data. Using UD Connect, you can access all relational and multidimensional data sources. UD Connect transfers the data as flat data.
    BI Service API ::
    Web Service for Staging ::You use the Web service to write the data from the source into the PSA. The transfer of data is controlled externally, without placing demand on BI.
    You can use this interface in conjunction with real-time data acquisition.
    Please assign points if this info helps.
    Regards
    Vivek..

  • How to GET data from external secure website?

    We are trying to get data from a secure website. It is something like I try to get my bank statement online, where I have a user id and password to the secure website and try to get the data from XI.
    Does anybody have any idea how we could do it? What adapter should be used.
    I would really appreciate your help and award points.
    Thank,
    Arjun.

    Hi,
    Depends on how u are connecting to the website and getting the data.
    But you can do this using HTTP/Java Proxies. You can use HTTP if you are connecting via a URL. thats the most standard procedure.
    Regards
    vijaya

  • 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.

  • 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

  • How to make this function module as RFC to get data from different system?

    Hi
    I am trying to use following function module . This function module is used to copy data from one cube to another cube within same system however I need a this should happen across two different system. How can I use this function module to make it remote call to different system and do the same function what it is doing ?
    Name of function module -
    RSDRT_INFOCUBE_DATA_COPY
    Any help would be really helpful
    AG

    HI,
      let us say you want to copy the data of a cube in system A to a cube in system B .
      1) create a RFC function module in system B (in this function module  call the function module RSDRI_CUBE_WRITE_PACKAGE to update the data), this RFC function module should have same parametersa as RSDRI_CUBE_WRITE_PACKAGE .
    2) write a program in system A .. read the data from the infocube using the function module RSDRI_INFOPROV_READ and call the RFC function module in system B that you have created..
    for the details of the parameters to pass to these two function modules use the RSDRT_INFOCUBE_DATA_COPY and get the required code
    Thanks
    mahesh

  • 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.

  • 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 Delta from External System into BW

    Hello Xperts,
    I have a need to integrate the SAP BW system with the JDE system. My concern is how will I pick up the delta records on a daily basis from the source system i.e. JDE into the target BW system?
    Thanks,
    Rohit

    If there is updated date in the source system, you can still use "pseuo delta" method.
    In the info-package selection, you will put in the ABAP code to populate the date field.
    Step 1,  read the latest date that you have updated into the ODS. e.g. You have loaded the data upto  Dec 2nd. 
    Step 2, you can then code the date selection as Dec 2nd + 1.
    Step 3, the infopakcage will then bring only the data with update date of Dec 3rd.
    This way, it is full load, but it is "pseuo delta".
    James

  • Getting data from old system disks

    My Mac Mini was blown up by a lightning strike. Blew the Ethernet port.
    I have a new machine and the drives from the old one. Borrowed a cradle from a friend. The drives mount.
    I can see and copy files from folders I made on the drives but the User areas appear to have no files.
    There were Images in iPhoto and documents in iBooks.
    I am guessing it is a permissions thing...
    How can I get my files of off the old system disk?
    Thanks
    SGC

    I doubt this is a permission issue, but if it is, you can resolve it as follows. Select the volume icon in the Finder and open the Info window. Click the padlock icon in the lower right corner of the window and enter your administrator password when prompted. Check the box at the bottom marked
    Ignore ownership on this volume
    Close the Info window.

  • 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

  • Get data from external XML files

    I have several difrent XML files that I whant to populate textfields and combos.
    Is it possible to connect to one of several XML files to populate a Combo and there after connect to second XML file and then populate a different field or combo.
    Regards
    Ulf

    Hi jimmypham,
    Regarding the first post in this thread on connecting to XML files- has the situation changed since your last post in May 05- is it possible to connec to XML files now in Designer?
    Thanks,
    Dimitri
    WindJack Solutions
    www.windjack.com

Maybe you are looking for