IDOCS  TRANSPORTING

Hi,
     I had  a doubt on idoc communication,before i worked on reports and scripts & now i got requirement on idocs :
Plz clarify this doubt
1.I have gone through several materials and blogs on idocs, while testing idoc using we19, by filling control record fields under RCEIVER PORT option i'm not getting port name created in other client ? each and every time while triggering sample idoc  " port doesnt exist in the database table" i'm getting this message ?
How can i solve this problem?
while selecting my logical system i'm not getting receivers log system?
plz clarify.
Good answers will be rewarded.

Hi,
STEP 1 : CREATE A LOGICAL SYSTEM FOR ALL SAP SYSTEMS THAT ARE INVLOVED IN DIDTRIBUTED SYSTEM.
      TCODE : SALE --> SENDING AND RECEIVING SYSTEMS -->LOGICAL SYSTEMS --> DEFINE LS.
      EX :
              LS800 AND LS000.
STEP 2 : ASSIGN LOGICAL SYSTEM TO CLIENTS.
      TCODE : SALE --> SENDING AND RECEIVING SYSTEMS >LOGICAL SYS>ASSIGN CLIENT TO LS.
         EX :
           ASSIGN CLIENT 800 TO LOGICAL SYSTEM LS800.
STEP 3 : CREATE RFC DESTINATIONS TO LOG ON TO THE LOGICAL SYSTEMS. USING RFC DESTINATION WE CAN
         CONNECT TO THE OTHER SYSTEMS. WE NEED TO SPECIFY ALL THE LOGON DETAILS OF THE SYSTEM
         TO WHICH WE WANT TO CONNECT.
         TCODE : SM59.
         EX :
              TO CONNECT 800 TO 000 CLIENT : LOG_800.
              TO CONNECT 000 TO 800 CLIENT : LOG_000.
         TEST THE CONNECTION.
STEP 4 : CREATE THE DISTRIBUTION MODEL AT THE SENDER SYSTEM. HERE WE NEED TO SPECIFY THE
         LOGICAL NAME OF THE SOURCE SYSTEM AND DESTINATION SYSTEM AND THE MESSAGE TYPE.
         TCODE : BD64.
         EX :
             CUSTOMER DISTRIBUTION MODULE : CDM_800_000
             SPECIFY THE SENDER AS LS800 AND RECEIVER AS LS000 AND ADD THE MESSAGE TYPE (MATMAS).
         GENERATE THE PARTNER PROFILE, A  h0
PORT WITH A RFC DESTINATION WILL BE CREATED FOR
         DESTINATION SYSTEM.
         MENU --> ENVIRONMENT --> GENERATE PARTNER PROFILE.
         DISTRIBUTE THE MODEL
         MENU --> EDIT --> MODEL VIEW --> DISTRIBUTE.
         AFTER DISTRIBUTING,THE DISTRIBUTED MODEL VIEW WILL COME TO DESTINATION SYSTEM.
STEP 5 : ASSIGN THE CORRECT RFC DESTINATION TO THE PORT OPEN FOR DESTINATION.
         TCODE : WE21
         EX : SAY THE PORT OPEN FOR LS800 IS A0000000008. TO THIS PORT ASSIGN RFC DESTINATION
              LOG_800. (SENDER)
           SAY THE PORT OPEN FOR LS000 IS A0000000005. TO THIS PORT ASSIGN RFC DESTINATION
              LOG_000. (RECEIVER)
STEP 6 : ATTACH THE MESSAGE THAT THAT NEED TO BE TRANSFERED BETWEEN SYSTEMS TO ALL LOGICAL
         SYSTEMS.
         TCODE : WE20
         ADD THE MESSAGE TYPE FOR BOTH INBOUND AND OUTBOUND PARAMETERS IN BOTH THE SOURCE AND
         DESTINATION SYSTEMS.
STEP7 : To Create port use the transaction WE20.
Thanks,
Aditya.
Message was edited by:
        aditya pattnayak

Similar Messages

  • IDoc Transport Acknowledge doesn't return to PI 7.0 automatically

    Hi all,
    I realized an Integration scenario in which PI 7.0 generates custom IDocs messages (like MBGMCR) and send them to a SAP system (4.6 C). In particular there are the scenario steps:
    1. BPM -> IDoc msg
    2. IDoc msg transport ACK -> BPM
    3. BPM -> JDBC updating
    When SAP receive IDocs must send back to PI the related Transport Acknoledgement in order to complete the Integration Scenario with JDBC updating.
    So I observe that, if I don't refresh IDoc messages on SXMB_MONI, the Transport ACK doesn't return back from SAP to PI and the BPM remains pending.
    Any ideas?
    Thanks in advance,
    GB

    Hi Gaurav,
    could you please tell me which are these parameters:
    - partner number (for the receiver)
    - partner type (for the receiver)
    - partner role  (for the receiver)
    In my scenario PI 7.0 sends IDocs to R/3 so the receiver (written in the point 3 of the link you sent me) should be R/3.
    It's right?
    I'm unable to find the Parner Role. In which transaction can I found it?
    Thanks,
    GB

  • How is partner profile for ALE/IDOC transported?

    Hi experts,
    How is a request created for transporting configurations in ALE/idoc.
    Valuable answers will be generously rewarded.
    regards,
    Shrita.

    Hi,
    some configurations are client dependent and some are client independent.
    so client dependent configurations are transported to different clients using SCC1 transaction.
    and client independent configurations they refelect automatically.
    Regards
    vijay

  • Problem in idoc transportation

    hi all,
    i tried to create idoc and i have completed my idoc creation process till t-code we20.now when i go to t-code we60 and try to transport it then it is giving me error that ENTRY IN OUTBOUND TABLE NOT FOUND.
    REGARDS,
    VANEET THAKUR

    Hi,
    If u r using standard idoc then no need to transport .if u r using Zbasictype and segments then when u create it will ask for a transport request.So create a transport and attach ur segments and basic type and then release it to other system.
    before releasing the transports,
    u shud release the objects in their respective transactions from menu paths. this is very very important
    If you want to transport include IDoc type and its segments in transport there is program RSEREPA3. You can check that program once......
    to transport the message types...
    Goto WE81 transaction in change mode.
    Select the message types you want to transport.
    Take the menu Table View -> Transport and give a transport request number.
    may be this info useful for you...
    -Thanks & Regards
    Saurabh Goel

  • ALE/IDOC TRANSPORT ERROR FOR Z TABLE

    Dear Experts,
                        I am new to ALE/IDOC,I am trying a simple scenario by transporting a ztable data between two clients with in a same server.
    steps i have done are :
    1, created logical system at both sender and receiver.
    2, assigned logical system to clients at both side.
    3, created segments for fields at Z table and created new message type.
    4, created RFC destination and port at both ends.
    5, created distribution model at sender.
    6, When i generated partner profile at sender i got the below error
      "Port could not be created
    RFC destination LOGSTM_210 not specified for system LOGSTM_210
    Enter the RFC destination and restart the generation"
    can any one please help me to solve this error?
    Thanks In Advance,
    Sujay.

    Hello Sujay,
    Have you added the message type SYNCH to the sender Partner Profile(WE20)?
    If not, then you have to manually add this message type to the Partner Profile & give the relevant port details. SYNCH is reqd. for RFC (read port) determination. This is reqd. before the generation of partner profile !!
    Hope i am clear.
    BR,
    Suhas

  • Transport Customizing using IDOC + Transport request generation

    Environment :
    HR DEV Env --> HR Quality --> HR Production
    ECC6 Dev Env --> ECC6 Quality Env --> ECC6 Production Env.
    I want to transfert HR Customising done on my HR Dev env to my ECC6 Dev Env.
    We have isolated custom table to transfert (like T500P or T529T ...).
    My question, If I use IDOC/ALE to transfert table T500P from HR Dev to ECC6 Dev, is "standard" transport request generated to transport this customizing to ECC6 Quality then Prod ?
    I know that SolMan is the best to do this (http://help.sap.com/saphelp_sm32/helpdata/en/44/abe83bd199883de10000000a11402f/frameset.htm) but I want to study this solution.
    Any inputs ?
    Best regards

    Solution Manager is the best way for doing this

  • 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

  • How to set up the communication channel for third party idoc

    Hello,
    I am trying to send an idoc from an sap 4.6c system to an third party system. The third party system is supporting idcos with trfc.
    My problem is to set up the communication channel in the integration builder (configuration) for the third party system. The idoc is waitung in XI to transport.
    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 third party is not an sap system and so i dont have a client.
    On the xi i have defined a port in transaction we21 (transactional rfc) for the third party with my rfc destination xyz. But if i enter that port in communication channel i got error messages.
    Thanks for any help.

    Hi Christian,
    yes, you have to mainztain that port in idx1.
    First ypi load the rfc-metadata from an SAP referenzsystem and afterwards copy this metadata to the third party port.
    For further details check the onlinedocumentation "IDoc Processing with the IDoc Adapter" XI -> runtime -> adapter
    Good luck,
    Holger

  • Error: Transaction IDX1: Port SAPZ52_002, client , RFC destination contain

    Hi,
    I have a Scenario WebSphere MQ to IDoc. I get the following message in SXMB_MONI when trying to send data.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code>
      <SAP:P1>Transaction IDX1: Port SAPZ52_002, client , RFC destination contain errors</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error: Transaction IDX1: Port SAPZ52_002, client , RFC destination contain errors</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have testet my RFC connection in SM59 and it seems to work fine.
    Hope anyone can lead me in the right direction.
    Regards,
    Morten

    I have the following setup:
    IDX1:
    -Port: SAPZ52
    -Client: 002
    -RFC Destination: Z52CLNT002
    SM59:
    -RFC Destination: Z52CLNT002
    -Connection type: 3 ABAP Connection
    e.g.
    Successfully when testing in SM59
    Receiver Communication Channel:
    -Adapter type: IDoc
    -Transport Protocol: IDoc
    -Message Protocol: IDoc
    -Adapter Engine: Integration Server
    -RFC Destination: Z52CLNT002
    -Port: SAPZ52_002

  • IDOC to SOAP scenario and transport process

    Scenario:-IDOC to SOAP:
    We got the WSDl file from Target system and our current scenario is working perfectly fine in Dev.
    Requirement:
    I have to send the same IDOC to two different SOAP target system with different SOAP URL WSDL structure is same only the URl differ.
    Solutions which I thought of:
    1) Separate Design for both the scenarios in IR and one CS with two SOAP channel, interface and receiver determination and agreement.
    2) Use the same WSDL file structure for both the case. this will avoid the separate IR configuration. in this case there will be common MM,IM. In ID the configuration will remain the same as the case one.
    In 2 case I would like to know whether I can use the WSDL file which has the details of first SOAP target for the second SOAP target. Will this WSDL file act simply as structure? Does the URL mentioned in the WSDL file will create any problem?
    Transport process:
    SOAP WSDL file has different URL for DEV,QA and PROD. when I transport the IR from Dev to QA the Dev WSDl file will be reflected in QA as external definition, I wanted to know what is the best method to do the transport in the above situation.
    Solution which I thought of
    1) Go to QA IR and import the QA WSDL file.
    2) Go to Dev and import the WSDl file of QA and import it in QA which avoids manual import in QA, if I go by this way will this affect the testing of my interfaces in Dev system.
    What is the best method we do the transport for the above scenario.
    Need ur suggestions?
    chirag
    Edited by: Chirag Gohil on Oct 1, 2008 1:29 PM

    Hi Chirag,
    As far as i know there wil not be any target URL in the WSDL File which we bought from the webservice application.
    Can u please paste the WSDL File which u have .....
    If we come to Dynamic URL Config means, as per my concern
    You have only 2 Target locations to receive the Idoc. so its better to go a head with ur existing approch itself.
    Why becase for Dynamic URL Config.....
    we have to maintain the target URL's in One Table and need to use RFC lookup to pick this URL Dynamically based on some value from the Input file.
    And also we need to use Standard  UDF code for Dynamic config in Mapping .
    And need to check the option Use ASMA in the Receiver SOAP CC.
    Regards
    Seshagiri

  • Purchase order :Stock transport orders: IDOC

    Hi
    I want send an IDOC to a external non-SAP system as soon as the delivery and picking is done. The non-SAP system would have to trigger a goods issue with reference to a picking number as soon as the goods are issued on the non-SAP system.
    Is there a message type for picking and goods issue?

    Example:
    Plant 'Y' has one Storage Location 'C'.
    Plant 'Y' is the MRP Area (SAP ECC) / Planning Location (SAP SCM APO)
    Plant 'X' has two Storage Locations 'A' & 'B'.
    Plant 'X' is the MRP Area (SAP ECC) / Planning Location (SAP SCM APO)
    Initially in Week 01 an APO Deployment generated Purchase Requisition (Distribution Receipt (Confirmed)) exists to order 100 EA from Plant 'Y' into Plant 'X'.
    Afterwards for the same Week 01 also a Stock Transport Order is manually being raised & executed in SAP ECC in order to transport 7 EA from Plant 'X' / Storage Location 'B' into Plant 'X' / Storage Location 'A'.
    This Stock Transport Order consumes 7 EA of the APO Deployment Purchase Requsitions reducing it to 93 EA (= 100 EA - 7 EA).
    This Stock Transport Order of 7 EA within Plant 'X' shouldn't it have had a net zero effect on the requirements situation of Plant 'X', and thus should not have caused any change rg what Plant 'X' requires from Plant 'Y'?
    Edited by: SNC User ID on Feb 16, 2012 10:42 AM

  • IDOC SEGMENTS TRANSPORT REQUEST

    Hi Experts,
        I am new to IDoc Concept.
        There are some list of PREDEFIND  SEGMENTS like EEP001 , EEp00002 , etc...present in WE30  .
        Earlier in my project some people created Customizsed segments like ZBANK ,  ZT0001P , etc... in WE31 & added those in WE31 under one IDOC.
        The problem is Currently we want to know the TRANSPORT REQUESTS of these CUSTOMIZED SEGMENTS in order to move to Quality & production server for Testing,.
       So . Kindly help me in this...???
       Where to Find out these segments correspondong Transport requests.....??
       i tried in se09 also..it is not listing...
        Thanks in advance..

    Hi,
    You cannot see the transport request directly from the segment editor, but each segment is also a structure. Go to SE11 and enter the name of the segment in the 'Data Type' field. Then in the manu, choose Utilities->Versions->Version Management, and you will see the transports that this segment appeared in.
    BR,
    Tony.

  • Transport of Business System in IDoc scenarios.

    HI All,
    I am doing IDoc scenarios so I am using Business System say PIS_800 . Now i have moved these scenarios to quality system and my Business System name is supposed to be PIQ_800.
    I am using simply file import-export for transport. After transport my Business System name is coming as PIS_800 only.
    Can anybosy plz suggest me how to change it to PIQ_800? This part is quite new to me so detailed explaination will be helpful.
    Thanks,
    Atul.

    Hi Atul,
    In DEV
    1) Export the TS & BS of SAP R/3
    2) Export the TS & BS of DEV XI Server
    In QTY
    1)Import the TS & BS of SAP R/3
    2) Import the TS & BS of DEV XI Server
    3) Create the TS for Quality SAP R/3 & Corresponding BS also which is pointing the QTY Server Details
    Now create the Transport Groups and Targets
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm
    With this Configuration, the DEV BS will be replaced by the QTY BS.
    Thats all
    Regards
    Seshagiri

  • IDOC Sender Partner has changed after transporting Integration Directory ob

    Greetings,
    After we did a transport from QA to PR for a new interface (Intergration Directory) objects were transported,
    The sender partner has changed to QA in all outbound IDOCs generated in XI PR.
    I checked the adapter-specific identifiers and it is showing as production.
    Any hint where I should check?

    Found it in the filesystem communication channel as QA and changed it to PR

  • How to transport the distribution model from devlopment to quality in idocs

    Hi ,
    I am developing settings for idocs for the basic idoc type 'MATMAS03'.
    By using SM59 , I gave the connections of two logical systems.
    I created the distribution model by using BD64. when I generate the partner profiles , automatically, port and partner profiles are created.
    How to transport from DEV to QUALITY of RFC connections, Distribution model and automatically generate partner profils and port ?
    Plz give me the answer in broad way
    Regards
    NTR

    hi,
    Refer to this link...
    how to transport distribution model

Maybe you are looking for

  • Calendar selection not the same as in iCal ?

    In Calendar I want show/hide my calendars like in iCal but I can only select either one of them or ALL. This is not nice especially with Weeknumber, showing an event every day if I select ALL. I want to optionally enable the Weeknumbers view. Can thi

  • Artist order in itunes

    I just installed the new Itunes 7.3. After it successfully installed and Itunes automatically started, i noticed that order of artists is now completely messed up. the list now starts with a-z, then to numbers, where before it went numbers-english ch

  • Why am I having trouble making any download helper work?

    I have a new MacBook Air. I have tried downloading several Download Helpers to download videos from YouTube, but none seem to work. When I downloaded the product "Dowload Helper" I did see an icon on the tool bar. When I would open Firefox I would se

  • RE-Consolidation of SR's

    Hi I hope you can help me get some SR's back on track. I opened an SR (10631916691) on 23Jun10 regarding instability in oes2sp2 cluster nodes. I had awaited for a couple of instances of issues prior to opening this SR. As a result of the issues comin

  • Why can't i enter itunes 11

    apple help i can't back up or restore my phone please help and i also can't enter itunes store