HR data transfer across server

Hi HR expert,
I have question on HR data transfer from 1 server to other with different clients,
let me know is it possible in SAP to transfer HR data of organizational management i.e. i am mainly consigned about data of HRP1000,HRP1001,PA0002 & PA0105 tables?
let me know if there is any methods to populate HR data.
regards,
John.

PL check the following BAPIs..
BAPI_HRMASTER_SAVE_REPL_MULT   BAPI for Replicating HR Master Data, HR Organizational Data
BAPI_ORGMASTER_REPLICATE       HR-CA: Replication of HR Objects                                   
BAPI_ORGMASTER_SAVE_ORIG_MULT  Save Replications of HR Organizational Objects as Originals        
BAPI_ORGMASTER_SAVE_REPL_MULT  BAPI for Replication of HR Organizational Data                     
~Suresh

Similar Messages

  • Re: (forte-users) Delays in data transfer..server-to-client

    I would try using DOM (distributed object manager) traces. trc:do:20 will
    give you information on each messages sent from and received by the
    partition. Levels are 1, 2, 5, 7, and 8, and trc:do:*:8 is very
    verbose. trc:do:20:1 may tell you what you want to know. trc:do:1:1 will
    give you a basic 1-line-per DOM event trace that may also be all you need.
    Communications manager traces will tell you about network and socket-level
    activity, but not about the sizes of the messages themselves. In addition,
    the operating system makes decisions about physical packet size and
    send/receive timing, so CM activities only generally map to actual network
    activity.
    -tdc
    iPlanet Integration Server Engineering
    At 09:24 AM 5/1/01 -0700, you wrote:
    All,
    We are experiencing delays in object transfer between server and client. The
    delays are longer with large objects (a single object with an array of objects
    that reflect the rows returned in a database) than small (ie: 10 rows vs 400).
    Does anyone have any (actual) experience using the various Forte' flags in
    order
    to show the actual size of the object/packets being passed between the server
    and client?
    We are using input/output between client and server, input on all the SO's
    within a partition. Response on the server side is good, roughly 6 seconds or
    so. The round trip fare however from the time the client makes the SO call to
    the time that it completes is in the 25-30 second range, leaving roughly 20-25
    seconds unaccounted for. I have brought in the network guys who are
    requesting
    the data size and packet information. I did not see what I am looking for
    using
    the trc:cm:*:4 and trc:cm:*:8 flags. I will be trying the trc:cm:*:10
    flag, but
    Forte' indicates that this flag is very verbose, the systems group hates
    it when
    I use up all of THEIR disk space!
    Any ideas would be appreciated as always.

    Jeff,
    If the object you are passing does not require changes made to it in the
    server partition to be returned, pass the object as copy input (pass by
    value not reference). If it is necessary to pass the object as input, try
    to pass only the attributes that are required to the remote partition
    instead of the whole object.
    Input/Output is normaly used with scalar variables. When a scalar is passed
    to a remote partition, if the value is changed in that partition, the value
    is not returned to the calling partition unless Input/Output is used.
    Input/Output should not be used for object type parameters, if you need to
    pass a reference, use Input only. If you can pass by value, use Copy Input.
    You will notice a huge difference in performance changing from Input to Copy
    input when passing large objects.
    Hope this helps,
    Travis Foote
    Fortedeveloper.com Inc.
    ----- Original Message -----
    From: "Jeff Bennett" <[email protected]>
    To: <[email protected]>
    Sent: Tuesday, May 01, 2001 9:24 AM
    Subject: (forte-users) Delays in data transfer.. server-to-client
    >
    All,
    We are experiencing delays in object transfer between server and client.The
    delays are longer with large objects (a single object with an array ofobjects
    that reflect the rows returned in a database) than small (ie: 10 rows vs400).
    >
    Does anyone have any (actual) experience using the various Forte' flags inorder
    to show the actual size of the object/packets being passed between theserver
    and client?
    We are using input/output between client and server, input on all the SO's
    within a partition. Response on the server side is good, roughly 6seconds or
    so. The round trip fare however from the time the client makes the SOcall to
    the time that it completes is in the 25-30 second range, leaving roughly20-25
    seconds unaccounted for. I have brought in the network guys who arerequesting
    the data size and packet information. I did not see what I am looking forusing
    the trc:cm:*:4 and trc:cm:*:8 flags. I will be trying the trc:cm:*:10flag, but
    Forte' indicates that this flag is very verbose, the systems group hatesit when
    I use up all of THEIR disk space!
    Any ideas would be appreciated as always.
    -jeff
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

  • Delays in data transfer.. server-to-client

    All,
    We are experiencing delays in object transfer between server and client. The
    delays are longer with large objects (a single object with an array of objects
    that reflect the rows returned in a database) than small (ie: 10 rows vs 400).
    Does anyone have any (actual) experience using the various Forte' flags in order
    to show the actual size of the object/packets being passed between the server
    and client?
    We are using input/output between client and server, input on all the SO's
    within a partition. Response on the server side is good, roughly 6 seconds or
    so. The round trip fare however from the time the client makes the SO call to
    the time that it completes is in the 25-30 second range, leaving roughly 20-25
    seconds unaccounted for. I have brought in the network guys who are requesting
    the data size and packet information. I did not see what I am looking for using
    the trc:cm:*:4 and trc:cm:*:8 flags. I will be trying the trc:cm:*:10 flag, but
    Forte' indicates that this flag is very verbose, the systems group hates it when
    I use up all of THEIR disk space!
    Any ideas would be appreciated as always.
    -jeff

    All,
    We are experiencing delays in object transfer between server and client. The
    delays are longer with large objects (a single object with an array of objects
    that reflect the rows returned in a database) than small (ie: 10 rows vs 400).
    Does anyone have any (actual) experience using the various Forte' flags in order
    to show the actual size of the object/packets being passed between the server
    and client?
    We are using input/output between client and server, input on all the SO's
    within a partition. Response on the server side is good, roughly 6 seconds or
    so. The round trip fare however from the time the client makes the SO call to
    the time that it completes is in the 25-30 second range, leaving roughly 20-25
    seconds unaccounted for. I have brought in the network guys who are requesting
    the data size and packet information. I did not see what I am looking for using
    the trc:cm:*:4 and trc:cm:*:8 flags. I will be trying the trc:cm:*:10 flag, but
    Forte' indicates that this flag is very verbose, the systems group hates it when
    I use up all of THEIR disk space!
    Any ideas would be appreciated as always.
    -jeff

  • Data transfer across 2 different views in web dynpro ABAP

    hi all,
    can anyone please help me on how to transfer data across 2 different views in wd ABAP.
    i have made a view-1 and using another view-2 as a component which is displayed in the tab in view-1.
    i am required to fetch a value from the view-1's input field and use it for a further processing in the view-2.
    i want to use the value which is in the input field in the view1 as a primary key to get the whole record corresponding to that value and that complete record must be shown in my view2.
    the thing here is view1 and view2 are 2 different views.
    view1 has a tabstrip control.
    the view2 is embedded in a tab of that tabstrip as a used component because it was not possible for me to build the view in the tab as a whole.
    please help me out if anyone has done so?
    thanx in advance.

    Hi,
    If both the views are in the same comp, define the context node which holds the input field of view1 in the component controller. Then map this same context node into the context of view2. Then in the inbound plug of view 2, read the context, and fire your select statement based on the input value.
    Another way is, pass the input field from view 1 as a parameter when invoking the inbound plug of view2.
    Regards,
    Wenonah

  • What is easier to code: SOAP or HTTP data transfer to server?

    I am thinking about to implement a Flex app which retreves and stores data on a remote server.
    For this scenario two transfer methods can be used:
    - SOAP/WebService
    or
    - HTTP
    What would you say is
    a) easier to implement in Flex?
    b) is faster handled in Flex?
    Peter

    Could you tell me the best for
    a) PHP
    b) Java AppServer

  • Slow Data Transfer on Server 2012 R2 Essentials - Can't Disable SMB Signing

    I've seen several solve their slow file transfer rates by disabling SMB signing (that is, workstations connected to the server can move files from folder to folder, but it takes forever, whereas if one is logged onto the server through a third-party client
    (like TightVNC), one can easily move files from folder to folder--no delay).
    I thought I'd do the same as one of my clients is suffering this problem.
    Unfortunately, the necessary items ("Microsoft network server: Digitally sign communications (always)" and "Domain member: Digitally encrypt or sign secure channel data (always)") are greyed out and I can't disable them. I'm logged in
    under the administrator account.
    Is there another work around?

    Hi MarKomus,
    à
    Unfortunately, the necessary items ("Microsoft network server: Digitally sign communications (always)" and "Domain member: Digitally encrypt or sign secure
    channel data (always)") are greyed out and I can't disable them. I'm logged in under the administrator account.
    Based on your description, I understand that you want to configure those two group policy settings in client
    computer, and then find that they were greyed out and can't be disable.
    Just addition, please logon your Windows Server 2012 R2 Essentials via Administrator account. Then open Group
    Policy Management Editor and follow the path: Computer Configuration-> Policies-> Windows Settings-> Security Settings-> Local Policies-> Security Options, then please check if that two policy settings had been defined and configured in the
    DC.
    If anything I misunderstand or any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Delivery document data transfer to non sap server.

    Hi,
    My requirement is ,when i created delivery label (vl01), this delivery document should be  sent to FTP server instead of printer in flat file format.
    Normally for delivery document printing we use VL71 t.code,but in my requirement i  have to create new program and configure this program in NACU tcode for particular output type.
    How we approach this scenario, please help me.(for data down load to flat file and transfer to server).
    Thanks in advance.

    Hi,
    I think you are mixing different concepts. UD connect , DB connect and Web services are methods to upload data from non-SAP source systems to BW. Ud connect is to loada data from SQL tables , DB connect from oracle table.
    If you want to transfer data to other systems Open hub is the easiest way. You can put the data in a flat table throught the open hub. You can fill the table with delta method.
    Open hub allows to load data from, infocubes, dso, or infoobjects.
    I hope it helps.

  • Data Migration - SSIS Transfer SQL Server Objects Task or something else

    Can someone please kindly help me with this.
    Scenario
    I have a requirement to transfer selected tables and views (with a specific schema) between two databases which reside in two different servers. In the interest of clarity I will call my databases DB_A and DB_B respectively. Please note that these databases
    are NOT on the same server.
    Transfer of these objects (tables & views) happens once a month. 99% of the objects in question will be of the same name and schema between the two databases as the ones migrated from the previous month. However, metadata definitions may change on DB_A
    and those changes are supposed to be reflected on DB_B along with the associated data. This therefore means that each time a transfer/migration happens; objects in DB_B are dropped first and completely replaced by objects from DB_A.
    Problem
    What is the best way to achieve this?
    My first attempt has been a go on the Transfer SQL Server Objects Task
    in SSIS. The problem that I have is that when using Transfer SQL Server Objects Task
    I don’t know how to filter objects in DB_A so that only objects with a specified schema can be migrated.
    Transfer SQL Server Objects Task appears to be the best solution to me to accomplish my requirement but I can’t filter the desired objects by schema. Someone suggested using C# but my C# skills are not that eloquent.
    May someone kindly help please, or possibly suggest any other way which can be handy to fulfil my requirements.
    Many thanks,
    Mpumelelo

    Hi Prashanth
    Thanks for your response. There is one problem though in my case. I’m sorry I forgot to mention this in the original question. When the objects are moved from BD_A to DB_B the schema in DB_B changes. That is, schemas are not the same between the source and
    the destination database. How do I handle that with the solution that you have suggested?
    Many thanks,
    Mpumelelo

  • License server in data transfer workbench

    Dear All Experts/Gurus,
    I have a problem about log on to data transfer workbench (DTW). I don't understand why I must put numbers in license server field before log on to Data transfer workbench ? In the license server field of license administration form, I've seen the license server is words for example jimmymc, then beside it 40000.
    I log on DTW, I fill jimmymc in the license server field but I've got error message:
    "connection to jimmymc has failed. Error code 100000001. Connection with license server failed"
    I don't understand why it succeeds if I fill numbers for example 130.1.2.5:40000, it works successful. What actually the function of license server field ? why could it be different with license server in the license administration form ?
    I apreciate your answer. TIA
    Rgds,

    Jimmy,
    The net-net is that ... the way you log into the DTW as of the 2005A version is different becasue the overall licensing mechanism used by SAP Business One for 2005 changed from what was used in version 2004.  The licensing mechanism now uses CORBA.  This allows connection without having to have an IP Address, but you can still use one as you have seen.  When you install the License Server for Business One, the default connection "port" used and is defaulted to in the License Server is 30000 ... although you can change this to any port not being used.  Again ... the net-net is that is how it works and that is what is now required for connection or use the IP.
    HTH,
    Eddy

  • Difference in data transfer rates between winXP and Linux server?

    Hello all,
    I am using a winXP laptop to act as my server (all usb external hard drives are connected to it) but the data transfer rates can be really slow. Is Linux faster in that regard? Can a Linux based server provide faster data transfer rates?
    Thanks for any help.
    Bmora96

    Linux cannot make hardware go any faster - so if WinXP and its drivers are making optimal use of those USB drives and the USB data transfer pipe, Linux will not make it faster. (but installing Linux and going Tux are always excellent ideas that need no real reason either ;-) )
    Real question you should be asking is if using a notebook in a server role is wise thing to do?

  • Transfer data from File server to SAP R/3 AS

    hi, i need to transfer data from file server (http:/.....) to SAP R/3 application server. I have the HTTP Host name (http:/......) and login details. please let me know how i can resolve this.
    best regards
    Neeraj

    Hi
    You need to create a RFC Destination with the details what you have, then you can create a RFC Fucntion module to read the data, according to the destination system, you have to code that, once you
    pick the data from the destination system, later you need to convert it to SAP Format.
    To trace your fm status, there are function module availabe in sap, search with http, you can find.
    regards
    Praveen

  • Transfer data to Application Server

    Hi All,
    I need to send data to Application Server. Each record should be length 504. But i am not able to send data more than 255 characters in length in a single line.
    Is there any way to send more than 255 characters in a single record(single line) to the Application server.
    Thanks
    Arun

    Application Server File will be stored upto the maximum length,
    but we can not view the length more than 255 charecters
    OPEN DATASET outfile_fcsr FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT t_zdlqran3.
    TRANSFER t_zdlqran3 TO outfile_fcsr LENGTH 700.
    ENDLOOP.
    CLOSE DATASET outfile_fcsr.

  • Data transfer error(application server)

    Hi Gurus,
    While uploading data into application server, I have an issue. I am having the data in internal table but I am unable to send all the data into application server.
    (open dataset file for output )
    TRANSFER l_h_tbl_file  TO fu_wk_get_file.
    Data in internal table:
    f1 f2 f3 f4 f5
    1  2   -  4  5 
    after update to application server:
    f1 f2 f3 f4 f5
    1  2   -  -  - 
    I am getting 2 fields only. if any blank filed(f3) exist between those fields remaining fields also getting blank.
    How can proceed further?
    Regards,
    Dhanu

    Try this..instead of moving field by field into the file 1st convert all he fields to a character stream..and then move that steam to file. Ex:
    loop at internal table into l_h_tbl_file.
    concatenate l_h_tbl_file-f1 l_h_tbl_file-f2 l_h_tbl_file-f3
    l_h_tbl_file-f4 l_h_tbl_file-f5 into g_string.
    TRANSFER g_string TO fu_wk_get_file.
    endloop.

  • How to transfer BLOB type of data from SQL Server to Oracle

    Hi,
    Actually, I create a table with BLOB type data in SQL server. In fact, there is not exact BLOB type in SQL server, it will be separated to image and ntext types. But there is exact BLOB type in Oracle.
    I don't know how to transfer this "BLOB" type into Oracle with DTS or any other methods.
    Many Thanks for your any suggestions,
    Cathy

    JAVA_GREEN wrote:
    No i haven't mixed up.But the file from where i have to retrieve the data is in csv format.Even though i created another csv driver.and tried but i cud not find a solution to load/transfer a set of records from one file(in Excel/csv format) to another file(in mdb format).plz help me.Is there any other methods for this data transfer.A csv file is NOT an excel file.
    The fact that Excel can import a csv file doesn't make it an excel file.
    If you have a csv file then you must use a csv driver or just use other code (not jdbc) to access it. There is, normally, a ODBC (nothing to do with java) text driver that can do that.

  • Establish a connection through RF modem's on client & server side & to set up PPP communication for data transfer

    hi
    can any1 over here help me out in how to establish connection between 2 RF modem's for data transfer , between client & server USing LABVIEW?
    I want to establish a connection between 2 PC's through  RF modem on client & server side & to set up PPP communication for data transfer.
    (I have tried data transfer through RS-232 using TCP/IP whn the 2 PC's are connected over ethernet... which is working.
    I also tried connecting loopback cable between 2 PC's COM port & geting data transfer using VIsa configure serial port & other visa functions  ... which is working)
    can u guide me how to establish connection between 2 RF modem's using LABview?
    & how does the data transfer take place between 2 RF modems through RS-232?
    is it using TCP/IP?
    If you got any links to go abt this issue do send me related links .. or any examples .....
    I am currently using Labview version 8.
    Waiting in anticipation.. reply ASAP..
    thanking you
    Regards
    Yogan..

    Howdy yogan,
    Maybe you could clarify a few things for me, and we'll see how we can help ya. TCP/IP protocol occurs through an ethernet connection; RS-232 communication occurs through an RS-232 serial connection, typically through a cable that has a DB9 connector on both ends. Do you mean that the RF modems in question have the option to communicate via RS-232 and/or via TCP/IP ethernet? Specific information like the manufacturer of your RF modems, the model number of your RF modems, and how you connect the modems to the PC would enable us to give you more efficient support.
    You can check our Instrument Driver Network (IDNet) to see if a plug-and-play/IVI driver already exists for your RF modem. (You'll need to know its manufacturer and model number.) In the case that you do find an IDNet driver for your modem, you can use this KnowledgeBase article for instructions on how to use the driver.
    Another excellent resource to consider is the NI Example Finder. You can access this within LabVIEW by navigating to Help»Find Examples and then searching for serial or TCP/IP examples.
    Message Edited by pBerg on 03-10-2008 04:35 PM
    Warm regards,
    pBerg

Maybe you are looking for