Transferring Data across servers through ALE

Hi, I want to send only some fields data of certain infotypes  from  HR server to FICO server through ALE. Please guide me thorugh the steps to do it.
Regards,
Vipul

In your distribution model (which determines which system will send what kind of data to what system) you can state that your receiving system is the same as your sending system. i.e. data will be send to the same client.
Only problem:
the idoc will send exactly the same data, so you need to replace the company code with the target company code.
This means that you need to change the abap code that is used to send idocs (outbound) or to process inbound idocs and addd a new mapping to it.

Similar Messages

  • I would like to know if i can share variable across internet through labview?

    Hi, I am trying to learn how to share measured data across internet through labview so that it can be viewed and controlled offline. For this i have seen the G server configuration guide. Can i have a shared variable so that the data logged into this variable can be accessed and controlled through the other remote system. Further  can i have some theresholding operation on this shared variable to raise a alarm when the condition is satisfied.
    If there is some reference document which can clear these issues then kindly post the same.
    Regards
    Shashi

    differential equation wrote:
    I have read the link which you have forwarded. I just want to reconfirm my understanding that if we want to share the variable using single process then we don't require any special hardware but in all other cases we need to have dedicated hardware.
    You don't need any dedicated hardware. The variable engine can run on your local computer.
    LabVIEW Champion . Do more with less code and in less time .

  • Transferring data between two production servers

    HI All,
    I have read weblogs in transferring scenarios from Dev to Qual to Prod.
    But I have a different requirement in which I have to transfer data from one production server to another production server without distrubing the first production server.
    Say A and B are two production servers, I wanted to transfer data from A to B on daily basis.
    Please give me some ideas on this....
    Thanks
    Veni

    Hello,
    I would suggest to use IDOC for transferring data (master \ transaction ) ... to do that you need to setup logical system (prod b) and RFC connection to connect to system prod b ...
    Also distributional model need to setup for pushing the outbound idoc into RFC connection through receiver port.
    Thanks
    Krish

  • Transfering data from ztable across the r/3 systems by using change pointer

    hi all,
    what we have to do at the field of domain level when we are transfering data from custom table across the r/3 systems by using change pointers.

    Hi Deepak,
    Check this blog.. it gives a very good explanation on extraction of data through function modules...
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Hope it helps..
    Regards
    Manick
    Message was edited by:
            Manickavasagan M

  • Transfer of Classes( Classification data) - through ALE

    Hi experts,
    I am trying to transfer Classes from a 3.1i system to a ECC 6.0 system through ALE distribution.
    Almost all the classes got transferred but in a few of the classes, the status of the idoc remains at 64 - waiting to be processed.
    When I scheduled the processing of these idocs in background mode they result in a dump.
    Dump:
    The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
      caught in
    procedure "MAINTAIN_ALLO_VALUES_VIA_API" "(FORM)", nor was it propagated by a
      RAISING clause.
    This dump is happening because sy-index value is crossing 2147483647 ( which is the max allowed value).
    I could not find any relevant notes for it. Does anyone know what is causing this issue and how to correct it.
    FYI - There are around 3000 values attached to a characteristic which is attached to the class.
    Thanks and Regards,
    Karthik

    Hi Karthrik,
    Did you never get answer on this topic or did you make a request to SAP in the meanwhile? I got same dump and I am looking for solution, too.
    Br
    Markku

  • TCODES FOR SENDINGIG AND RECEIVING DATA THROUGH ALE

    Hi,
    All,
    Message type I can find for the following :
    Equipment master: EQUIPMENT_CREATE
    Work centre: WORKC2, WORKC3 or WORKC4
    Functional location: FUNC_LOC_CREATE
    but i did'nt  find  a transaction code for sending and receiving data through ALE.
    For example:  Send material    T.code BD10,
                         Receive material T.code BD11.
    Please give the solution.
    Regards.

    can Tx BD21 is of any help

  • Upgrading from Snow Leopard to Lion - couldn't complete as disk corrupt - went through everything - disk utulity, install disk etc. can't be fixed - grey screen - transferring data to macbook pro - unable to transfer photos - says locked volume - help

    Hello - tried to upgrade to Lion (software all up to date) could not carry out as disk corrupt - tried to fix using disk utility, no luck, tried through install discs, noluck, screen went grey, went through all the troubleshooting steps advised - could get hard drive button up but wouldn't launch - took the last troubleshooting step (before wiping hard drive) and transferred data to MacBook Pro - all fine except for iPhotos - comes up as "locked volume" - have been through all the trouble shooting steps to all read/write access - file info says I have read/write access- any ideas - otherwise I have lost a bucket load of photos :-(
    Thanks

    See this tip if your data isn't backed up:
    https://discussions.apple.com/docs/DOC-1689
    In the future always backup your data before updating.

  • New IMac - transferring data with Lexar jump drive - all files come across as modified with todays date not date formed as on the old computer (also an IMac) what gives.

    I purchased a new Imac and when transferring data with a Lexar Jump drive the filed come across as modified with todays date rather than the date that the files were created. How do I keep the files as they are?

    I purchased a new Imac and when transferring data with a Lexar Jump drive the filed come across as modified with todays date rather than the date that the files were created. How do I keep the files as they are?

  • IDoc to IDoc through ALE

    hello experts !! could u plz give me some idea or step by step help for creating IDoc to IDoc data transfer through ALE.
    My scenarion is like the following:
    there will be two client in two R/3 system..(Sending and receiving)....
    in sending system i want to insert data in a particular table....
    that data will be automatically updated in receiving system..
    plz help meeeeeeee
    thanks...
    points will be rewarded.......

    Hi Soumya,
    Follow the process as below
    Outbound:
    Step 1. Application document is created when transaction is saved.
    2. Message control is invoked.
    3. Messages are processed by system.
    4. Messages are Edited (if desired).
    5. Output (ALE / EDI) is checked
    6. Validate against Message control record from Partner Profile
    7. Application Document is saved.
    8. Entry NAST table is created for every selected output program
    along with Medium & Timing.
    9. Check for Process Immediately .
    If (yes)
    Determine Processing Program from TNAPR Table.
    ELSE
    Execute RSNASTED Program.
    10. Read Partner Profile to determine Process Code.
    11. Process Code points to the Function Module & Invoked.
    12. IDoc is generated.
    13. Check for ALE Request.
    if (Yes)
    Perform Filters, Conversions, Version Changes etc.
    Else.
    IDoc is stored in DATABASE.
    INBOUND:
    Step 1. EDI Subsystem creates an IDoc file from EDI Messages
    2. Subsystem calls Functional Module EDI_DATA_INCOMING from startRFC program.
    3. Data in Control Record is validate against the Partner Profile.
    4. IDoc is generated in Database and syntax check is carried out.
    5. IDoc file is deleted once file read.
    6. Event PROCESSSTATE REACHED is triggered in Idoc Object Workflow.
    7. Check for Process Immediately.
    If NO
    Execute RBDAPP01 Program
    Else
    Read Process Code from Partner Profile
    Process Code Points to Function Module
    Application Document Posted.
    further help:
    check url
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/ale/configuration.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapdevelopment.co.uk/training
    And also u can get lots of inof from the below link.
    http://www.sapgenie.com/ale/why_ale.htm
    Just follow the procedure
    Sending System(Outbound ALE Process)
    Tcode SALE ? for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 ? Create Model View
    Tcode BD82 ? Generate partner Profiles & Create Ports
    Tcode BD64 ? Distribute the Model view
    Message Type MATMAS
    Tcode BD10 ? Send Material Data
    Tcode WE05 ? Idoc List for watching any Errors
    Receiving System(Inbound ALE )
    Tcode SALE ? for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 ? Check for Model view whether it has distributed or not
    Tcode BD82 -- Generate partner Profiles & Create Ports
    Tcode BD11 Getting Material Data
    Tcode WE05 ? Idoc List for inbound status codes
    ALE IDOC Steps
    Sending System(Outbound ALE Process)
    Tcode SALE ?3 for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 !V Create Model View
    Tcode BD82 !V Generate partner Profiles & Create Ports
    Tcode BD64 !V Distribute the Model view
    This is Receiving system Settings
    Receiving System(Inbound ALE )
    Tcode SALE ?3 for
    a) Define Logical System
    b) Assign Client to Logical System
    Tcode SM59-RFC Destination
    Tcode BD64 !V Check for Model view whether it has distributed or not
    Tcode BD82 -- Generate partner Profiles & Create Ports
    Tcode BD11 Getting Material Data
    Tcode WE05 !V Idoc List for inbound status codes
    Message Type MATMAS
    Tcode BD10 !V Send Material Data
    Tcode WE05 !V Idoc List for watching any Errors
    STEP 1)a Goto Tcode SALE
    Click on Sending & Receiving Systems-->Select Logical Systems
    Here Define Logical Systems---> Click on Execute Button
    go for new entries
    -System Name : ERP000
    -Description : Sending System
    -System Name : ERP800
    -Description : Receiving System
    press Enter & Save
    it will ask Request
    if you want new request create new Request orpress continue for transfering the objects
    B) goto Tcode SALE
    Select Assign Client to Logical Systems-->Execute
    000--> Double click on this
    Give the following Information
    -Client : ERP 000
    -City :
    -Logical System
    -Currency
    -Client role
    Save this Data
    Step 2) For RFC Creation
    Goto Tcode SM59-->Select R/3 Connects
    Click on Create Button
    RFC Destination Name should be same as partner's logical system name and case sensitive
    to create the ports automatically while generating the partner profiles
    give the information for required fields
    RFC Destination : ERP800
    Connection type: 3
    Description
    Target Host : ERP000
    System No:000
    lan : EN
    Client : 800
    User : Login User Name
    Password:
    save this & Test it & RemortLogin
    STEP 3) Goto Tcode BD64 -- click on Change mode button
    click on create moduleview
    short text : xxxxxxxxxxxxxx
    Technical Neme : MODEL_ALV
    save this & Press ok
    select your just created modelview Name :'MODEL_ALV'.
    goto add message type
    Model Name : MODEL_ALV
    sender : ERP000
    Receiver : ERP800
    Message type :MATMAS
    save & Press Enter
    STEP 4) Goto Tcode BD82
    Give Model View : MODEL_ALV
    Partner system : ERP800
    execute this by press F8 Button
    it will gives you sending system port No :A000000015(Like)
    STEP 5) Goto Tcode BD64
    select the modelview
    goto >edit>modelview-->distribute
    press ok & Press enter
    STEP 6) goto Tcode : BD10 for Material sending
    Material : mat_001
    Message Type : MATMAS
    Logical System : ERP800
    and Execute
    STEP 7)goto Tcode : BD11 for Material Receiving
    Material : 100-300
    Message Type : MATMAS
    and Execute --> 1 request idoc created for message type Matmas
    press enter
    Here Master Idoc set for Messge type MATMAS-->press Enter
    1 Communication Idoc generated for Message Type
    this is your IDOC
    Change Pointers
    how to change the description of a material using ALE Change Pointers.
    I will give the following few steps
    1) Tcode BD61---> check the change pointers activated check box
    save and goback.
    2) Tcode BD50---> check the MATMAS check box save and comeback.
    3) Tcode BD51---> goto IDOC_INPUT_MATMAS01 select the checkbox save and comeback.
    4) Tcode BD52---> give message type : matmas press ok button.
    select all what ever you want and delete remaining fields.
    save & come back.
    5) 5) go to Tcode MM02 select one material and try to change the description and save it
    it will effects the target systems material desciption will also changes
    6) goto Tcode SE38 give program Name is : RBDMIDOC and Execute
    give Message type : MATMAS and Executte
    ALE/IDOC Status Codes/Messages
    01 Error --> Idoc Added
    30 Error --> Idoc ready for dispatch(ALE Service)
    then goto SE38 --> Execute the Program RBDMIDOC
    29 Error --> ALE Service Layer
    then goto SE38 --> Execute the Program RSEOUT00
    03 Error --> Data Passed to Port ok
    then goto SE38 --> Execute the Program RBDMOIND
    12 Error --> Dispatch ok
    Inbound Status Codes
    50 Error --> It will go for ALE Service Layer
    56 Error --> Idoc with Errors added
    51 Error --> Application Document not posted
    65 Error --> Error in ALE Service Layer
    for 51 or 56 Errors do the following steps
    goto WE19 > give the IDOC Number and Execute>
    Press on Inbound function Module
    for 65 Error --> goto SE38 --> Execute the Program RBDAPP01 then your getting 51 Error
    Regards,
    Satish

  • Phone is connecting and transfering data in the ba...

    Today at work my Nokia 6710 did start to transfer data in the background without my interaction. I was typing a sms while the symbol for data transfer below the 3G lit up. Did a quick check in the menu->settings->connectivity->Conn.mgr.  Yes, one active connection was sending and receiving data, small amounts 3-4kb, then idle.
    I ended the connection in the Conn.mgr. Closed all the apps in the phone and waited a minute. Then it started one new connection in the background again! Same procedure, checked and closed it...! This did not stop, every time the phone started a new connection after a minute? 
    I did try to find what could cause this, but no success. What is going on, any ideas for what to check? 
    I finally deleted my  3G access point in menu->settings->settings->connection->destinations->internet
    This did stopp the phone from connecting and transfering data. 
     Back home I connected to my WiFi at home, used the browser and closed the connection. Guess what, the phone did now connect via the WiFi in the background doing exactly the same type of small data transfer - without asking!? 
    What is this? I downloaded the latest F-Secure mobile version to check for virus, but nothing, it was clean.
    I did shut down the phone, will not use it until I can stop these unwanted connections and transfers. Please help.

    Finally I found the reason for these data transfers. The upgrade of the mentioned files did have something to do with all of this, but the removal of the files did not help. 
    So, I did go through all the settings in again for Connections and the setting for Share Video were set On...? Turning this setting Off did stop the background data transfers. 
    Problem solved perhaps. But I still wonder why the Share Video setting did start sending data while the phone was not in use? A bug? A virus? A hacker trying to activate the webcam?

  • Report for Purchase Orders didnt reach target through ALE

    Hi Experts,
    we are sending Purchase Orders to Third party system using XI.
    But some of the orders when we save its automatically  system generating output medium is PRINT so these orders not going through ALE.
    1)Can anyone please tell me why the system is generating PRINT instead of ALE distribution.
    2) is there any report for how many purchase orders created for the day and how many of them gone through successfull using ALE distribution.
    Answer will be rewarded.
    Kiran

    Hi
    Have you configured the PO Output type/messages with the Medium as 'A'(ALE)
    otherwise the system willd efualt take 1(print) as default medium.
    Check the NAST table entries for that date created Output type of PO's
    for all of them the Medium(NACHA) field should be A
    then all will go through ALE
    check them.
    Regards
    Anji

  • Is there a way of transferring data (music, movies etc) from an external hard drive directly to an iPad Mini?

    Hi Guys,
    Is there a way of transferring data (music, movies etc) from an external harddrive directly to an iPad Mini?
    The reason I ask, is I'm going travelling and don't want to take my macbook with me - but I have a lot of music, movies etc that I want to take.
    Is this possible?
    Thanks, Fintan

    Thanks all.
    I've just come across Hyper Drive Cloud FTP - which allows you to connect any external harddrive or USB stick via WiFi.
    Looks like a pretty good option.
    I've also read that you can use GoodReader app to download files from harddrive to iPad.
    Good review on Wired - http://www.wired.com/reviews/2012/07/cloudftp/
    Product site - http://www.hypershop.com/iUSBport-by-HyperDrive-formerly-CloudFTP-s/218.htm
    Let me know what you think?!

  • Transferring data from external hard drive to new replacement Macbook Pro...

    Hello,
    Apple have arranged to give me a replacement Macbook Pro due to faults with hardware on the one I am currently using. I will be going to pick up the replacement Macbook Pro tomorrow morning.
    As a complete novice I just wanted to check that I have backed up the data from my current laptop onto my Iomega external hard drive properly, as I am slightly nervous about losing all my work and not being able to transfer all my files onto my new Macbook Pro tomorrow.
    I did a back up using time machine earlier today which took quite a long time and seemed to go successfully. Is this the right thing to have done to save all data from my current laptop onto the external hard drive?
    Will transferring data from the external hard drive onto my new Macbook Pro be a simple task?
    Will I have to reinstall all my software such as Logic and Pro Tools? Also will my preferences and settings for music software be changed?
    I'd greatly appreciate any advice.
    Thanks,
    Deena

    Well it's like this.
    If your problem on the Mac didn't affect the software or the TimeMachine backup, then restoring from that using SetupAssistant (when you first set up a new Mac it will ask you to restore) should go fine.
    HOWEVER, if there are software issues on the Mac that also transferred to the TimeMachine drive, that will only transfer them back onto your new computer.
    You can't very easily just pick out the things you want to restore from TimeMachine with, it doesn't give that fine detail of control, and if it's really messed up, it might not restore anything at all.
    The golden rule of backups is to maintain two separate and easily accessible hardware copies of your data off the machine at all times.
    Since you don't know for sure if the TimeMachine restore is going to work as intended, and your only other source is going to disappear, I'd advise a additional backup of your Music, Documents, Pictures and Movie folders etc., to another regular external drive via regular drag and drop copy methods.
    The operating system and programs can all be reinstalled from fresh sources on the new machine, provided you have the AppleID and password, license codes for your programs, email passwords and any other necessary information to re-establish the license on the new machine.
    (In some cases licensed software HAS NOT transferred to a new machine with a TimeMachine restore and had to be reinstalled)
    Some times you have to contact the developer or "uninstall" the licensed program so it sends a signal to their servers that the program has been removed, else your license code may not work on the new machine.
    You might decide the new machine would be better off with a fresh install of your programs that you know are 100% compatible with Lion etc., leaving a lot of older stuff you installed over the years off the new machine, if you restore from TimeMachine, you don't have this option. You pretty much get all the crap along for the ride,
    If your new machine gets all crapped up, then restoring Lion is going to going to be a tough challenge, as you need a strong reliable Internet connection to download a fresh copy of Lion from Apple servers (no more disks). Once you do that, then somehow you have to use third party software ($$) to cherry pick your files out of TimeMachines trap. More headaches than you anticpated, and likely a charge by a specialist.
    So I'd advise another hard drive with a copy of just your files, just in case a crap-up occurs
    You can restore Lion yourself if it craps up, install programs from fresh sources as you know how to do, use the old license codes and then return your files manually exactly back into their same Music, Pictures, Documents, and Movies (etc, not Library) folders as before.
    The key to this manual method is to make sure to use the same user name as before, so all your file location data pathnames retained by program files like iTunes to where the songs are located on the drive, are matched. Once you open these programs and restablish the links in OS X, then you can move them around.
    Some tricks, if you use iPhoto, you can right click "show package contents" and inside is a folder with your Originals, copy that out and you can reimport your pictures into the new iPhoto Library on the new machine.
    So use TM if you dare, but prepared to do things manually is my opinion.
    TM restores have not been all that reliable or dependable, the more messed up your machine is, the worst the restore seems to be.
    Good Luck 

  • HT201269 while transferring data from iphone 3GS to iphone 4S SMS details are not getting transferred.

    While transferring data from old iphone 3gs to new iphone4s through itunes the data in messages is not getting transferred.

    @ melfromvictoria
    Have you tried right clicking on the 4s and select "restore from back up"

  • Question about transferring data from 3GS to iPhone 5

    I upgraded from 3GS to iPhone 5.  Before reading any articles on transferring data through iTunes, I configured my 3 email programs, contacts and calendar (Google).  The Apple instuctions state that I should backup 3GS FIRST, then restore to iPhone 5.  Question is, if I do the backup and restore AFTER having configured my mail programs, will that cause problems, such as creating duplicate accounts and contacts?  I am especially concerned about creating duplicates in my contact list, which would be a semi-horror if I had to delete every other one of over 1,700 names.  Perhaps I should delete my email accounts and contact list BEFORE restoring to my iPhone 5, basically start from scratch?

    When restoring the device, whatever is currently setup on the device is irrelevant.  Everything currently setup on the device will be erased.

Maybe you are looking for

  • MacBook Pro 13" Early 2011 - External display issues

    I have an early 2011 MacBook Pro 13" (2.7GHz version) that I am using with an external non-Apple display.  I am having issues when MBP goes to sleep or trys to sleep the display.  The external display exibits one of a number of problems:  goes dark b

  • How come when i open my itunes it says "itunes cannot open because some of it's required files are missing. Please reinstall itunes." What do i do?

    last night i wanted to update my ipad to 4.3 and when i tried to; it told me i had to download the new itunes too. so i tried downloading the new updated version on itunes, and this morning when i tried to open my itunes it said "itumes cannot open b

  • My 3G doesn't show up

    I have had a problem where when i connect to the internet it says mobile data not active. I followed the step like turning cellucar data off and on and now my 3G isn't coming on. Please help.

  • 2012 NLB Best Practice (Single vs Multiple NICs)?

    Our environment has used an NLB configuration with two NICs for years.  One NIC for the host itself and one for the NLB.  We have also been running the NLB in multicast mode.  Starting with 2008, we began adding the cluster's MAC address as an ARP en

  • Kernel Patch Install Procedure.

    Dear All, we are getting the error for "STORAGE_PARAMETERS_WRONG_SET" while executing the program. But SAP give the solution for this issuse(Latest Kernel Patch Install) I have dowlnload the below kernel patch level in service market place. SAPEXE_17