Procedure for transfer data between clients using ALE

Hi all ,
   I am new to this concept .
   I want to transfer the material master data from quality client (200)  to  Development Client(100) using ALE and IDOC, how to do ?
What would be the procedure ? plz let them explain step by step of definition along with screenshot / process ....
Regards
Deepa.

T.Code: BD54
Step 1:create a logical system qaout in quality system
Step 2:create a logical system devin in quality system
Step 3:create a logical system qaout in development system
Step 4:create a logical system devin in development system
T.Code: SCC4
Step 5:Assign qaout to 200 client in quality system
Step 6:Assign qaout to 100 client in development system
T.Code: SM59
Step 7: Create R/3 type (or ABAP type in ECC)RFC destination RFCDEV in quality system
T.Code: WE21
Step 8: create Port with above rfc reference in quality system
T.Code:BD64
Step 9:Create distribution Model (use matmas message type) in quality system
then  Environment ->Generate Partner profiles
Then Edit ->modelview -> distribute
T.Code: BD10
Step 10: select the material for distribution in Quality System.

Similar Messages

  • How to transfer data between a multi-thread dll build with LV7 and MS C++, using envent programing method.

    It is easy to transfer data between a simple input/output dll build with LV and an external code like C++, but when data are available inside a loop running in the dll(in fact thread running in LV); How can I read them or receive an handle pointer to the calling C++ application when new data are ready.

    If you're using LabVIEW 7, you can use the PostLVUserEvent function to fire an event for an event structure in LV. Refer to the Using External Code in LV manual.
    Or you could use datasocket for this. The datasocket activex dll is nids.dll. You could have the class wizard generate wrappers for you or if you have Measurement Studio, you could use the custom wrappers it provides to communicate between the VI and dll.
    I hope this helps
    Bilal Durrani
    NI
    Bilal Durrani
    NI

  • Use of SAP memory to transfer data between two different sessions.

    Hello experts,
    I wish to know how to use SAP memory to transfer data between two different sessions.
    The scenario is that when I run a report and change a variable, the value of changed variable should be availabe to another user on another terminal.
    Thanks & Regards!
    Sumit

    Hello,
    Just to add what Max has already mentioned. IMPORT TO / EXPORT FROM DATABASE statements can be used to store data in special "cluster" tables (you can't use any DDIC table) e.g., INDX.
    @OP: You can opt for Shared Memory(SHM) for this specific requirement as well. In my opinion SHM is a bit tricky to code, but it is easier to monitor. The opposite holds true for "data clusters".
    You should remember SHM is app-server specific. So if you've a load balancing scenario, using SHM can cause problems.
    Hope i'm clear.
    BR,
    Suhas
    Edited by: Suhas Saha on Nov 19, 2010 4:12 PM

  • Using EPMA to transfer data between HFM and Essbase on 11.1.1.3

    Can we use EPMA to transfer data between HFM application and Essbase cubes on Hyperion version 11.1.1.3?
    As far my understanding we can only link HFM and Essbase through EAL.
    I would be very keen to know from the audience if we can use EPMA to transfer data between HFM and Essbase
    Hyperion version 11.1.1.3
    Windows 2003 64-bit
    Regards
    Yogananda Bharadwaj

    Hi Yogananda,
    Check epma admin.pdf, page 439. Chapter 19 describes how to synchronize and map data between Hyperion applications, interface tables, and external files via EPMA Data Synchronization.
    Regards,
    Thanos

  • How to get two hard drives to be seen on MBP desktop. I need to be able to see 2 hds both 3 tb to transfer data between them. This is easy in windows just open two instances, one for eac hard drive. TIA robbo

    am trying to back up and transfer data between two hard drives but cant get up twp Hd icons at the same time. It is so easy in windows but cant seem to do it in MBPro. Even Dick Smith couldnt help me today.
    It is probaly so easy it everyone will LOL but I cant get it happening.
    TIA Robbo

    Do the HD icons appear on your Desktop?
    If not, adjust your Finder preferences:
    Also check "Hard Disks" if you want your internal HD to appear on the Desktop.
    Open one, open the other, should be no problem.

  • Questions on scripts, tables & transfer objects between clients.

    1. In script, how to use the same print program for two different layouts? with procedure.!
    2. Why cant sapscripts be client independent.?
    3. Want to maintain a table in dev server and if i update the data, it should simultanously update in Quality and Production servers. How? please explain in details.
    4. How to transfer object between clients.? explain.
    Points will be promptly rewarded for HELPFULL answers.!

    Hi!
    3. With SE01, you can create a transport request for all table entries.
    SE01 - Create button - Workbench request - Give description and save
    Select the created request and click on Display object list.
    Click on Display - Change button
    Insert line button
    ProgID: R3TR
    Object: TABU
    Object name: Z_YOUR_TABLE
    Double click on the table name
    Insert line
    Key: *
    Save everything
    Release the transport in SE10 transaction and transport with STMS transaction.
    Regards
    Tamá

  • IDOC Transfer data between SAP 2 System

    Hi All,
    I have SAP two systems. I want to transfer data between SAP by IDOC. please let me know about how to
    set "LOGICAL SYSTEM" for receiver for use on distribution model setting. If you have other method please recomended. 
    Regards,
    Moderator message: please search for available information before asking, do not ask basic questions.
    locked by: Thomas Zloch on Sep 2, 2010 10:54 AM

    Hi,
    The steps which u need to do for logical system setup:
    outbound configurations (Sender)
    s1) Goto BD54 - DEFINE SOURCE SYSTEM & RECEIVER SYSTEM HERE
    s2) BASIC SETTINGS --> LOGICAL SYSTEM -->Assign Logical system to client.
    s3) a) Goto TCODE u2013 WE21
              create port for sender.
    s4) a. Maintain Distribution Model in Detail.
         Execute BD64 and click on change.
         Click on Display/ Change button
    s4) b. Click on Edit menu -> Model View -> Create
    s4) c. Select your model view and click on Edit menu -> Add Message type  
    s4) d. Click on Environment Menu -> Generate Partner profile
    s4) e. Click on Edit Menu -> Model View -> Distribute.
    s5) Goto TCODE u2013 WE20
         Click on Partner Type LS (Logical System) and press Create Button
    INbound configurations (Receiver)
    S1)  Goto TCODE u2013 WE21
              create port for receiver.
    s2) Goto TCODE u2013 WE20
    Click on Partner Type LS (Logical System) and press Create Button.
    A profile is created for RECEIVER (client) so that we have  to use the same profile every time we transfer a new message 
    type to this Receiver.

  • Best way to transfer data between loops?

    Hi, whats the best way to transfer data between loops(state machines, regular while loop etc) in labview. For so many years ive been using local variables but these can cause race conditions. Anyone advise?
    Stu

    It depends one the structure of the loops and how they need to exchange data (unidirectional, bidirectional, broadcasting).
    The simple case of one loop passing data to the other loop: producer/consumer design pattern using a queue
    If the structure already contains an event structure: User Events
    The way I code is documented in my community nugget on events
    I often mix this with producer/consumer.
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • ODI: How to transfer data between Essbase apps

    Hi,
    I'm using old Planning version 3.5 on Essbase 7.1.6. It has no partition options between apps. XREF function work slowly. I need to transfer data with transformations between two Essbase Apps. I'd like to use ODI 10.1.3.6.4 to do it. I'd like to transfer data between essbase apps via Staging Area.
    1. What units of LKM, IKM, RKM to me need to be used?
    2. How to create datasource for Essbase in ODI?

    I've found "Compatible software: Essbase 7.1.6 (Data Load & Data/Metadata Extract Only)" information here
    http://download.oracle.com/docs/cd/E15985_01/doc.10136/readme/DIHER.pdf
    John, I use your blog as a short ODI guide. Thanx a lot of!
    Besides, I've found "Getting Started with Oracle Data Integrator Adapter for Hyperion Essbase" - informative source
    http://download.oracle.com/docs/cd/E15985_01/doc.10136/getstart/DIAHE.pdf

  • BADI to transfer data between BPC applications

    Hi Experts,
    We have written script logic using BADI for transfering data from HCM application to FINANCE application using DAPP BADI. below is the code
    // Member Sets
    *SELECT(%OPEN%, ID, TIME, PERIODSTATUS=OPEN)
    *SELECT(%ALLEMP%, ID, EMPLOYEE, CALC=N)
    *SELECT(%TERMS%, ID, EMPLOYEE, TERM_PER )
    *SELECT(%NHIRES%, ID, EMPLOYEE, START_PER )
    *SELECT(%INTERN%, ID, HCDATASRC, EMP_TYPE=INTERN)
    *SELECT(%CC%, ID, COSTCENTER, CALC=N)
    *SELECT(%GEO%, ID, GEOGRAPHY, CALC=N)
    *SELECT(%BENEFITS%, ID, HCACCOUNT, USE_IN_LOGIC_CALC=BENEFITS)
    *SELECT(%VAR_COMP%, ID, HCACCOUNT, USE_IN_LOGIC_CALC=VAR_COMP)
    *SELECT(%VAR_COMP_PC%, ID, HCACCOUNT, IS_B_VAR_COMP_PC=Y)
    *SELECT(%BASE_COMP_PC%, ID, HCACCOUNT, IS_B_BASE_COMP_PC=Y)
    *SELECT(%AMT_PER_HC%, ID, HCACCOUNT, IS_B_AMT_PER_HC=Y)
    //Transfer to Finance
    *XDIM_MEMBERSET RPTCURRENCY = PC, USD
    *XDIM_MEMBERSET TIME = %OPEN%
    *XDIM_MEMBERSET EMPLOYEE = %ALLEMP%
    *XDIM_MEMBERSET HCACCOUNT = %BENEFITS%, 60000, %VAR_COMP%
    *START_BADI DAPP
    DESTINATION_APP="Finance"
    RENAME_DIM="HCACCOUNT=GLACCOUNT"
    ADD_DIM="DATASRC=PLAN_HCM","MANDA=SNPS"
    DEBUG=ON
    *END_BADI
    when we run this code through Program UJK_SCRIPT_LOGIC_TESTER directly in BW system, it went fine but when run from BPC Data manager , it consuming more memory ( at the programe CL_RSR_RRK0_PARTITION=========CP) and dumping in the system. can you suggest us on this?
    My mate already posted the same issue in below thread, but no luck so posting new thread again.
    Creating Custom Script Logic Keyword BADI's - BPC NW
    Thanks,
    Sri

    Hi Sonal,
    other than partitions, text file
    there are two more methods, according to my knowledge
    1.XREF
    2.HAL (Hyperion Application Link) using essbase adapters
    we use both XREF and HAL at our company to transfer data between applications depending on the need.
    hope this helps.
    Dornakal.
    www.dornakal.blogspot.com

  • ISM-SRE-300 don´t allow send data between clients and pc in LAN

    I have an ISM-SRE-300 on cisco 1941 does not allow sending of data between clients attached to an AP wired to PC Networking.
    LAN CLIENT= VLAN 20 10.94.4.0 /24
    SERVER CLIENTE = 10.94.4.1 D.G= 10.94.4.254
    ROUTER
    INT G0/0.1= IP UNNUMBERED VLAN 1 NATIVE VLAN
    INT G 0/0.20 = IP UNNUMBERED VLAN 20
    INT VLAN 1 = 94.4.1.1 /24
    INT VLAN 20 = 10.94.4.254 /24
    ISM-SRE
    MANAGEMENT UNTAGGED 94.4.1.2
    VLAN 20      VLAN=20  IP=10.94.4.251 /24 D.G. 10.94.4.254
    IF SENDING PING FROM ROUTER TO SERVER=10.94.4.1 IS OK
    IF SENDING PING FROM ISM TO SERVER DON´T ANSWER
    IF JOIN A CLIENT IN AP, CLIENT WIRELESS=10.94.4.150 /24 D.G. 10.94.4.254
    I SEND PING TO ISM 10.94.4.251 IS OK
    I SENG PING TO ROUTER 10.94.4.254 DON´T ANSWER
    I SEND PING FROM SERVER (10.94.4.1) TO ROUTER 10.94.4.254 IS OK
    I SEND PING TO ISM 10.94.4.251 DON´T WORK
    I SENG PING TO CLIENT WIRELESS 10.94.4.150 DON´T WORK
    CAN ANYONE HELP ME ?
    THANKS
    JUAN-RAMON

    Just to be clear, this posting is NOT asking for help. This is a posting to help those with the HARDWARE side of the configuration. This is what I just finished doing in my lab for testing. Worked great. DHCP, WLAN Advertising, etc. I now have to go on to the next harder steps of really combing through the WLC configuration, applying our standard template configurations for our Routers/Switches, applying dual and tertiary redundancy with regards to routing, DHCP via MICROSOFT and not using a switch, and so on.
    This was just meant to help those who don't have a lot of experience configuring the router switch environment. Sorry if I confused any one.

  • Best method for passing data between nested components

    I have a fairly good sized Flex application (if it was
    stuffed all into one file--which it used to be--it would be about
    3-4k lines of code). I have since started breaking it up into
    components and abstracting logic to make it easier to write,
    manage, and develop.
    The biggest thing that I'm running into is figuring out a way
    to pass data between components. Now, I know how to write and use
    custom events, so that you dispatch events up the chain of
    components, but it seems like that only works one way (bottom-up).
    I also know how to make public variables/functions inside the
    component and then the caller can just assign that variable or call
    that function.
    Let's say that I have the following chain of components:
    Component A
    --Component B
    -- -- Component C
    -- -- -- Component D
    What is the best way to pass data between A and D (in both
    directions)?
    If I use an event to pass from D to A, it seems as though I
    have to write event code in each of the components and do the
    bubbling up manually. What I'm really stuck on though, is how to
    get data from A to D.
    I have a remote object in Component A that goes out and gets
    some data from the server, and most all of the other components all
    rely on whatever was returned -- so what is the best way to be able
    to "share" data between all components? I don't want to have to
    pass a variable through B and C just so that D can get it, but I
    also don't want to make D go and request the information itself. B
    and C might not need the data, so it seems stupid to have to make
    it be aware of it.
    Any ideas? I hope that my explanation is clear enough...
    Thanks.
    -Jake

    Peter (or anyone else)...
    To take this example to the next (albeit parallel) level, how
    would you go about creating a class that will let you just
    capture/dispatch local data changes? Following along my original
    example (Components A-D),let's say that we have this component
    architecture:
    Component A
    --Component B
    -- -- Component C
    -- -- -- Component D
    -- -- Component E
    -- -- Comonnent F
    How would we go about creating a dispatch scheme for getting
    data between Component C and E/F? Maybe in Component C the user
    picks a username from a combo box. That selection will drive some
    changes in Component E (like triggering a new screen to appear
    based on the user). There are no remote methods at play with this
    example, just a simple update of a username that's all contained
    within the Flex app.
    I tried mimicking the technique that we used for the
    RemoteObject methods, but things are a bit different this time
    around because we're not making a trip to the server. I just want
    to be able to register Component E to listen for an event that
    would indicate that some data has changed.
    Now, once again, I know that I can bubble that information up
    to A and then back down to E, but that's sloppy... There has to be
    a similar approach to broadcasting events across the entire
    application, right?
    Here's what I started to come up with so far:
    [Event(name="selectUsername", type="CustomEvent")]
    public class LocalData extends EventDispatcher
    private static var _self:LocalData;
    // Constructor
    public function LocalData() {
    // ?? does anything go here ??
    // Returns the singleton instance of this class.
    public static function getInstance():LocalData {
    if( _self == null ) {
    _self = new LocalData();
    return _self;
    // public method that can be called to dispatch the event.
    public static function selectUsername(userObj:Object):void {
    dispatchEvent(new CustomEvent(userObj, "selectUsername"));
    Then, in the component that wants to dispatch the event, we
    do this:
    LocalData.selectUsername([some object]);
    And in the component that wants to listen for the event:
    LocalData.getInstance().addEventListener("selectUsername",
    selectUsername_Result);
    public function selectUsername_Result(e:CustomEvent):void {
    // handle results here
    The problem with this is that when I go to compile it, it
    doesn't like my use of "dispatchEvent" inside that public static
    method. Tells me, "Call to possibly undefined method
    "dispatchEvent". Huh? Why would it be undefined?
    Does it make sense with where I'm going?
    Any help is greatly appreciated.
    Thanks!
    -Jacob

  • Best way to transfer data between iMac early 2006 and iMac late 2012

    What is the best way to transfer data between iMac early 2006 and iMac late 2012?

    HI, is this for Migrating all data ove, or just File Sharing?
    What OSX version is in he older one?
    Do you have any backup external drive for the older one?

  • But i cant transfer data between iphone/ipad to apple tv  any suggestions?

    so i purchased 2nd gen apple tv everthing is up to date on homesharing is on but i cant transfer data between iphone/ipad to apple tv  any suggestions?

    Welcome to the Apple Community.
    Do you mean you can't stream movies etc. You can only play media over Airplay, you can't share data from other apps.

  • Transfer data through bdc using as01 tr. code

    hi gurus,
    please tell me transfer data through bdc using as01 tr. code.please guide me through coading how to i will proceed.i am using call tr. through recording.
    thanks
    subhasis

    Subhasis,
    Best way to Convert data to AS01 is to Use BAPI BAPI_FIXEDASSET_CREATE.
    Trouble free and easy conversion.
    Hope this helps.
    Vinodh Balakrishnan

Maybe you are looking for

  • Using Lockbox want to hit different GL account for each payment

    Hi Everyone, Currently, we have lockbox up and running for credit card payments from third party system and hitting cash account in Oracle. I want to implement one more payment mode for e.g. ACH, which will hit differed revenue account in Oracle. 1.

  • Open in Browser for Text

    Is it possible to highlight text, enter the link and have the option to "Open in Browser"? Or do I have to create a box over the text and link the box. I ask because when we trasfer our iPad app to Android (the "Lazy Susan" way) the links do not work

  • Can't see attachments at top of message

    Hi, On all of my mail messages with attachments, when I click on the arrow in the message header to reveal the attachments, they aren't there. Although, the attached files appear in the message below absolutely fine. This means that when I click on '

  • Personalized reader enabled forms

    HI, Here is my use case: 1) Visitor completes an HTML form on website 2) Info is stored in local db, some transformations are done etc 3) Some info is then populated into fields of a PDF reader enabled form 4) pdf saved and emailed to visitor 5) Visi

  • FB60  Service Tax entry Missing

    Dear All, While entry of Vendor Bill thru Tcode FB60, forgot entry of service Tax. Also Payment made by Cheque for Vendor Bill. Now how to enter Service TAx entry for that Bill. It is not possible to reverse Payment entry. So it is not possible to re