WM interface to external system

Have anybody ever configured WM interface to external system (t-code OMKY)?
I have a question here and hope you can help:
What's the naming rule when define Logical System, RFC destination, Port and Partner Profile? Should all be defined under one name? In my test, if I only define logical system and partner profile under same name (for example "ABC"), and maintain Port and RFC destination under another name say "XYZ", then I can only sent IDOC but I can't receive the IDOC sent from external system (for example, confirmation of transfer order).
Can anybody shed some light on this question? Your input is highly appreciated.

Hi,
Why should the port and RFC destination also use same name as logical system and partner profile? Would you please kindly show me the rule? I’ve checked online help and searched extensively on websites without any clear instruction.
In my experinces, usually I setup using the names and make easy for other developer to identfy the interface problems in production as well as for enhancement in the future. Just imagine if you are dealing with hundred interfaces (inbound and outbound) and you have different names for same interface.
Again, you could setup with different names for logical system, RFC and so on.
In case of different name between logical system and port, would you please tell me why we can’t receive IDOC sent back by external system? Can’t they find the correct partner and port then send IDOC anymore?
Well ... you need to tell the external system what names to use for partner profile and port as part of EDIDC data.
Regards,
Ferry Lianto

Similar Messages

  • Sales interface from external systems

    hey,
    Sales will be interfaced into SAP. 
    We will interface transactions from three separate external systems. 
    We could receive the same document number from each of the three systems.  What makes a document unique in SAP?  These documents could conceivably be for the same customer.  Would that be a problem?
    Please advise.
    Thanks

    Hi there,
    When maintaining an external system, there will be 2kinds of transactions.
    Inbound to SAP & Outbound to SAP.
    In inbound, when a doc is created in an external system & comes to SAP, that particular doc usually comes in the form of an IDOC. The external doc num will be populated in one of the IDOC segment fields. The same external doc num will be populatedin one of the fields of the SAP document as a reference num. We usually use any field which is not used to populate this.
    In outbound from SAP, the information is sent to external system also as IDOC. In tis case, we populate the SAP doc num in 1 of the segments of IDOC. The same value will be populated in on of the fields as an external reference num.
    We define the segments & fields of an IDOC message type in t-code WE30.
    If this doesnot clarifiy your question, pls eloborate your question.
    Regards,
    Sivanand

  • Interface with external system

    Hello Experts,
    The query i am posting is very naive and mite seem vague to you but I am doing it for a sure shot methodological approach. My client have an vendor system that they want to interface. All the information I have is
    1> I will get the XML schema frm the guys of that company.
    2> XI is installed in my company.
    Can you tell me wat all things i need to configure and how can i go about achieving this?
    thanks and please advise me,
    Mehta

    Hi Gaurav,
    you will have to provide more details like who is your sender, who is your receiver etc....
    i would recommend that you go through the SAP help documentation and follow the pipeline steps.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    You will have to perform the basic steps to get your thing (XSD) into XI.
    1. In the Integration Builder - Integration Repository; You take your XSD provided by the vendor and create an interface out of it. This depends whether your vendor is sending (Outbound Interface) or receiving (Inbound Interface) the data.
    2. Then add this interface to your service in the configuration (Integration Directory).

  • Interface SAP - External System

    hi expert
    i need make a interface beetween sap and a visual basic program... my idea is use a rfc, but i think i need use a connector, can i do this without a extra connector ...my client don´t want buy a licence
    thxz......

    Hi, you can use RFC's without a connector.

  • WM interface to external system_IDOC not received

    I have a question here about configuring WM interface to external system via t-code OMKY, and hope you can help:
    What's the naming rule when define Logical System, RFC destination, Port and Partner Profile? Should all be defined under one name? In my test, if I only define logical system and partner profile under same name (for example "ABC"), and maintain Port and RFC destination under another name say "XYZ", then I can only sent IDOC but I can't receive the IDOC sent from external system (for example, confirmation of transfer order).
    Can anybody shed some light on this question? Your input is highly appreciated.

    Hi,
    Why should the port and RFC destination also use same name as logical system and partner profile? Would you please kindly show me the rule? I’ve checked online help and searched extensively on websites without any clear instruction.
    In my experinces, usually I setup using the names and make easy for other developer to identfy the interface problems in production as well as for enhancement in the future. Just imagine if you are dealing with hundred interfaces (inbound and outbound) and you have different names for same interface.
    Again, you could setup with different names for logical system, RFC and so on.
    In case of different name between logical system and port, would you please tell me why we can’t receive IDOC sent back by external system? Can’t they find the correct partner and port then send IDOC anymore?
    Well ... you need to tell the external system what names to use for partner profile and port as part of EDIDC data.
    Regards,
    Ferry Lianto

  • Setting up the HR-PDC  interface to ext. system without direct RFC

    Hello,
    Setting up the HR-PDC  interface to external system without direct RFC - Uploading time events
    Following note number 647145, I tried to set up connection to external time collection system. As the external system isn't able to work with RFC, I setup a fileport using transaction WE21. When an outbound IDOC is created with transaction PT80, it will be stored at the outbound path. The IDOC then will be transfered to the external system with a unix script triggered by event.
    For inbound IDOCS, the fileport cannot be used as I don't see any way to configure it as the time events that  should come in via RFC port, will be uploaded and processed according the ALE distribution model. The BOR object "PTManagerExtPEvent" of type "BUS7014" with method "Insert" is used to insert the time events into the interface table CC1TEV from an HR-PDC certified subsystem. The message type is "HRCC1UPTEVEN".
    As standard process won't work in our case, I'd need alternative solution. Actually the time events are send via ftp to the SAP directory that points to incoming IDOC path setup on WE21.
    Maybe there should some way to setup RFC connection to own SAP system that points to the SAP directory where the inbound files are stored.
    Maybe using the FM IDOC_INPUT_HRCC1UPTEVEN can be used to trigger the upload manually but first the files have to be uploaded from file similiar to report RSEINB00. Testing this report using the SAP directory and port where the inbound files are located I get error message that IDOC control record is missing, that seems to be understandable as this report is used to upload IDOCS from file but HR-PDC upload file HRCC1UPTEVEN01 has no specific IDOC segments in this moment as it was created according specific HR-PDC interface description. The IDOC in the standard process will be created with the BAPI.
    As I'm new in HR and ALE, I'd be grateful for any help on this matter.
    Best regards
    Andreas

    Hello Andreas,
    thanks for Your contribution. Recently I've got the trial version and made some tests and found out that the bapi-handler works perfectly for managing HR-PDC interface.
    Nevertheless actually there's no compilation for OS/400 and the AS/400 I'm working with has an old OS release without C compiler and furthermore RFC libraries of SAP cannot be installed on this release.
    The Bapi-handler for testing runs on Windows
    and I'd need an intermediate machine to manage the data between AS/400 and SAP. I'd prefer direct connection between timecollection subsystem and SAP for obvios reason.
    Regards
    Andreas

  • RFC with External system

    Hi,
    We are trying to develop interface with external system to calculate the shipping costs for a delivery. We will establish RFC connection between SAP and External system.
    Do we need SAP .NET connector to send and receive data from/to SAP. SAO shouls act as client and external system as server. If we have to use SAP .NET connectore, can anyone explain me the detailed process of using SAP .NET connector and connecting to external system.If there is anyother way without using SAP .NET connector, i.e by using RFC function modules, can you please xplain that process too. What is the program ID for RFC destination in SM59?
    I appreciate your help.
    Thanks,
    Ashok.

    setting the program id you need a person with the knowledge of both the system, with the current input it will be difficult to help with that.
    since you are in 4.6C the available options are
    1. DCOM connector
    2. .net connect
    3. JCO
    4. or a plain http call to your external system.
    Regards
    Raja

  • External system to SRM

    Hi SRM specialist
    <u>Scenario:External system --> SRM</u>
    Now we are examining how to do the Interface.
    Firstly PO data is created in External system and this data will be needed to transfer to SRM.
    <u>Question</u>
    What can we do when we will do the Interface from External system to SRM?
    (IDOC? XML? FTP?)
    Please tell me about it.

    Hi,
    As far as I know if ur talking with SAP with SAP system than connection would be RFC and the communication in the ALE IDOC right.
    But if ur talking with SAP with NON SAP system than the connection would be through some middleware like XI.
    Note:- But in some case u can pass your SAP IDOC into XML format to the other NON SAP System provided that the system should be in programmed in such a formate that it can understand and mapped the details as per the business requirement.
    See IDOC can be send in different format right like.
    1) Files Formate,
    2) TRFC Formate,
    3) XML File,
    4) XML Http,
    5) CPI-C,
    6) ABAP-PI
    Is this is the ans ur looking for please revert.
    BR,
    Vijay Mittal
    If it helps u in understanding and solving reward the points.

  • Customer Master Data interface to external using Seeburger on MDMP

    Hi Experts,
       Currently, customer master data is interfaced to external system via IDOC. The middleware used is Seeburger.
       If the system is changed to MDMP, would there be any impact to this interface?
       Is Seeburger communicates in Unicode? If so, when the data is translated to Unicode when the data from R/3 is non-unicode?
       Thank you.
    Regards,
    Bing Fatt

    Thanks Uwe,
    I tried to create IDoc with BD10 for material master and I am getting two error msg as below.
    Msg one
    1 master IDocs set up for message type MATMAS
    then Msg two
    0 communication IDoc(s) generated for message type MATMAS
    Is it able to get why this msg is comng and no IDoc's were generated..
    Regards,
    Senthil

  • Creating shopping cart in SRM through an interface from an external system

    Hello,
    i am currenlty working on a SRM implementation at a client and we are looking into
    building an interface for purchase requisitions from an external system to SAP.
    To be able to get these requisitions as a package approved I would want them to go though the
    approval process in SRM. Does anybody know if it is possible to create a shopping cart in SRM through an interface from another system?
    thanks,
    Geert

    SRM has a standard business scenario of PDP PM
    here the external requirements are transferred to SRM for sourcing
    in normal business scenario ECC PR is transferred to SRM which creates a dummy SC or say sourcing SC in SRM which appears in Purchaser's worklist after correct settings
    SRM can work with NON SAP system also
    so logically yr requirement should be possible
    but in ECC PR transfer case the SC created in SRM is already apparoved.
    BR
    Dinesh

  • Scenario: Idoc - XI - external system (Idoc)

    Hello,
    I am trying to send an idoc from an sap 4.6c system to an external system. The external system is supporting idcos with trfc. This scenario is currently working with ALE. Now i have to set XI between these two systems.
    My problem is to set up the communication channel in the integration builder (configuration) for the external system. The idoc is waitung in XI to transport. So the step XI-> external system causing problems.
    My settings are:
    adapter type: idoc
    transport protocol: idoc
    message protocol: idoc
    adapter engine: integration engine
    rfc destination: xyz (is working fine)
    interface version: sap release 4.0 or higher
    port: ??
    sap release 46c
    My problem is the port. should i set up a port in idx1? But the external system is not an sap system and so i dont have a client.
    In XI i have defined a port in transaction we21 (transactional rfc) for the external system with rfc destination xyz. But if i enter that port in communication channel i got error messages.
    Thanks for any help.

    Hi christian,
    i'm also working in IDOC scenario between ECC to XI to MDM, if u have any document or snapshot then pls fwd it to me.
    [email protected]
    Thanks,
    Jitendra

  • Is it possible to integrate LSO 600 with an external system without SAP PI?

    Hi,
    as asked in the title, i am wondering if it is possible to integrate LSO 600 with an external (non-SAP) system without using SAP PI/XI. The external system is a middleware application which can handle RFC functions, IDocs besides the usual web service communications.
    However, i don't know how LSO and SAP PI are integrated so i wonder if their interfaces are such that instead of SAP PI another middleware could be used.

    Web Services are used. If you were to implement the services in your 3rd party middleware and configure SAP to call it, I suppose it is possible. The external course catalog can be used for CourseEnrollment and LearningProgress. See the application help for details. Don't expect to receive support from SAP with such a setup however.

  • Integration of Financials with external systems

    Hi,
    I am strugling with an implementation where the client is not sure if Oracle Financials suits his business processes
    Overview of situation on Hand:
    We do not have the product installed as yet at the client site
    Products of Oracle Financials to be used :General Ledger, Account Receivable, Account Payable, Fixed Assets,India Localization Patch
    Products of Oracle Applications NOT available for use :
    Purchasing, Inventory, Order Management
    (All these areas are being covered by developing a customized Bespoke system)
    1.     Is it possible to use Oracle India Localizations (with regards to the excise functionality, for e.g. claiming of ModVat, the various excise registers that are to be maintained for e.g. RG23 A, RG23C,etc ) in the above situation (without implementing Purchasing, Inventory, and Order Management?).
    2.     Further, while passing the Vendor’s Bills (in Oracle Payables), one of the criteria for PO Matching is to check if the ModVat has been claimed. Is this functionality available in Payables with the India localization patch?
    3.     Does Oracle India localization cater for VAT requirements?
    4.     Is an Open Interface available to transfer Purchase Order data from external systems to Oracle Purchasing tables (which are shared by Oracle Payables the names being PO_HEADERS, PO_LINES, PO_LINES_LOCATIONS, PO_DISTRIBUTIONS, PO_DISTRIBUTIONS_AP_V (VIEW OF PO_DISTRIBUTIONS), PO_RELEASES (Blanket Purchase Orders), PO_LOOKUP_CODES) at transactional frequency? However, if the oracle purchasing module is not being used, can the interface tables of Purchasing be used?
    5.     An open interface (Payables Open Interface) is available in Oracle Payables to import the Invoices from external systems. While importing these invoices, does the system expect to have the Purchase Order data in the PO tables mentioned in the point above?
    6.     Is an Open Interface available to transfer Quantity Received/Accepted data from external systems to PO_line_locations table to enable carrying out of 2/3/4 way matching of Purchase orders with invoices? Can the 4 way mathcing be carried out in AP by just importing Purchase Order data??
    7.     Can the Credit Card Transaction Interface be used for uploading employee expenses / advances settlement (not carried out via credit card) directly from feeder system?
    8.     Is it possible to use Open Item interface (including import concurrent program) even though Inventory module is not being installed ? If yes, then we would like to use this interface for updating Item master from bespoke system..
    9.     Can Auto Invoice API be used to import invoices from feeder system / legacy system (via RA interface Tables) into the Oracle receivable invoice tables? Is order number as column a prerequisite for successful completion of Auto Invoice API?
    10. Where should the Masters be kept....OF of Bespoke
    eg. Employee master, Inventory Item Master etc.
    11. What is the best strategy for keeping the data in Bepoke and OF related to Masters in sync?
    I have got various answers to these questions .....but some seem to contradict each other.
    PLEASE HELP!!
    Thanks,
    Kamana

    Dear Kamana,
    Can you send me the replies given by our other Forum Friends, let me analyze the entire stuff and get back to you with a single consolidated bible for all your questions.
    Gopal

  • Creation of Server Proxy for  Message interface with External Defination

    Dear All,
    I am getting a problem while generating a server proxy for the inbound interface . The request message used in the inbound interface is a external definition which is uploaded using a XSD file. The XSD file was supplied by a third party which is having very high complex strucuture and used lot of abstract data types in the design. When i tried to generate the proxy in the R/3 system (Transaction SPROXY) for the inbound interface i am getting following error.
    Interface uses external and internal message definitions
    Message no. SPRX122 *
    Diagnosis
    In a message interface you can use messages from different sources:
    Message types and fault message types edited in the Enterprise Services Repository
    Messages imported into the Enterprise Services Repository (external definitions, RFC, IDoc)
    In the current message interface, message types from different sources have been used. Since messages from these different sources must be handled differently during proxy generation, such a mixture of messages within a message interface is not possible.
    System Response
    The interface cannot be generated.
    Procedure
    Change the interface definition accordingly in the Enterprise Services Repository.
    Please guide me, how to generate the proxy for the interface with external defination message. I could nt geneate manullay, because it is having very high complexity and its a big structure.
    Is there is any way to generate the proxy for interface with external definition
    Regards
    Vijayanand

    Hi,
    i.       Import your message schemas from external definitions, or RFCs or IDocs from SAP systems. These definitions already contain data types.
    ii.       Create a message interface and reference the messages of the external definition, or the RFC or IDoc message.
    Check this, it may help you
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/01623c4f69b712e10000000a114084/content.htm
    REgards
    Seshagiri

  • Production Order and external system non-SAP

    Dear Friends,
    I need to send a Production Order to a external system no SAP, and upload the information back to SAP,
    SAP does something standard to accomplish this task?
    To send Production Order, I created an IDOC with report RCCLORD, this IDOC contains all information of a production order (AUFNR, WERKS,..) and all operations and materials. But I don't know how to process the information returned.
    Also I have read some information about the interface PP-PDC, but I don't know how to use it.
    Please, Can anyone tell me the best way to accomplish this task?
    this is the scenario:
    SAP R/3 -
    > Production Order -
    > External System
    External System -
    > Return information about Production Order -
    > SAP R/3
    Thanks!

    Hi,
    PP-PDC is for confirmations only, see further details
    http://help.sap.com/erp2005_ehp_05/helpdata/en/31/fcbd3411d411d3b6b60000e8359890/frameset.htm
    maybe usage of POI is an option for you. See details here
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/1a/0e347b539911d1898b0000e8322d00/frameset.htm
    BR Sabine

Maybe you are looking for

  • Ageing Report for Outstanding Amount from Customer

    Dear All, Kindly let me know if any ageing report available to find the out the outstanding amount for list of customers? We want to know how many days customers crossed their credit period? If the customer has 50 days credit, it may be crossed 50 da

  • Software-Update doesn't run Installations anymore

    Hi there, after I installed Snow Leopard, a few days later a wanted to update to iTunes9 and the new securitiy update. The software updates finds all the updates and the are listed on the screen but when I press install and accept terms and condition

  • Monitoring OAQ using mgw_gateway gives an odd result?

    When we submit the following query: select  AGENT_STATUS, AGENT_PING, LAST_ERROR_DATE, LAST_ERROR_TIME from mgw_gateway; We get this result: SQL> select AGENT_STATUS, AGENT_PING, LAST_ERROR_DATE, LAST_ERROR_TIME from mgw_gateway; MESSAGING GATEWAY IS

  • Photo albums to computer/laptop

    Hi everyone!  As I was going on holidays recently I bought an iPad as I thought it was the lightest and easiest way to keep my photos organised (and use the internet etc).  Therefore, each night I would upload my photos from my camera to my iPad, cro

  • IPhoto '09 Slow to load - Coredata Fault Issue?

    Every time I open up iPhoto as of late it's really slow to load. At least a good minute. I've only got 7GBs of photos (about 5000 photos). I don't seem to have any issues that would require a rebuild so I'm not sure what's up. I checked Console and b