XI interface SAP R/3 - XI SAP R/3

Gents,
Im trying to create an interface from R/3 via XI back to the same R/3 system. In this interface i'm converting IDoc with message type SHPORD to message type DESADV.
The IDoc is leaving the R/3 system with the following partner profile parameters:
Partner type: KU
Partner function: WE
The IDoc should be returned with the following partner profile parameters:
partner type: LI
Partner function: LF
I have completed the design fase (Interface - and Message mapping) and also the R/3 parameters are set.
The problem for me is that i can't find any example how to set up this kind of interface. I hope some of you have already dealt with this kind of interface.
Any help is welcome!!
Kind regards,
Peter Boertien

Hi Peter,
I think that this explanation from the XI documentation is aplicable in your situation:
+
Alternative Identifiers for Communication Using the IDoc Adapter
If the IDoc adapter is used for the communication between a business system and the Integration Server, IDoc partners that are not of type LS (logical system) must be mapped to the communication party.
Example
This applies, for example, to IDoc partners of type LI (supplier).
To do this, you must define special alternative identifiers according to the following schema:
· The name of the service determines the issuing agency, for example, BUS_100.
· Partner type and (optionally) partner role determine the identification scheme, for example ALE#LI.
· The partner number of the IDoc determines the name, for example 0000023345.
Note
For communication using an IDoc partner of type LS (logical system) you do not need to assign an IDoc partner to an XI party. Such IDoc partners are addressed at service level.
Communication partners, for which alternative identifiers were defined with a business system as agencies, are displayed in the IDoc Partner tab page for the relevant business system (see Business System (Service)).
For more information about communication between business systems and the Integration Server by means of the IDoc adapter, see SAP Service Marketplace at http://service.sap.com/netweaver ® SAP NetWeaver ® Media Library ® How-to Guides ® Exchange Infrastructure ® How To Sample IDoc Scenarios Within XI 3.0.
+
Communication Party
Cheers,
Roberto

Similar Messages

  • Data transfer b/w SAP to Java using IDOC and Interface SAP Jco

    Dear Experts,
    The challenging requirement we are having is, we need to create the interface for data transfer between SAP system and the Java system. The data will be transferred from SAP to java and similarly once some processing done in Java again the details needs to be transferred from Java to SAP.
    For this data transferred we are planning to use IDOC process and for interface "SAP Java connector (Version 3.0.5)" we are planning to use. As per our understanding, from Java side one program needs to be written to connect with SAP as "Registered program". This registered program will appear in SAP GATEWAY automatically and using tRFC, TCP/IP connection both SAP and Java system will be connected.
    In this case we are having some doubts.
    1. The data from SAP is going to be transfered from one Custom transaction (Z tcode). Once "Outbound IDOC" will get triggered and will carry the details. Now the doubt is, whether the data / details will get transfered to JAVA system automatically or we need to perform any other steps from SAP ABAP coding...(like converting in to flat file, XML file and etc) ??
    2. We are planning to install "SAP Jco" in Java server. Is this correct...??
    3. Other than SAP Jco any other softwares needs to be installed or not..??
    4. Since we are going to trigger the "outbound IDOC" from custom transaction, we are planning to develope one program in SE37. Other than this any other program we need to develop or not..??
    5. Any sample Java program for the SAP Jco version 3.0.5 to create the "Registered program" with SAP..? (e.g. SAP Listener program).?
    If anybody has detailed steps or explanation please share it with us.
    Thanks in advance
    Warm Regards,
    VEL

    Hi All,
      For the above mentioned issue, we implemented JCo software in JAVA system and created the JAVA program including SAP logon credential details like Client, User name, password and Language details.
    When this JAVA program was compiled successfully then, that non SAP system will appear in SAP gateway Tcode.
    Once non SAP system started appearing in SAP gateway that means, both SAP & Non SAP are connected automatically.
    Regards,
    Velmurugan P

  • Interfacing SAP R/3 4.7 Order Management with GTS 3.0 or GTS future release

    Scenario I
    During order entry (Tcode VA01) in SAP R/3 4.7 users would like to prevent an order from being saved for a certain product if it is not ok to order / blocked for shipment. The current thought is that GTS (version 3.0) has data loaded that is used to check during delivery creation whether a delivery is ok to ship or not.
    Can such a check using GTS be carried out during order entry. The requirement is to do a real-time call to GTS during VA01 and if the device is not ok to order user should get an error message letting them know the reason why the order cannot be saved. I believe there is no real time interface supported between order entry and GTS and so this type of a check may not be available during order entry.
    Scenario II
    After an order has been saved in SAP R/3 4.7 users would like to know before the delivery gets created for this order if this order will be blocked from shipping due to sanctions in GTS.
    The current concern is that users cannot tell till it the order is ready to ship if the delivery will be blocked for shipment. If there is a way in GTS (via a report / transaction) to let the users know that this order is on not ok to ship then users can take proactive steps to address the issue rather than having to wait till the delivery note is about to be created.
    If anyone can highlight if there is any capabilities in GTS 3.0 or future releases of GTS to support the above scenarios OR any potential workaround to address these scenarios that will be greatly appreciated.
    Thanks a lot.
    Regards,
    Samir Agarwal

    Hi,
    Dont know about GTS 3.0, but in GTS 7X we have the option to prevent an order from being saved if it is not complying with any of the regulations or is not ok for further customs processing.
    Its not possible to give a real time update in va01. but when you try to save it, it'll  throw an error log. though you will be able to save it but the sales order will be blocked for any further processing.
    It'll will not allow you to do delivery on this order (which shows a status blocked). I guess this suffice the requirement in both scenarios.
    Regards
    Vivek

  • Interface : SAP R/3 PS to MicroSoft PS

    Hi all,
            I am currently working on an outbound  interface (custom program) that transports data from SAP R/3 Project System to Microsoft Project System . I am having problem in mapping between the fields of both the systems.Does anyone have any idea about how the mapping happens.
    Any immediate help would be greatly appreciated.
    Regards,
    Anirban

    Is that mapping supposed to happen in a middleware which takes the data from SAP, transforms into a target format and sends it.
    Regards,
    Ravi

  • Interface SAP/ABAP-Host - Non SAP/ABAP Host

    Hi experts,
    I need to define an interface technoloty between an ABAP-host and a Non-ABAP host.
    I know, that non-abap hosts are able to call RFC-Function Modules of the ABAP-host and that I can use this method to exchange data between the systems. This means, the non-abap host starts the action.
    But I don't know, how I can do it on the other way, so that the ABAP-host starts the action.
    So how can I call a function/program on the non-abap host out of SAP?
    Do I need to define this as an external program call in SM59?
    And if so, how does the syntax needs to be look-like, which I need to implement in ABAP.
    Is it an normal RFC-FM which has the destination of the SM59?
    Kind regards and thank you for every tip.

    Hi Christian,
                        SUP i.e Sybase is the interface which is used to connect non SAP to SAP system via RFC-FM. It does not require to do RFC settings through SM59.
    Regards,
    Shahezad

  • Reg: Interface - SAP payroll data to payroll system

    I am downloading employee data from SAP to TAB delimited flat files.
    For this , i am using logical databases PNP ,Info type P0002 and tables CATSDB.
    In selection screen, i am getting the file name by using PARAMETRERS.
    1.Then at selection-screen , I am calling a method  <b>CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG</b> for display a file open dialog .
    then using GET , i am collecting the reocords into an internal table and then downloading using CALL FUNCTION 'GUI_DOWNLOAD'.
    MY DOUBTS ARE
    1.this is an interface program,as the interface run, a log file should be produced.how to  do this???
    2.I am using CAll Method CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG . is there an alternate function for this???
    3.Give me more information on CAll Method CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG and RP_PROVIDE_FROM_LAST ?????
    4.Payroll data downloaded from SAP must be separated into different files depending on receiving payroll system and business unit.  This is because the data file will be specific to payroll system and business unit.  The file will however have the same format .
    i.e.From : SAP SYSTEM
        To:various systems
            1.PBHR
            2.MICROPAY
            3.PAYFLEX
            4.UNIPAY
    So what conditions i need to put???
    Pl kindly reply imm

    Jayasree,
    1.this is an interface program,as the interface run, a log file should be produced.how to do this???
    Generate a log in a internal table and use the method to download the data into a file. This will be your log file.
    2. I am using CAll Method CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG . is there an alternate function for this???
    This will open a dialog where the user can choose which file needs to be read. This is the latest method that SAP has given, not sure why are you looking for alternatives.
    3. Give me more information on CAll Method CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG and RP_PROVIDE_FROM_LAST ?????
    Sames as above.
    4. The conditions you need to know probably from your functional consultants as to which data needs to go to which system.
    Regards,
    Ravi
    Note : Please reward the posts that help you.

  • Interfacing SAP with Essbase

    Hi all,
    we would like to create interface between SAP(data source contain all views) to Essbase. Currently we are using Oracle Financials for mappping data into Essbase. Kindly let us know your views and suggestions on the same.
    Regards
    Rajesh

    Hi Herath,
    <b>1. Through the SAP GUI i should be able to process the documents which are available in the SAP repository and store them in an external repository system</b>
    It is always possible to all you want in SAP using your SAP GUI, that will never be a problem. Storing the result in external system say your local machine is also possible, you can download them as files etc.
    <b>Is this possible through JCo interface? Or else what other mechanisms can be followed.</b>
    This is also possible through JCo. The main reason we opt for JCo is to achieve the above mentioned functionality from an external system (non SAP) eg: creating materials in SAP from a external application. This is where you mainly need the help of JCo.
    Hope this will solve your problem. Let me know if you need anything more.
    Thanks
    Kathirvel

  • 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.

  • Interface SAP PP and a SQLSERVER database

    Hello,
    I have a database in SQL Server used for EPRS information system that manages the production.
    The problem is that I want to transfer data from SAP PP
    to EPRS database in SQLSERVER.
    So in terms of productivity, it would be useful to retrieve the info already under SAP and place them in good tables.
    my question is whether it is feasible to make this transfer and how I can define the file interface.
    Thank you in advance for those who can help me do a move would be a little

    you can very well transfer the production details. first you need to decide what are the data you need to transfer, based on that we can develop a functionality.
    Regards,
    V. Suresh

  • Main Steps Interface SAP CAD

    Hi all!
    I'm starting a new project that requires the use of the interface for the CAD Applications. I'm fresh in this area sadly... could anyone be so kind of giving the main steps of this process? I am only allowed to use standards. The sap in use is 4.6c
    thx a lot
    regards

    Hi Luis,
    some applications like PLM allow you to use
    SAP ECL Viewer to integrate CAD
    http://www.sapinfo.net/index.php4?ACTION=noframe&url=http://www.sapinfo.net/public/en/article.php4/Article-2117242d237caf1309/en
    Carry out the following steps in order to download the new ECL Viewer 4.0.3 from the SAP Service Marketplace:
    1. Goto http://service.sap.com/plm
    2. Switch to Life Cycle Data Management &#8594; Integration &#8594; Visualization of Product Knowledge &#8594; Media Center.
    3. Download the ECLViewer zip file to your local hard drive (right mouse click on document download icon).
    4. Open the zip file and run the Setup.exe file. Ensure that all other applications are closed before starting the application. "
    from
    http://help.sap.com/bestpractices/BBLibrary/documentation/E00_BB_Quick_Guide_EN_DE.doc
    Regards,
    michal

  • Interface SAP CAD

    Hi all!
    I'm starting a new project that requires the use of the interface for the CAD Applications. I'm fresh in this area sadly... could anyone be so kind of giving the main steps of this process? I am only allowed to use standards. The sap in use is 4.6c
    thx a lot
    regards

    Hi Karsten,
    first of all, thanks for your anwser. I have another questions, if you don't mind
    -briefly, how does the comunication between SAP and CAD works. by file, RFC?
    -Does the CAD interface of SAP supports all CAD applications? if not,
    what are the most common ones? Have to say that the CAD Application to
    work on, has not yet been chosen
    thx a lot for your time
    Kind regards, Luis

  • Cambiar de color interface SAP B1

    Mi consulta es referente a la interface de SAP, cuando yo voy a ventana > color y le cambio de color a las ventanas del sistema, normal lo hace pero lo que pasa es que cuando cierro la ventana o salgo del sistema y vuelvo a ingresar el color que habia escogido desaparece y se queda en el color por defecto.
    Habria alguna forma de dejar fijo mi seleccion

    Estas cerrando con Archivo Finalizar? asi si se guardan cambios
    revisa este post
    [No cambia el color de SAP;
    Edited by: Mauricio I Quintana on Jul 1, 2011 1:57 PM

  • Out bound interface (SAP to other system)

    Hi all
    iam having scenario , where i have to select some data from SAP tables and i need to put this data in a File at application sever . From here , the data will proceeds to other system.
    When our interface triggers it will undergo certain data mapping and translation rules. Once the data mapping is done SAP will generate data in a fixed delineated format which will then uploaded or read by the other system iterface. This part iam unable to understood?
    tell me how i need to proceed for the above cases.
    regards
    venkat

    Hi,
    After u get the data u can check mapping and translation rules and then finally put the data in application server
    use OPEN DATASET , tranfser the values and then CLOSE DATASET..
    Check the below link..
    http://www.sapdev.co.uk/file/file_uploadsap.htm
    Regards,
    Nagaraj

  • RIP Interface - SAP to RIP

    Dear Experts,
    Our Client is using the RIP system to pull data from the SAP BI system for. It currently pulls data AND pushes data at this time for other requirements. Could you please brief me about this RIP Interface as I am required to create a design document for the same.
    Also I would appreciate if you could share some useful links regarding the same.
    Many thanks.

    Hi,
    After u get the data u can check mapping and translation rules and then finally put the data in application server
    use OPEN DATASET , tranfser the values and then CLOSE DATASET..
    Check the below link..
    http://www.sapdev.co.uk/file/file_uploadsap.htm
    Regards,
    Nagaraj

  • INTERFACE SAP-TIBCO- LEGACY, SAPMV45A  CNTL_ERROR

    Hello All:
    I hope I can help me,
    the version we have is SAP ECC 6.0 release 603.
    For the needs of the enterprise we call a legacy that interfaces with SAP, for this we are using TIBCO as a link between legacy and SAP.
    The RFC is the creation of orders from the transaction VA01 BOS could not be created through the generation of Bapi because it does not cover all the requirements of notice, the RFC where the command to run either by half of the legacy-TIBCO-mark sap the following error:
    "RAISE_EXCEPTION" ""
    "CL_GUI_DOCKING_CONTAINER ====== CP" or "CL_GUI_DOCKING_CONTAINER ====== CM001"
    "CONSTRUCTOR"
    It is worth mentioning that there are no problems when run by the SE37 and I created the correct order number and the corresponding positions.
    Mandar run when the transaction values ctuparam are:
    dismode = N
    updmode = A and S have also changed to
    obinpt = 'X'
    defsize = 'X'

    One more point,
    The same job was successfully completed in Quality system and very rarely in production system  job ran successfully .

Maybe you are looking for

  • Custom clearing agent payment issue

    Dear experts Purchase  order  was created  and  the  material was  received  on   port (imports). custom clearing  agent has  cleared  the goods. now   custom   clearing  agent needs  his  charges. the  inv  from vendor with reference to PO is not re

  • Internet does not work I have wi-fi available;  IP is invalid: 169.254.118.

    Please help! Just purchased my new ipone 4. I have wireless conection at home, the phone finds it, I enter the password, it seems like it connects to it, but I only get the wireless icon for a few seconds and when I open Safari it says that internet

  • Thumbnails not showing up in sequence when media reconnected

    I use Final Cut Express for editing. I recently moved all of a client's projects from one external hard drive to another for archive purposes. Now I need to revise several sequences but most (not all) of the thumbnails don't show up on the sequence t

  • Regarding Movement types in Inventory dataloading

    Hi Experts, I have loaded the data for Inventory management cube 0IC_C03. while doing validation some materials are matching and some are not matching,and i found the issue in BI i,e some of the movement types 101,102are missing in BI. can anyone of

  • Queue sometimes not picking the message

    Hi, In my project from JCD I am calling jar methods when needed when I call methods with parameters it will create xml and keep in queue. And the queue has to process the message. Every thing is working fine but some times queue suddenly stops pickin