Upload  infotype  with  ZDTT  (HR DATA TRANSFER TOOLBOX)

Hi,
Can  someone  has  documentation  for  ZDTT ?
Thanks  in  advance
Soufiene

Hi,
As far as I remeber , The package when you download does comes under 2 parts. one of them BPHR_PD_DATASET.exe which contains the excel sheets. If you are not able to get just mail me ur id, I will try to send them
Regards

Similar Messages

  • Data transfer toolbox dump

    Hi,
    I am using sap standard data transfer toolbox (transaction - /n/hrbp/zdtt) to upload my OM related data. Initially I am trying to upload infotype 1000 and 1001. But I am getting a short dump with the below description.
    "The ABAP program lines are wider than the internal table.The current ABAP program "/HRBP/ZHDX1000" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.".
    Could anyone help me if they have encountered such a problem in DTT.
    Regards
    Shyam.

    Hi,
    We encountered the same problem while using the DTT toolbox and have to copy the ZHDX1000 program to another ZProgram and then we changed the required include statement and now its running.Not from the DTT tool but that custom report.
    Alo some settings need to be altered in the User Profile who is running the tool like UGR is set to 99 and MOL is set to country running the program.
    Regards,
    Amit
    When we executed the DTT program, we followed the dump and found one of the include have a perform missing, so the developer just took care for that one and now its running through that custom program.
    Message was edited by:
            Amit Khare

  • HCM Best Practices version 1.500 (HCM Data Transfer Toolbox)

    Hi,
    Does anyone have the HCM Data Transfer Toolbox (BPHRDTT, HR-DTT, HRDTT)? This seems to be discontinued and been replaced by LSMW which does not provide anything even close to this tool!!!!
    I wish this would have been posted in the Downloads on SDN.
    Thanks
    Check out the following link to see what I mean:
    http://help.sap.com/bp_hcmv1500/HRBP_DTT_V1_500/index.htm
    Edited by: Andreas Mau on Jan 30, 2009 8:42 AM

    Hi Uwe,
    Thanks for giving it a try, but my question is very specific for the reason that SAP has discontinued a perfectly good tool and replaced it with some do-over.
    LSMW - is not always suitable and for large loads the performance is out of wack. You always have to start from scratch creating the stuff.
    PU12 - The interface toolbox is nice but it could offer something more like XML or MHTML formating so you can actually reuse the data without pain. Also for payroll extraction on retro-results for only deltas this is not useful either.
    HR-DTT - Was a tool that had all you really needed and was working just fine. It had everything not just infotypes but also T558B/C/E load although I prefer T558D than T558C. Here SAP is totally lacking support. The 2 BAPIs for BUS1023 do not support all one is only for outsourcing, the other for only B/D tables. In the code the E table update is commented out since they forgot to actually add the corresponding structure for the load as importing parameter...
    SXDA - A rather unknown Data Transfer Workbench which also uses projects to organize the data transfer hooks up onto LSMW as well, but again that is where the tools end. There are no example projects for any area that are of any use. SCM/SRM has some minor examples but nothing that could be called exhaustive.
    The Link: Thanks to SAP support this link has been discontinued so that no-one can ask questions any more on this issue. You may still find the docu on the service marketplace in 50076489.ZIP for HRBP_USA_V1500
    Edited by: Andreas Mau on Apr 23, 2009 10:36 PM
    Edited by: Andreas Mau on Apr 24, 2009 1:39 AM

  • Data Transfer Toolbox for ECC 6.0

    I am on ECC 6.0 and I am trying to install the data transfer toolbox (DTT) for HCM.  I installed the ERP05V4.SAR file (which is in the 600-ERP-DATA folder), but there are no DTT tcodes.  A colleague of mine told me he has used this in earlier versions of SAP (ECC 5.0) and he installed BPERPVD.SAR (which is in the 500-ERP-DATA folder) and the DTT was installed.   So it seems that this does not exist for ECC 6.0, but we need it so I am looking for help!
    I downloaded all of these files from OSS-downloads-SAP installations and upgrades-Enter by application group-SAP best practices-Best practices for my SAP all in one-SAP BP for HCM-HCM V1.500-installation.
    Thanks
    Mike

    Hi Michael,
    Were you able to get DTT installed for ECC 6.0? We are also, in the similar situation, trying to get DTT loaded in ECC 6.0.
    Thanks.

  • HR Data Transfer Toolbox - Initial Conversion

    Our project is trying to use the HR Data Transfer Toolbox to initially load all employees using best practice configured action 'X'.  However, we have turned on concurrent employment in our config settings.  This is causing a BDC error.  The BDC records SAPMP50A 2000, but the screen called when you run the BDC session is SAPMP50A 2200.  Has anyone come across this issue and what is the proposed resolution.

    I am looking for the same thing, from what I can tell, you need to purchase this separately, it's not free.  Try the following links and let me know if you find something different.
    https://websmp104.sap-ag.de/bestpractices
    then click ‘cross-industry packages’ and then HCM

  • HR Data Transfer Toolbox

    Hi,
    I am trying to create employee record in HR module using HR Data Transfer Toolbox. But when I typed in transaction code ZBPHR_ZDTT, the error came out that transaction doesn't exist.
    Can anyone tell me how I can get into this toolbox?
    Thank you in advance,
    Sunny

    I am looking for the same thing, from what I can tell, you need to purchase this separately, it's not free.  Try the following links and let me know if you find something different.
    https://websmp104.sap-ag.de/bestpractices
    then click ‘cross-industry packages’ and then HCM

  • ADO's Use with XML for Data Transfer

    Does anyone know if ADO is supported as a data transfer method
    between XML and Oracle8i and back (from Oracle8i and XML)? If
    not, are any other Microsoft drivers supported for this type of
    operation?
    null

    Hi there,
    I have a similar question for you: I have an ASP page (coded in vbScript) that connects to an oracle 9i database via ODBC and accesses data using ADO.
    Using this method I can read and write to the database successfully for all data types except that of XML Type.
    It is my understanding that a column of XML Type is fundamentally treated as a CLOB column underneath the covers. Then why can I write data to a CLOB column and not to an XML column using ADO methods??
    Here is the code I am using:
    'put my dom object into a variable
    Dim xmlDoc
    xmlDoc = objDom.xml
    ' Connection string
    Dim cnxn
    Set cnxn = Server.CreateObject("ADODB.Connection")
    cnxn.Open "dsn=sc3;uid=user;pwd=password;"
    ' Recordset object
    Dim rs
    Set rs = Server.CreateObject("ADODB.Recordset")
    rs.Open "Select * FROM xmltabletest", cnxn, 2, 2
    'write xml document to column of xml type
    rs.AddNew
    rs("xmlcol") = xmldoc
    rs.Update
    ' clean up
    rs.Close
    cnxn.Close
    Set rs = Nothing
    Set cnxn = Nothing
    Any help with this would be great. I'd also like to write the xml document to a table of xml type using the same/similar method.
    Can anyone help me please?!?
    Thanks in advance,
    Ari

  • How to load hierarchie with IDOC as data transfer method

    hi ,this is balaji, i have doubt.
    can any one please explain, how to up load hierarchies  using IDOCs. If any material provided could be helpful.And also give me what are the pros and cons.
    regards
    balaji.p

    HI Balaji,
    Check out the following link to load hierarchies:
    http://help.sap.com/saphelp_bw33/helpdata/en/fa/e92637c2cbf357e10000009b38f936/content.htm
    regards

  • Issue with Airport-iMac data transfer speed

    Hi, folks. On 10.6.4 and 10.6.5, we'd recently seen the internet slowing down on our Intel iMac (not on MacBook Pro or either of our old G5 computers running tiger). I did some searching but couldn't track down an obvious solution. Symptom was app agnostic (i.e. it showed up in Safari, Firefox, Mail and Software Update).
    One of our airport hubs sits just behind the iMac, though it was connecting wirelessly - when I connected the iMac via ethernet cable to the Airport, the speed of rendering, etc. came back immediately, no delays. I've now switched off the Airport at the iMac end completely.
    So, bottom line appears to be that the wireless connection between iMac and Airport has slowed down. Any ideas about possible cause?
    Thanks,
    Vince

    Vincent Tuckwood wrote:
    bottom line appears to be that the wireless connection between iMac and Airport has slowed down. Any ideas about possible cause?
    It may not show you anything useful, but I'd use the advice in this thread to investigate the signal and noise levels that the iMac sees:
    http://discussions.apple.com/thread.jspa?threadID=2347845&start=1

  • DTT - Data Transfer Toolbox Template?

    Any know of another location to download the set of templates for DTT, the URL SAP provide on their bestpractice website doesn't work..
    http://help.sap.com/bp_hcmv1500/HRBP_DTT_V1_500/DTT_Documentation/Templates/USA

    all of them pretty much..
    [email protected]
    thx

  • Avoid users to upload especific document via data transfer DTW

    Dear Experts,
    Anyone know how to avoid users uploading especific documents via DTW (Data Transfer WorkBench), for example giving them authorization to upload User Defined tables via DTW, but avoiding them to upload Purchase Invoices, due to an Approval template for Purchase Invoices.
    Hope you'll be able to help me.
    Best Regards,

    That would be too hard to do even if it is possible.
    My suggest is:  if you give your user the power for DTW, train them fully.  Let them know what they can or can not do.
    Thanks,
    Gordon

  • N95 8Gb USB Data Transfer Mode not working

    I have a bizarre problem with USB Data transfer.
    a) I upgraded to the new 15.x firmware with the correct HKCSL package - 0557980
    b) I connected PC #1 in data transfer mode with no issue and copied a bunch of installers onto the mass memory and went on to install them - to the PHONE memory.
    c) Later in the day, connected PC #2 and did the same with the last few applications.
    d) Next day tried to connect PC #1 and it didn't work
    e) Thought I must have an application using the MASS storage but checked and not so - all apps on Phone memory.
    f) Went to PC #2 and tried - Data transfer mode works - no problem.
    g) Tried PC #1 again, and still not working. I get all the right messages (Mass storage cannot be used at this time etc) on the handset, and I get the "safely remove hardware" option appearing on the PC - but I don't get a drive letter assigned in the Windows Explorer.
    h) I have tried it on PC #3 and this works as well - no problem.
    1. The working PC's both have PC Suite 2-Beta installed, while the problem PC has no PC suite at all.
    2. I have downloaded the Nokia-connectivity_cable_driver_rel_6_85_10_0 and it installs properly - giving all the expected wireless... options in Device Manager, but I still don't get a drive letter assigned with the basic data transfer mode on this problem PC #1
    So the issue seems to be with a PC that has never seen any version of PC suite, but it worked straight after the firmware upgrade.
    All PC's are XP SP2.
    Any suggestions on anything else to try ?
    Regards

    SOLVED by:
    - attaching N95, selecting USB Data Transfer Mode
    - Going to Device Manager
    - Selecting the USB Mass Storage Device for N95
    - "Uninstall"
    - Remove cable when N95 says its safe to
    - Re-attach cable
    The PC then re-discovered and reloaded the drivers including the mass storage which then worked normally.
    No idea what messed it up in the first place though.

  • Init without data transfer is not working in the Production box for FICA extractors

    Hi Guys,
    We are unable to do Init without data transfer for FICA Extractors(0FC_INVDOC_XX) from BODS system. And the job is successfully completed from the BODS end but it is not hitting the source system.. Can any one please let me know how to resolve this issue.
    Thanks,
    Kovur

    Hi,
    After triggering your info pack with init without data transfer, are you able to see delta pointer at info pack-->scheduler--> init options source system.
    Are getting any error message? if yes then please share here.
    Thanks

  • For Init without data transfer showing records 0 from 0

    Hi all,
    Iam doing Init without data transfer to ODS. In the ODS manage it is showing 1 from 1 which is correct. This ODS data is automatically updated to a cube. There in the cube manage it is showing 0 from 0. My mappings in update rules also correct , but why it is not giving 1 from 1.
      In the cube manage the status is showing green but in the monitor of cube always it is yellow.
    Help me please
    Ram

    Hi Ram
    If you load data with INIT without data transfer then system shows the defualt record in the monitor.
    If check that record in the PSA then you dont find it and on the cube as well.
    If the load is green with 1 record then extractor working fine.It's not actaully a data reocrd.
    Hope it helps...
    Regards,
    Chama.

  • Faster ethernet data transfer time than 2ms

    Dear all,
    I'm using labview 7.1 based on a standard laptop communicating with a LabVIEW real time maching running the standard real time operating system. The two machines are connected through a dedication ethernet switch  (rated to 1Gbs), and both have ethernet cards (rated at 100Mbs or greater).
    The aim of my project is to have a fast distributed control scheme going. This basically means that small amounts of sensor data have to be transferred very quickly between the two machines. The aim is to then scale this to have more machines on the network.
    I use a UDP data transfer method, using the standard labview UDP read and UDP write vis.
    I would like to acheive a major frame rate of around 500Hz. The problem I have restricting me with this is the speed of the ethernet connection. It would appear that the vi wrtes to buffer instantaneously, but it is taking as much as 2-3ms for the data package to be sent and received by the other machine. This is a ridiculously long amount of time. I'm sending approximately 100bytes, so the time on the network should be 0.01ms. This would suggest the time delay is in the reading or writing of the data from the Ethernet card over the PCI bus to the program.
    Does anyone know why its taking so long? Do the UDP read vis only check the ethernet hardware every ms? I've taken great care to ensure that this is not a synchronisation or timing problem and I am certain it is not that. 
    I could really do with making this data transfer quicker as it is clearly the slowest part of the control loop. If anyone has come across this before and found a solution I would be grateful to know about it. I'm really hoping that I won't have to write something low-level in C or anything like that and try and integrate it with the code I have.
    Many thanks,
    Pete

    Finally found some hard numbers for data transfer rates. From this website. http://www.intellicom.se/ModbusTCP_overview.shtml
    Performance from a MODBUS TCP/IP system
    The performance basically depends on the network and the hardware. If you are running MODBUS® TCP/IP over the Internet, you won't get better than typical Internet response times. However, for communicating for debug and maintenance purposes, this may be perfectly adequate and save you from having to catch a plane or go to site on a Sunday morning!
    For a high-performance Intranet with high-speed Ethernet switches to guarantee performance, the situation is completely different.
    In theory MODBUS® TCP/IP carries data at up to 250/(250+70+70) or about 60% efficiency when transferring registers in bulk, and since 10 Base T Ethernet carries about 1.25 Mbytes/sec raw, the theoretical throughput is:
    1.25M / 2 * 60% = 360000 registers per second and the 100 Base T speed is 10 x greater.
    This assumes that you are using devices that can service Ethernet as fast as bandwidth is available.
    Practical tests carried out by Schneider Automation using a MOMENTUMTM Ethernet PLC with Ethernet I/O demonstrated that up to 4000 I/O bases could be scanned per second, each I/O base having up to 16 12-bit analog I/O or 32 discrete I/O. Four bases could be updated in one millisecond. While this is below the theoretical limit calculated above, it must be remembered that the tested device was running with a lowly 80186 CPU running at 50Mhertz with an effective computing power of 3 MIPS (compared to the 700 MIPS of a 500MHz Pentium). Also, these results are nevertheless faster than the proprietary I/O scan methods used to date.
    As low-end CPU's get cheaper, Momentum-type devices will chase the theoretical limit, although they'll never reach it because the limit will be continually pushed further away with 1 Gigabit Ethernet, 10 Gigabit Ethernet, etc. This is in contrast to other field-buses which are inherently stuck at one speed

Maybe you are looking for

  • Java Plugin not working with firefox 3.o.13  and linux.

    this is my ln -s to the plugin at /usr/lib/mozilla/plugins libjavaplugin_oji.so -> /usr/local/jdk1.6.0_16/jre/plugin/i386/ns7/libjavaplugin_oji.so Any ideas why java is not working? Here's the ln -s again: #pwd #/usr/lib/mozilla/plugins # ls -l lrwxr

  • Non app store items not showing up in launchpad

    Non-App store apps located in the Applications folder are not showing up in Launchpad (Example: Pixelmator).

  • Vlans dhcp status are not received

    Hello, I am configuring vlan on sg300-20 in dhcp mode. One  vlan that is directed connected to the adsl router get ip address and when I connect host to the ports in this vlan they also receive ip address and can go on internet. The other four vlans

  • Need more speed

    Hello! My setup: - I'm using Aperture 2.1.4 on an iMac 3.06 GHz with 4GB 800 MHz DDR2 SDRAM, 1 TB harddrive and Mac OS X 10.5.8. - Right now I have 8 Projects with 3.250 photos. The Aperture-Library - 3.62GB - is on the internal harddrive. - The orig

  • AppleScript: Move the oldest Item of a folder

    Hi, i'm a newbie in AppleScript and trying to get my simple Script running, but it doesn't want. The Script should look into "Folder_1" and should move only the OLDEST Item (File or Subfolder) in this Folder to another directory called "Folder_2" But