Ale question

hello everybody,
what is difference between executable programs and change pointers in ale?
and also difference between change pointers and message control?
regards
uday

change pointers it is concept to triggering idocs when there is a change in Master Data<In some case transactional data too> .
Executable programs in ALE context, you can trigger idoc using them.
Message Control is to identify the message

Similar Messages

  • ALE: how do I use dependent distribution for customer and vendor addresses?

    Hello SDN'ers
    Hopefully someone can help me with an ALE question.
    We have two ERP systems connected with ERP - Retail and AFS.
    Customers and Vendors may be created in Retail, and are distributed to AFS using DEBMAS, CREMAS and ADRMAS messages.
    Not all customers and vendors are required in AFS, so we have various filters set up in the Retail distribution model (BD64).
    However with the filters in place, addresses were still being distributed for customers and vendors that had been filtered out.
    To try and avoid this for vendors, we created a filter group for AddressOrg.SaveReplica in receiver determination. In the filter group we selected Dependent Distribution for CREMAS (Address owner object).
    This works perfectly for vendors - vendor addresses are now only distributed if the vendor itself is distributed.
    However I've now discovered it is preventing any customer addresses from being sent! I was surprised about this: I expected CREMAS dependency to only affect vendor addresses. Can someone tell me:
    - is this how dependent distribution is designed to work? In which case can anyone offer any suffestions to achieve the filtering some other way?
    - or are we doing something wrong to be getting this result?
    Thanks for any help!
    regards, Roger

    Hi all,
    as Robert suggested, I've written an exit to get round this, although I'm surprised I should need to!
    What I did was to code an enhancement in function group BDBF, at the start of subroutine COMPUTE_LOGIC_EXPRESSION.
    * In the case of addresses, dependencies should only be applied for the appropriate type of address
      data: lwa_tbd14 type tbd14.
      if P_MODEL_DATA-FTYPE = C_FTYPE_DEPENDENCY_FROM_MESTYP.
    *   Dependency from Message Type.
    *   Read the Address Object type
        READ TABLE P_FILTER_VALUES
                         WITH KEY OBJTYPE  = 'AD_OBJTYPE'
                         BINARY SEARCH.
        if sy-subrc = 0.
    *     Check if the Message Type is linked to the Address Owner Object Type
    *     (Table is buffered on DB)
          select single *
            from TBD14
            into lwa_tbd14
           where MESTYP = P_MODEL_DATA-FMESTYP
             and OBJTYP = P_FILTER_VALUES-OBJVALUE.
          if sy-subrc <> 0.
    *       Wrong type of address for this dependency - stop here
            P_REPLICATE = c_true.
            exit.
          else.
    *       Correct address type. Standard processing continues, checking any
    *       filter values set up against the Address Owner Object Type.
          endif.
        else.
    *     It isn't an address - continue with standard processing
        endif.
      endif.
    Let me know if this helps you, or if you know of a better way to achieve the same result.
    Roger

  • Hi question regarding ale

    hi experts,
    i am new to these and i want know that in real time how can ale used what do abaper has to do, just creating 1. logical systems....
    yet last sending data and receiving data.
    my question is that how could a client use this these steps please
    could you/anyone clarify my critical doubt please.
    please help me.
    thanku all

    Hi
    ABAP Consultants are responsible for the below ALE tasks.
    1.Creating Logical Systems
    2.Creating Partner profiles
    3.Creating Ports
    4.Creating Distribution Model
    5.Defining RFC Destinations
    6.Replication of Customers,Vendors,Materials,G/L Accounts etc as per the requests
    7.Development of Segments,IDoc Types,Message Types when and as required
    8.Developemnt of Inbound and Outbound ALE Programs
    9.Reprocessing of the failed IDocs both at the inbound and Outbound Side.
    10.Workflow Configuration related to ALE.
    11.Processing of the failed Trfcs.
    I Would advice you to get the book "ALE/EDI and IDoc Technologies for SAP" By Arvind Nagpal.
    Cheers,
    Abdul Hakim

  • ALE Configuration Questions

    Hello Experts,
    I have a few questions regarding ALE Configuration, help appreciated
    1) Is it necessary to create user for ALE transfer in both sender and receiver system ?
    2) Is it necessary to create logical system for both sender and receiver in both the systems ?
    3) Can tRFC created in sender system have a different port name than the logical system name ?
    Is it ok, if only configuration is done in the sender system, if I am looking for one way transfer of Idocs from sender to receiver ? The receiver will receive the Idocs and process internally, sender is responsible only for sending in my case.
    I have referred the below link,
    7 Steps For ALE Configuration - ABAP Development - SCN Wiki
    Best Regards,
    Ameya B.

    Hi Mili,
    You do not need to generate partner profile during the ditribution model view process (BD64). You can add manually the partner profile via WE20 for inbound and outbound parameters. As long as distriburon model has been setup and distribute, you can continue the next step for example generating IDoc and so on.
    Sometimes, you may face an issue to generate partner profile from BD64 for some reason. I found by generating manually partner profile always quick, safe and stay away from any trouble shooting for an error.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • ALE Configuration Conceptual Questions

    Hi Experts,
    I need some help regarding the ALE configurations.
    1. I know that we specify the RFC dest in the port and then specify the port in partner profile. What exactly is the significance of a port in case of outbound Scenario? we could have directly specified the RFC destination in the partner profile.
    2. When we create the TCP/IP RFC destination it creates a TRFC Connection. However in the special options tab we have the option select QRFC version? What is the use of that?
    3. Why does the port created is of TRFC for ALE? Is it that the RFC connection is of TCP/IP so we need a TRFC port?
    4. Why do we need to create TCP/IP rfc destination for ALE, why not HTTP RFC destination?
    5. Is distribution model is mandatory for all the ALE scenarios? If not then when its mandatory?
    6. While creating process code we have option process with/without ALE service. What does that exactly means?
    Thanks
    Kumar
    Moderator message: please search for available information/documentation, do not ask interview-type questions.
    Edited by: Thomas Zloch on Apr 19, 2011 7:01 PM

    hi,
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Regards,
    S.Nehru

  • ALE IDOC related basic question

    Hi Gurus,
    I am new for SAP please clarify my quary.
    In SAP R/3 we have the one data base server, every one have authorization for access data form data base,they can extract data from data base, that time what is the need to distribute the data form  one client to another client using ALE throug IDOC and some other methods also.
    Hi i have the doubt on this, Please dont feel cilly.. please clarify me clearly.
    Thanks & Regards
    Sri Sairam

    Hi Sai.
        Very good question, first think is data is client dependent. Dont think that all user will have access to all clients of the SAP system. In some projects we can see different clients in the same server (lets take development box), in one client we can develop the program and in another we can do the unit testing. In this case if you want to keep the data in both clients then we need to distribute them. You may have seperate clients based on the application also (like client for FI, seperate one for SD, like that - in dev to do testing).
        But in most of the cases we can see data distribution scenarios in between 2 servers, since master data will be maintained seperately.
    Thanks
    Satya

  • ALE, Idocs question.

    Hi everybody,
    If I have a ECC instance installed on a machine (M1) and a Netweaver with abap stack on other machine (M2). Can I communicate them via Idocs? My question is because I do not know if a have all the ALE-Idocs functionality on the Netweaver machine M2.
    Thanks in advance.

    The idea is a ECC running on a netwaeaver (M1) and a standalone netweaver (M2).
    Thanks for your answer.

  • Question on ALE/IDOC

    Hi to all,
    I have some doubts regarding ALE/IDOC can any one tell me answers to those question.
    1. what is a process code? what is the purpose of process code?
    2. what is a stand alone program?
    3.How to handle to errors in ale/idoc?
    4. ALE processes in asynchronous why?
    5. How to run idocs in parallel?
    6.What is a posting program
    7. Can any one can send me one complete ALE/IDOC scenario with documentation ?
    Please send me the answers to this mail id [email protected]

    Hi guys,
    I must thank every one of you for sending such quick and helpful responses. I bought the book "ALE, EDI and IDOC" from Aravind Nagpal and its a great book for beginner as well as for an expert. I have started practising ALE my PC by logging into 2 clients and it is working fine. I was able to send and receive the IDOC.
    Thank you again.
    This is a great forum,
    Cheers,
    Mahesh.
    Edited by: Mahesh Kumar on Jan 21, 2009 3:32 PM

  • Last question on ALE and VA01 : how link ALE and VA01 ?

    My aim is to send via ALE sales orders when created with transaction VA01 or when modified with transaction VA02.
    I have done a lot of customizing and create module function and so and so.
    Now what I don't know is how it's working! When I create a sales order with transaction VA01, what I have to do, to make a relationship between transaction VA01 and my IDOC?
    It's automatic and I have forgotten some customizing?
    Use an Use exit to call the Module function?
    Create a workflow on events ?
    Or ????
    I have created a function to populate and distribute Idocs
    but by which action this function will be called during the sales order creation ?
    I have used transaction BDBG to link ALE interface and BAPI, WE41 to link process code to function module.
    If some one have a little solution, wellcome
    Henri

    Hi Henri,
    I wish I could help you more
    But please check this online documentation which will help you to understand and configure the ALE/IDoc for sales orders.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/SDEDI/SDEDI.pdf
    Again, let me know if you need further assistant.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • ALE using PULL Approach question

    Hello All,
                  Can anybody  explain me the sep-by-step process for getting the material master using BD11- PULL approach. I had already configured the Distribution model for sending the request MASFET in system B, from which we are requesting the material master through BD11.  Also we had maintained another Distribution Model in System A, from which the MATNAS will have to pulled to the System B.
    My issue is MATFET Outbound IDOC is created in syatem B and System A has an Inbound IDOC of MASFET.
    But after the IDOC get posted in System A , the MATMAS Outbound IDOC is not getting created in System A   automatically.
    Is there any program we need to run for trigering the MATMAS outbound IDOC in System A????
    Thanks for the help in advance.
    Thanks,
    Greetson

    Hi Sai.
        Very good question, first think is data is client dependent. Dont think that all user will have access to all clients of the SAP system. In some projects we can see different clients in the same server (lets take development box), in one client we can develop the program and in another we can do the unit testing. In this case if you want to keep the data in both clients then we need to distribute them. You may have seperate clients based on the application also (like client for FI, seperate one for SD, like that - in dev to do testing).
        But in most of the cases we can see data distribution scenarios in between 2 servers, since master data will be maintained seperately.
    Thanks
    Satya

  • Ale configuration question

    Hi,
    While doing the ale config as per blog...
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    all steps worked fine...except the step where we select model view and distribute....
    I get this message...
    Communication error occurred
    Name or password is incorrect(repeat logon)..
    Any ideas ....i believe its the uid/pwd combo i had specified in the rfc destination...just wanted some clarification
    Venkat

    Yes. That is correct.
    You will find the RFC destination with same as your receiving Logical System name. Test your RFC destination whether it is working fine using TC : SM59
    Hope this will help.
    Nilesh

  • ALE Distribution model customisation question.

    Hi,
    How essential is it to undertake the SRM ALE Distribution model config prior to making the changes to the R/3 backend tables, e.g. CRMCONSUM, CRMPAROLTP, SMOFPARSFA? The SAP SRM config guide does not indicate the whether or not the ALE config needs to be undertaken before or after the R/3 middleware config.
    Please can some one clarify this.
    Thank you.
    Steve,

    Hi Stewe
    ALE Idoc Settings are required for Invoice, Good Receipt and PO Commitment.
    But CRM settings are required for transfering your Business Object and Customizing object.
    Both are not related each other.
    regards
    Muthu

  • Ale idoc interview questions

    how to develope a ale idoc with one example?

    hi,
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Regards,
    S.Nehru

  • Question regd. ALE distribution

    Hi Experts,
    My client has a requirement for outbound HR interface. The interface basically transfers IDocs from R/3 to XI and from XI to an ftp location A. But the client also want an option to simulate the interface. For the simulation run of the interface, it should transfer IDocs from R/3 to XI and from XI to an ftp location B. In this regard, I wanted to know if there is any elegant solution to work this issue without using different IDoc types for actual and simulation run. The ALE distribution model (R/3->XI) will be same for both the cases but I want to know if there is any simple way that XI could figure out between actual and simulation run.
    Thanks
    Sri

    Hi,
    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
    Thanks
    Sarada

  • Ale config part 2...question

    Hi,
    While doing the ale config as per blog...
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    I managed to distribute the model view..however when i go to BD10 and select the specified material SWAR1...out of matmas...i get an error telling me that no material could be found.............How can i test that i can send an idoc to the XI system....? is there a standard material that i can send to verify this...
    Venkat

    There are no standard material numbers avaiable in SAP. All u need to do it to create in the TC MM01 and u can refer to the table MARA and the material number field is MATNR.
    Coming WRT to the blog when u want to test it either u press F4 to get the list of material avaiable or check in MARA.

Maybe you are looking for

  • Custom WebHelp skin

    I want to disappear the SearchInput Textbox and add My LOGO on the right of the toolbar in RoboHelp HTML 8.0. But do not find a way to solve it, any suggestions?

  • How to setup classpath for the beans?

    My packaged beans reference classes in other jars. Right now I have to set up the classpath in the Windows user variables. I think that is not a good way. Is there a better way to do it? Thanks. Anthony

  • Enhancement for Automatic GI  for MIGO transaction

    Hey Folks , My requirement is as : I wanted to do automatic GI of the goods once their GR is done and dat data should also be updated to sap tables   .Now a days we are using MIGO transaction for GI and GR both ,I have found a BADI for MIGO also but

  • App world error code 31200 and unable to connect with Appworld serverI.I

    I am unable to connect with BlackBerry Apps World and when I try to purchase an App, I keep getting error code 31200! I've tried to wipe my tablet and I created my BlackBerry I'd on my computer! Now I can't get on with my Bold 9700 either! Unable to

  • When I crop an image all I get is a 1" gray box!

    I used Photoshop Elements 4 for over 7 years with no problems.  I switched to Elements 11 in January and I'm having the same recurring problem.  Everything was going great with my cropping and now when I crop an image all I get is a 1" grayed out box