HR data tranfer (HRMD_A)

Hi All,
I have created a ALE setup between SAP HR system to SAP R/3. I am sending master data(IT1,2,3,7,317) to the R/3 system through an IDOC of message type HRMD_A.
All the configuration is done.  i can able to transfer data in betweens systems. But My problem is i have to modify the data...
I have to send some IT0105 data of HR system to the IT0001 of R/3 system. How I can do that. Please help me.
Thanks,
PRVN
Edited by: prvn kumar on Oct 6, 2008 7:39 PM

Hi,
I am doing the same using Enhancement 'RHALE001' exit EXIT_SAPLRHA0_001.
But now i have a new problem.
I have to generate new internal range personal number in the inbound system. i can not use the same personal number of outbound system.
Please help me. How can i generate new personal number using the data from out bound system in ALE IDOC process.
Thanks,

Similar Messages

  • Audigy 2 makes "scritches" when making heavy data tranf

    Hi everyone.
    I've have a weird problem with my Audigy 2: When I'm making heavy data transfers between my dri'ves (I've seven of them...), the soundcard starts making very agrressi've noise "scritches" through the speakers, regardless of the player. It does that with MediaPlayer, iTunes, MusicMatcjh and PovwerDVD, so I'm pretty sure it's not player-related. It is also prone to make such noises when I go over the internet.
    Now, in the normal course of my doings, I don't make huge transfers, so it's fairly managable. But when I tranfer big chucks of data (500+ Gb), it starts. It's particulary loud when I'm tranfering to another computer, either FiWi, USB or RJ45. And it occurs from any dri've to any dri've.
    When I game, play movies, do PhotoShop, ANY usage, even highly demanding CPU processes, no problem. But if I simply move chunks of data from a dri've to the other (no problem in searches or seeking), it happens.
    Any idea why so? My setup in a nutshell:
    WinXP SP2, firewalled, antivirused and antispied
    Various demanding games and applications
    ASUS P4C800 Deluxe
    ,5 Gb DDRAM, 400 FSB
    480 watt power supply
    4 fans
    x 60 Gb IDE
    x 80 Gb IDE
    x 80 Gb IDE, on Promise channel
    x 20 Gb IDE
    x 200 Gb IDE, on Promise channel
    x 200 Gb SATA
    x 300 Gb SATA
    Audigy 2 Platinum
    nVidia GeForce FX 5200
    ATI RADEON 9250
    I'm a but fuzzy on the brand of the HDDs, I haven't opened my case in a while, but I know I have Maxtor and WD dri'ves.
    Any help would be glady appreciated.
    Thanks!
    Vaixe

    - check if Audigy is sharing IRQ with IDE/SATA, NIC, FireWire, USB controller?
    - check if DMA transfers for IDE channels are set correctly for best performance (if you transfer from IDE disks).
    - check how antivirus program is set (if it is set to scan files when transferred).
    - decrease graphic card(s) PCI latencies to 28 (you can do this with PCI Latency tool (if you do use your PC otherwise acti'vely (not just listening music) while transfering files).
    - check if you have autoupdete(s) running/acti've on OS/other programs
    these came into mind now ...
    .jtpMessage Edited by jutapa on 09-4-2005 06:33 PM

  • Data tranfer using bapi(lsmw)

    please explain the steps that are used to upload legacy data into sap using lsmw (bapi method)
    Message was edited by:
            neela renganathan

    Hi,
      is step by step process .
    Step-by-Step Guide for using BAPI in LSMW
    Note! The screen prints in this article are from ECC 5.0. They may differ slightly in other versions.
    Introduction:
    This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.
    Pre-requisites:
    It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.
    Step-by-Step Procedure:
    Details of the BAPI used in this scenario:
    Business Object: BUS2012
    Method: CreateFromData
    Details of Message Type and Basic IDoc Type:
    Message Type: PORDCR
    Basic IDoc Type: PORDCR02
    Let’s have a look at the BAPI first, before proceeding to the LSMW:
    1. Go to Transaction BAPI
    2. Click on Search Button
    3. Enter the value “BUS2012” and select “Obj.type(Technical Object Name”
    4. Press ENTER
    5. Following screen appears:
    6. On the left side of the screen, Expand the “PurchaseOrder”.
    7. Select “PurchaseOrder” and double-click on the same for details.
    Building LSMW using BAPI:
    1. Go to Transaction LSMW.
    2. Enter the Project, Subproject and Object information and click on CREATE.
    3. Enter the descriptions for Project, Subproject and Object as prompted.
    4. Now select Settings à IDoc Inbound Processing
    5. “IDoc Inbound Processing” screen appears. Enter the required details as shown below:
    6. Click on “Activate IDoc Inbound Processing”.
    7. Click on “Yes” when prompted for “Activate IDoc Inbound?”
    8. Hit on “Back” to return to the main screen.
    9. Click on Continue (F8). Following Screen appears:
    10. Select the Step 1 “Maintain Object Attributes” and select “Execute”.
    11. Select the radio button “Business Object Method” and enter the following details:
    Business Object: BUS2012
    Method: CreateFromData
    Hit ENTER
    12. Save and click on BACK button. Following information message is displayed.
    13. Now select step 2 “Maintain Source Structures” and click “Execute”.
    14. In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:
    Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on “Create” again to create the child structure. Following popup appears:
    Select “Lower Level” and click on Continue. Enter the Item data structure name.
    Click Save and hit BACK button to go to the main screen.
    15. Select step 3 “Maintain Source Fields” and hit execute.
    16. Enter the fields as shown below:
    17. Click SAVE and return to main screen.
    18. Select step 4 “Maintain Structure Relations” and click Execute.
    Select E1PORDCR and click on CREATE RelationShip. Following screen appears:
    Select HEADERDATA and hit ENTER
    Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.
    Click Save and return to main screen.
    19. Select the step “Maintain Field Mapping and Conversion Rules” and click on execute. Maintain the Field Mapping as seen below:
    20. Select step 7 “Maintain Source Files” and provide the link for the test file created. (Create a test file with the same structure as defined earlier).
    Save and return to main screen.
    21. Select the step “Assign Files” and click on Execute.
    Assign the file provided to the source structure. Here the same file is provided for both the structures.
    Save and return to the main screen.
    22. Select the step “Read Data” and click on Execute.
    Click on Execute.
    Return to the main screen.
    23. Select the step “Display read data” and click on execute.
    Click on the structure name to get the field level values.
    24. Return to main screen and now select “Convert Data”.
    25. Return to the main screen and select “Display Converted data”.
    26. Return to main screen and select “Start IDoc generation”.
    27. Now select the step “Start IDoc Processing” on the main screen.
    28. Return to main screen and click on “Create IDoc overview”. Here the data record and status records of the IDoc could be viewed:
    Please Go through these Links ,
    BAPI with LSMW
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI
    For document on using BAPI with LSMW, I suggest you to visit:
    http://www.****************/Tutorials/LSMW/BAPIinLSMW/BL1.htm
    http://myweb.dal.ca/hchinni/sap/lsmw_home.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    Regards

  • Xi to BW data Tranfer

    Hi All,
    I am trying to use XI to get data from Business one to BW and as part of the process am creating a prototype for XI to BW data transfer.I followed the procedure as given in doc how to send XMl to BW pdf but i ran into issues wherein the data is sent succesfully out of XI but i am not able to see the data in BW delta Queue. Please advice
    Thanks
    Anand Raj

    Thanks guys Issue Resolved... had to modify the program to map the exact structures in Function Module

  • Data tranfer to recently cleaned hard drive, noback up

    Hi,
    I recently had a virus on my computer and had to have it cleaned. All data files were saved. I reloaded photoshop elements 4, but the program did not find and pull the photes back into the program. I do not have backup. I see all the photos and they are listed as Adobe files. I would like to be able to get them back with their tags. Can somebody explain this process to me? Help is appreaciated and I am sure this is  a fairly normal occurance. Barry

    If you want your tags, you probably need to recover the catalog file (*.psa) that was on your computer before you cleaned it. If you didn't save that file, then there is a chance your tags are gone. Another possibility is that you wrote the tags to the files with the Organizer command File->Write Tags..., in which case your tags should return when you re-import into PSE. If you don't have either of those, then your tags are gone.

  • Which encryption method is the best way to secure the data tranfer

    Hi ,
    I want to configure the Encryption between two cisco Wan routers(3845 & 3825).
    We use 50MB leased line connection and transfer the data. I also configured the QOS to limit the data transfer rate to 20MB on the same pipe and it's working fine.We also use the same pipe for trading purpose too. That's why I limit 20MB for data(copy) transfer between two hosts.
    Which encryption method should I use to secure the data transfer?
    Plese kinldy advise .
    Thanks,

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    I would recommend AES256.
    I would also recommend a VTI tunnel vs. GRE/IPSec.  However, both, depending on your IOS, should support AES256.
    Encryption will demand more from your routers.  I think the 3845 should be able to support 20 Mbps encrypted, not as sure about the 3825.  (BTW, if you have 50 Mbps LL, why are you limited transfer rate to 20 Mbps?)
    Also BTW, there's much involved in setting up encrypted tunnels for optimal performance.  Also see: http://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html

  • Data tranfer from ods to infocube

    Hi Friends,
    I have created ODS and infocube, the data was loaded on ods sucessfully , but when tried to transfer the data from ods to infocube, the error comes. the update rules and data flows are shown correctly as in FUFU book.
    the errors comes as check the load and after that the infopackage ask to delete the init request in same cube.
    can anyone suggest the right way of tranferring the data from ODS to INFOCUBE and the issues to check.
    Kind Regards,
    Irfankhan

    Hi
    Recheck whether you have the request Activate data in ods (odsrcactivate data & Activate Data automatically while ods creation & odsmanageRequest tab -- request -- Activate)
    If the Data is there in Active Data table then try to update the same with Update Rules.
    While Info Package from ods--Cube -- the Info Package Selection should be Delta ( Init is already there in your cube as I have seen the error message you mentioned)
    the update From ods to Cube
    Via Info Package -- Data Target Tab -- Schedule it with options Delta --
    Info Package -- Monitor -- Update Manually (Wheel)
    Adding it in Process chain
    Hope it helps and clear

  • Template for data tranfer

    Hi ,
    How to create a custom template file for make a data transfer?
    Thanks

    Hi
    I must say that, also with a little bit of practice you don't need to use exactly the templates located in the TEMPLATES folder.
    You can create your own, starting from a simple excel sheet, in fact you dont need to use the same names in the columns, we all know that it doesn't have the same names you see in SQL or in "View System Information" inside SBO.
    I tihink that what its really important is that you know exactly what fields are mandatory in SBO, cause you can map it correctly within the DTW interface.
    So maybe i mark these two things
    1. Know mandatory fields to import or to update
    2. Map the colums from your template to the ones in SBO.
    Regards!

  • JSP data tranfer

    Hi,
    Please look at following code:
    <html>
    <head>
    <title>
    BaseJsp
    </title>
    </head>
    <body>
    <FORM ACTION ="http://localhost:8080/confirm1.jsp">
    <INPUT TYPE = "SUBMIT" NAME = "ACTION1" VALUE ="ACTION1">
    <INPUT TYPE ="TEXT" NAME = "ACT1" VALUE = "10">
    </FORM>
    <BR><BR>
    <FORM ACTION ="http://localhost:8080/confirm2.jsp">
    <INPUT TYPE = "SUBMIT" NAME = "ACTION2" VALUE = "ACTION 2">
    <INPUT TYPE ="TEXT" NAME = "ACT2" VALUE = "20">
    </FORM>
    </body>
    </html>
    My question is: when I click the ACTION1 button, how can the confirm1.jsp page get the data from both of the text area ACT1 and ACT2 ?
    Thanks
    Leo

    Hi Leo,
    Put both the fields and buttons in one form.
    Change the input type of the buttons to just 'button' instead of 'submit'.
    Add a javascript function for 'onClick' and set the value of the action variable accordingly.
    rgds
    Mani

  • EXTEND BASIC TYPE HRMD_A FOR TRANSFER IDOC DATA (HR MODULE)

    Hi,
    I'm trying to various infotype 2001,2002,2006 ecc to another SAP system via ALE and since they are not part of message type "HRMD_A" I have created the extension ZHRMD_A06. I've already created the new segments(we31) and put these segments (with names Z1P2001, Z1P2002 ecc ecc) into the extension(we30). And I've assigned the extension to the message and basic type (we82).
    The new segment are processed correctly in the idoc creation via transaction PFAL, but via transaction BD21 i meet the abend message : B1 070 - Internal Error : program....command... for argument Z1P2001 (for example)
    In other words, BD21 do not process the custom segment but the PFAL yes...how it is possible?
    I've activate the change pointer in every customizing table intersting.
    Many thanks in advance for any reply
    Achille

    unfortunately, the standard do not provide the infotypes for the HR-TM (Time Management), that
    are between the structures i must send in the other system sap.
    Ok, I have never delt with Time data in HRMD_A. Probably this is the case then
    Ok,now i've checked the filter in BD64 and the tables BDCP2, CDHDR and CDPOS but it seems
    all correct!!
    By checking Filters I mean that confirm if you have added Time Infotypes there (just
    making sure). If data is appearing in BDCP2 that means there is no problem in Change
    pointer creation, Just ruling out possibility.
    Try with an user exit it's a good idea, but why in the PFAL the idoc (with the custom segments)
    is created without problems and in the BD21 no??? This is very strange
    1) Well BD21 uses the Function module (TBDME for HRMD_A) which read change pointers and
    create IDOCs. So now if you have extended Segment you have to add your population code
    here somewhere.
    2) PFAL is Push program, my assimption here is you have wriiten some piece of code to
    populate Additinal segments data here? Otherwise IDOC will not be populated
    automatically.
    Let me know what you think.

  • How to increase AFP data transfer speed?

    When I connect to our server from a WAN source outside of our facility the file data transfer rate is extremely slow. We just upgraded to a 10Mps fiber service and that has dematically increased our website data tranfer speed. I would like to find a way to access the file server from remote location and work, but the data transfer rate makes productivity impossible. I would appreciate hearing how other organizations are set-up and functioning with file transfer sizes at an average of 10 to 15 Mb.
    Thanks,
    Brian
    OS10.6.8 Server,

    If you don't have enough network bandwidth for your time requirements, you have little chance of success with the direct approach.  Techniques such as file compression and such can only provide limited help.  If you're transfering multiple copies of the files, then you can push one copy of the file to a hosted provider, and then serve additional copies from there.
    As for your network, a ten million bits per second network connection is the speed of first-generation Ethernet.  That Ethernet was a fast network, back in 1985.  In the era of a one billion bits per second Gigabit Ethernet and increasingly commonly with the ten gigabit Ethernet links, a 10 Mb link is glacial.
    A typical DSL network is asymmetric, meaning you'll have 10 Mb down (theoretically) and some fraction of that up.  So you might not be getting that 10 Mb in the direction you're coppying files.  And this is best case; various of the ISP network links around aren't providing their rated speeds.
    AFP stinks on a network, and you're also opening up your file system to remote attackers. 
    As for WebDAV, read this.   In addition to WebDAV, you can also try an sftp or other "simpler" copy command as a test, and see what you get for that.  (sftp is also encrypted, which has benefits, though the encryption also requires more processing time.)
    But beyond techniques such as data compression (and which may or may not be an option here) or incremental or "delta" changes to the data (which probably isn't an option here) or working locally and batching over the changes, there are few good ways to contend with a too-slow-for-your-needs link.

  • Synchroniz​ing - Data Recovery (.cvf) Help

    Newbie to the forum.  Hopefully this is the correct thread? 
    Had Palm Desktop  v 4.2 installed on my Windows XP Pro and was using it to sync with my Treo 650.  Recently purchased a Pre and am in the process of moving the data over.  Painful so far.  Palm support web site indicated that Palm Desktop v6.2 was required to begin the data tranfer to the Pre.  Downloaded v6.2 and installed.  The install recognized the previous version 4.2. and the install seemed to go well.  When I opened the new Desktop none of my old data (contacts, etc.) was there.  I was especially confused that no contact catagory was shown with the new install. 
    Prior to doing this upgrade, I did export all of the data to a .cvf file on my desktop.  I believe I was asked and did sync the Treo with the new v6.2 as part of the install..  Because none of the data was transferred, I tried to import the saved .cvf data, but the new Palm Desktop version only recognized a new .cvs format . . .   And all of the data is still available on my Treo . . .
    Frustrated and thinking I should start over I did uninstall the Palm v6.2 completely (Windows add/remove).  Suggestions . . . ?
    Post relates to: Pre p100eww (Sprint)

    A little confusing... There are two common export formats for contacts (address book entries):
    .vcf = vCard format, most often used for individual export
    .csv = comma separated values, most often used for bulk export
    If your address book on your 650 is intact, you may be able to sync the data into Desktop 6.2. However, I haven't used that version myself. You might peruse the Windows HotSync board here for pointers on the 4.x to 6.x migration.
    http://forums.palm.com/palm/board?board.id=windows​_hotsync

  • Data conversion into SAP B1

    Hi all,
    First time poster with a newbie question.
    I am a project manager working with a consultancy in implementing SAP B1.  Our old system is SBT.
    One of the tasks to be done is to import four "inventory" fields into SAP (about 2700 rows total):
    Bin location
    Batches
    Cost
    Quantity on Hand
    I have two questions:
    (1) I have a friend who is experienced in SQL data transfer.  He said he could easily write a program to insert data directly into the SQL tables.  When I mentioned this to my SAP consultant, he said that this is a HUGE no-no due to system complexity, high potential for errors down the road, etc.  Would you agree with him?  Or is he just trying to save his company from losing business?
    (2) If the consultant does the data transfer, he estimates 2 days of work (using SAP Data Transfer Workbench).  To me, this sounds like a lot of time!  My data transfer friend says he could do the entire transfer in an hour or two.  Do you think that 2 days of work is a reasonable amount of time for importing these four inventory fields into SAP?
    Thank you for any help you can offer.

    Lin,
    SAP does not Support any kind of Direct data manupulation with their SQL Tables.  Everything has to flow through DI API.
    This being said Data Tranfer Workbench is the way to import the 4 peices you are needing to import.
    Regarding the time line, it could be done in 10 hours or it could take a week, it will all depend on how the data is currenly available.  If your data is accurate and all values are mapped in an Excel it could take 2 days or less.  If your data is not in the right format it could take more.
    2 days is a reasonable estimate.  One thing to remember is importing data into SAP is not a tough job but it is a time consuming job.
    Best wishes
    Suda

  • Using too much data very quickly

    This month my phone provider advised me that I'd nearly used up all my data in 5 days. I really don't know why. Could it be an app called pic college?

    Go to your cell provider's account and look for data tranfer history log to see at what time big data transfers are happening and cross reference it to your actual app usage and off-WiFi activity. That can get you started with finding a root cause.

  • Convertinf Date format from YYYY-MM-DD to MMDDYYYY

    Hi Experts,
              I want to convert  date format from yyyy-MM-dd  to MMDDYYYY ( i am using this format in the file strucure),
             i tryed using date tranfer funcion source as yyyy-MM-dd and target as yyyyMMdd this is working fine.
    i tryed using date tranfer funcion source as yyyy-MM-dd and target as MMddyyyy this is giving error.
    Please help me out,
    Thanks,
    Dhanush

    Hi,
    From the error it looks like the date value is coming as blank in the source. please give the date in the same format as you have provided in datetrans function and test it again. It will work.
    It might be possible that there are some other date fields in your source where you are not passing any value and using datefunction. please look carefully at all the source structure and data.
    thanks
    amit
    reward point if suggestion works

Maybe you are looking for

  • DataSocket Data Error

    I have a large LabView application (Win 2000) with which I need to communicate from another machine (Win XP Pro) using the DataSocket Server (dstp). I do not have LabView on the Win XP machine, so I compiled a small LabView application to run on it. 

  • Weird tables are added in the db after migrating an Access db to Oracle 0816

    Hi, The migration workbench has been giving me headache recently. I was trying to migrate a small Access 97 db to Oracle081600. It used to work fine. But one day, it began to give me problems. Each time after I migrated an Access97 db to Oracle, the

  • Invalid Serial Number - Adobe After Effects CS6

    Hey Adobe. So, after i finally went through alot of trouble to get Adobe After Effects true the link an MVP gave me, I'm on the final step and I'm having trouble once again. Whenever i try to put in the serial number on the back of the CD box, it say

  • Hi where can i find serial numbers for Adobe Creative Cloud

    hi i want join with Adobe Creative Cloud, But the system buy it is want serial numbers i don't know where i find it ,i have trial version 30 day i want buy Complete - Special Offer but i can't

  • I get this error when attempting to login to yahoo mail

    "The browser you're using refuses to sign in. (cookies rejected)" I've researched the help files and done everything I could find to make cookies accepted on the yahoo mail site and nearly every other site I frequently use. Tearing out what little ha