Setting up Logical system in ALE Config !

Hi,
    I have set up the ALE logical system in SAP to transfer data. Basically RFC destination setting. While I am trying to test the connection, I am getting an Error Program INBOUNDASYNC not registered.
Could any one help me out here.
Thanks,
Senthil

Hello,
Please make sure you have completed the starting of SMD agent also after the setup, u can find it in the guide.
also check the p4 or Https port number is correctly mentioned.
The user and pass mostly would be that of SMDadmin, created during the setup, or u can use SIDADM which will wrk fine.
sometimes root needs to be used as even sidadm can be restricted in ur envt. ( just in case).
Regards,
Kaustubh.

Similar Messages

  • Why do we create logical systems in ALE?

    Hi All,
            i got this question in interview.
        Why do we create logical systems in ALE?
    Thanks & Regards
    suresh

    Hi
    In addition to above .
    A logical system is used to identify an individual client in a system, for ALE communication between SAP systems. That's why you see a field for 'logical system' in the client master data in SCC4 (table T000).
    /people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements
    http://help.sap.com/saphelp_nw04/helpdata/en/b5/1d733b73a8f706e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/69/c24ca94ba111d189750000e8322d00/content.htm
    http://72.14.203.104/search?q=cache:J-uDLyT0w54J:www.topxml.com/biztalkutilities/walkthroughs/SAP%2520Configuration.pdfwhatislogicalsystems+(SAP)&hl=en&gl=in&ct=clnk&cd=5
    http://help.sap.com/saphelp_nw04/helpdata/en/78/217dc151ce11d189570000e829fbbd/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/d7/9c73631d6c11d2a56e0060087832f8/content.htm
    This guide is really good shows step by step procedure.
    http://72.14.203.104/search?q=cache:Xyl0zxpyEXsJ:www.sappoint.com/abap/ale.pdfLogicalsystem(ALE)&hl=en&gl=in&ct=clnk&cd=9
    for one client config
    http://www.sappro.com/downloads/OneClientDistribution.pdf#search=%22Logical%20system(ALE)%22
    Please reward for the same.

  • What is logical system in ALE

    Dear all
    I still confuse with Logical System in ALE where we already have Client.
    And I see that relationship between Client and Logical System is 1:1
    So why we need Logical System instead just use Client ?
    Regards,
    Halomoan

    I think this is what you want to read:
    A logical system is an unique identifier of a system/client combination.
    That is why SAP recommends to use the notation <SID>CLNT<CLT> to set the logical system. For example, assume you have client 400 for system QA1 and you have client 400 for system DV1. Then the logical system name would be:
    for QA1/400: QA1CLNT400
    for DV1/400: DV1CLNT400
    The logical system is used in the IDOCS that you transmit from one system to the other. So with this, you know the source system of the IDOC, and this tells you where the business document was created.
    Using only the client as identifier is not enough, because you can have the same client number in several systems.
    Nevertheless, you should read the documentation!!
    Regards,
    Juan

  • How to create Logical System for ALE?

    Hi All,
       I'm an abaper and want to create Logical System For ALE. When i tried to make it using Tcode: SALE, msg appears that "Caution: The table is cross-client", when clik on continue button it shows "You are not allowed to change cross-client customizing".  Help with proper documentation.
    Thanks in Advance.

    Hi,
    what you did is correct but you don't have the authorization for cross-clients in your sever.First take the authorization for cross-clients then follw the steps
    Here i am giving link go through that and do practice,
    http://www.****************/Tutorials/ALE/MaterialMaster/Distribute1.htm
    http://www.****************/Tutorials/ALE/ALEMainPage.htm
    Reward if it useful
    lakshmi.

  • BPM--cannot convert sender logical system to ALE

    Hi
    My Scenario is file-bpm-idoc.. Where i am getting an error saying "cannot convert sender logical system to ALE"  for the BPM.
    i tried entering the logical system for the BPM in adapter specific attributes but it says logical system is already being used by some other service..
    So i tried header mapping in receiver agreement now the messages are failed at the intital stage before entering the BPM only only saying cannnot find recvr agreement..
    My sender system BS_EXT_100
    BPM IP_calldoc
    Recvr system BS_EDCR/3_200
    i did the header mapping for recvr agreement of BPM by selecting the sender service and entering "BS_EXT_100"
    Where am i going wrong...

    solved it myself.. Thanks

  • Logical systems for ALE

    HI all,
    I'm configuring for an IDoc to be generated and downloaded to a file via a file port.
    This IDoc is of message type PAYEXT.
    The file is to be sent ot the bank via the meansa of third party software.
    Do I have to create logical systems for these? Or only the outbound logical system?
    Do I also need to set up the distribution model , and if so, how far do i need to set it up?
    Points wil be awarded. Thanks!

    Hi
    Use BD64 Tcode to setup distribution Model
    Define the 2 logical systems.
    see the flow:
    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
    Reward points if useful
    Regards
    Anji

  • Logical systems in ALE iDoc

    Hi,
    For exchanging data between two systems(not between two clients of the same system) using ALE iDoc , logical systems should be maintained in both the systems?
    For eg: there are two systems, system A and system B.
    i have maintained the logical systems as SYSA (for system A)  and SYSB ( for system B) in the system A using the transaction 'SALE'. Should this need to be maintained in system B also?
    Thanks & Regards,
    Soumya.

    Hi,
    In both the systems you have to Define the Logical systems,
    but in you assign only one to the client,
    i.e. in system A you assign the Logical Sytem of of A to the Client in SALE
    transaction the same goes for B.
    and you don't need to create a distribution model for both the systems,
    you can create it in one system and send it to the other system.
    Regards,
    Samson Rodrigues.

  • RSA1 initialization - setting of logical system

    We just finished the installation of SCM 5.0.  In the post-installation steps, we have created the logical system and assigned it to the client. You are then to execute RSA1 and enter the logical system in an initial popup window. Someone accidentally pressed the [Cancel] button on that popup window, but a BI_CONT_ACTIVATION job was executed anyway.  The job is failing with errors related to not being able to find the logical system, as expected. Is there a way to "re-initialize" RSA1, to allow the logical system name to be entered in that popup window properly, or another way to correct this problem?

    It does not provide the popup window for entry of the logical system name again.

  • Logical system value in a BAPI

    i am using a BAPI, its asking for logical system . How do i know that value ?

    Logical system- 'logical system' is used to identify an individual client in a system, for ALE
    communication between SAP systems. That's why you see a field for 'logical
    system' in the client master data in SCC4 (table T000). You use logical systems
    in ALE config - this should be documented further in the IMG guide, or SALE and
    BALE transactions.
    Check the link
    http://www.sap-img.com/bc059.htm
    please use Function Modules for this task:
    CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'...
    You can also check the table -
    The field is T000-LOGSYS. (Logical System)
    Regards,
    Amit
    Reward all helpful replies.

  • Setup Logical System from blank

    the default logical system of client 100 is blank
    now we have to set a logical system for ALE and BW data transfer
    but we found that some documents will not be transfer and some document cound not be found
    eg: we cant found the FI documents from material document as MB53
    debug the program we found that the programe check the logical system
    is there any way to change the old documents logical system to new?
    i found there is a sap note to describe how to change the logical system from a old value to new
    but it not suit the situation of set new logical system from blank value.

    HI ,
    You need to create the logical system name and assign that to that client.
    This can be done in Transaction :SALE.
    Have a look at the t-code SALE and its options....
    SALE->Basic settings->Logical system---- we have three options.
    one is for creation ,assigning itto client ,other one is coversion.:Last one is only called BDLS .(little critical)
    Thanks.

  • Defining Logical System name for ALE using T.C- SPRO?

    Hi,
    Can anybody tell, how to define logical system name using T.C SPRO?
    Where can I find the "Define Logical System for ALE"?
    Thanks
    Balaji

    HI,
    Use the SALE transaction , there you can have all steps clearly,
    please see the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    Regards
    Chilla..

  • In ale client and logical system

    Hi,
    do we need to assing logical system to client in ale configuration.
    thanks,
    Jigar

    Hi,
    Yes, you need to define and assign logical system for ALE client.
    Path: SALE -> Basic Settings -> Logical Systems -> Define Logical System
    Path: SALE -> Basic Settings -> Logical Systems -> Assign Logical System to Client
    Regards,
    Ferry Lianto

  • Reg setting up Logical database

    Hi,
    I need to set up logical file system for generating Idoc. can any one help me in setting up logical file system and how to config the idoc to that location.
    I appreciate your help.
    waiting to hear
    Thanks,
    Kisu

    Hi,
    I am not sure I understood your requirement. Your heading said "Reg setting up Logical database". But in your description you are asking about "logical file system". Then you say IDOC configuration. Can you please explain what you want to do?
    You can create logical file using transaction FILE. If you are talking about RFC Destinations for Idocs(not logical file system), then you are talking about SM59. If you are looking for configuring logical systems for ALE distribution or workflow configuration, then you do that in customizing transaction SPRO under "Basis Components>ALE>Logical Systems--> Define Logical Systems".
    Please let us know which one it is.
    Srinivas

  • Error: Local logical system is not defined

    Hello
    Our scenario is File-XI-IDOC , wherein we connect to SAP R/3 Development server for posting IDOC’s
    Now , we need to connect to SAP R/3 Quality server for posting the same IDOCs.
    However, recently, the Quality system database was refreshed with production data completely Hence all the ALE configuration data in Quality tables got erased, due to which we are not able to send IDOCs to Quality
    Now, we proceeded as follows :
    1. We set up Logical System in Quality
    2. We entered the partner profiles too
    However when we goto transaction 'BD64' , it gives error as "Local logical system is not defined"
    Hence we had to redistribute the profile from the sender system, and IDOC started being posted correctly
    But, we need to know, why cannot we execute 'BD64' in Quality itself and also, will this have any impact on our IDOC posting
    Further, if Quality is refreshed every now and then, do we need to repeat the above process each time or some other way is available to restore the ALE configuration data automatically
    Regards

    Hi Naveed,
    i made the following settings:
    SCC4: new entries created
    100     Sending System
    200     Receiving System
    SM59: new ABAP type 3 connections:
    RFC_DEST_LS_100
    RFC_DEST_LS_200
    - Tab Logon & Security Logon user: current user (bcuser client 001)
    Connection test is successful
    - Technical Settings: target host: localhost
    SALE: new logical systems created
    LS_100
    LS_200
    SCC4:
    double click on 100 Sending System   configured with logical system LS_100
    double click on 200 Receiving System configured with logical system LS_200
    kind regards
    Andreas

  • Logical System,Business System

    Hi Gurus,
    What is Logical System? n What is Business System?
    Wt is the Difference betweent these two?Can you explain me in detial.
    thanks in advacne.

    Hi Kumar
    Logical System
    System in which applications sharing a common data basis run. In SAP terms, a logical system is a client in a database. Messages are exchanged between logical systems.
    Systems of the Central User Administration (CUA) are referred to using logical system IDs. In the SAP sense, a logical system is a client. Therefore you must first set up logical system names that you then assign to the clients in the SAP systems.
    It is possible that the logical system name already exists because you have already included the system in an ALE distribution. You can then ignore the procedures Define/Set Up Logical System and Assign Logical System to a Client.
    Business systems are logical systems that function as senders or receivers within the SAP Exchange Infrastructure. You configure business systems in the SAP System Landscape Directory (SLD). A business system is always associated with a technical system (here: SAP Web AS ABAP system).
    Configuring an SAP Business System
    http://help.sap.com/saphelp_nw04/helpdata/en/87/7277e8fba34421a45d97a41ec27381/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/5aa2a0deb91548a1842f8485dee4a2/frameset.htm
    Defining/Setting Up a Logical System
    http://help.sap.com/saphelp_nw04/helpdata/en/aa/b4b13b00ae793be10000000a11402f/content.htm
    Assigning a Logical System to a Client
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/b4b13b00ae793be10000000a11402f/content.htm
    regards
    sandeep
    ih helpful kindly reward points

Maybe you are looking for

  • How to output various file types from a stored procedure

    Good morning, I would like to output to spreadsheet files like microsoft Excel, Lotus 123 or to a comma delimited text file from stored procedures. We run Oracle 8i and this report is accessed from an intranet site using stored procedures and the pl/

  • Go Network broken in Mavericks

    I updated to Mavericks a day or two after it was available.  Almost immediately I noticed a problem with the Finder > Go > Network operation. I have a local network with a few machines on it: the MacBook Pro Retina I'm using now, running mavericks, a

  • File handling in applets

    i am doing a project in applet. i want to open file from that applet but appletviewer told below error, java.security.Exception (Access is dinied ) but that same problem is solved in ordinary java program(not in applet ) if applet is not supported fo

  • Labview Shared Variable configuration

    I need some help with my labview shared variable configuration. In my setup I have a PC running with my lvlib on it.  This PC is NOT my development PC.  The application deploys the lvlib.  My program is I can't see those variables on my PXI RT Contro

  • Output determination during delete order

    Hi, As per requirement, When a unprocessed order(which doesn't have any further documents) is deleted in SAP, it has to update certain Z tables. How can this be achieved using using Output determination/ output types? How does output determination wo