Doubt in Integration Scenario Creation

Hi All,
My scenario is file to Idoc.Need to create a Integration Scenario. I have stored all the Interface and Mapping objects in teh same Software Component Version (say SWCA). So in Integration Scenario, What will be the Sender and Receiver Software Components. Will SWCA act as both Sender and Receiver or I need ot select SAPR3 for Receiver System.
And will teh actions be external or internal?

Hi,
the SCV is just a compnenet where you will design all the objects, under Integration scenario you will assign the sender and receiver communciation points in integration directory.
Actions are indicating as the triggering points for sender and receiver interface. If you will be using outside the SCV then it will external and for internal purpose have to select as internal
Please refer step by step process for IODC to file as well as file to IDOC
/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/error%2bhandling%2bin%2bfile-idoc%2bscenario
Thanks
Swarup
Edited by: Swarup Sawant on Jun 11, 2008 4:08 PM

Similar Messages

  • Doubt in Integration Scenario

    Hi All,
    I wuld like to know whether  I can  create a Integration Scenario after completing the Configuration steps (eventhough it doesnt make much sense)

    Hi Aarthi,
      Its not mandatory to create the integration scenario.
    The integration Scenario in IR will be useful for re-presenting the whole flow of the interface.
    If you do the itegration scenrio in Design time then you do not need to follow the stpes which is required in configuration like creating Aggrement,determination and all. you just need to import the scenario from integration repository that will avoid configure part.
    Usually during the audit time the auditor checks whether IS is designed or not? as that is the good practive to design ur scenario with IS.
    Companion Guide to Integration scenario
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    It will be good loaction to get all the information about whole interface.
    You could either create or transport the same Integration scenario in ID.
    With the use of Integration scenario you could model the whole interface with all minute details
    It comes under best practices. So if you create the IS it will be very easy for you to understand the and designe the business flow. Morevere becomes very easy while creating/configuring the Integration Directory, you just need to import the design objects form IR.
    If you will not create IS, there is no harm. So it all depends upon client and also you.
    Thanks,
    Vijaya.

  • Doubt in Integration Scenario Configurator- Not able to assing sender chane

    Hi All,
    i have imported the integration scenario to the Directory.
    Assigned the relevant business services to both Sender and Receiver.
    I am able to assign a Receiver Communication Channel.
    But for sender system communication system , it shows 'Not Required'. i am not able to do anything. Sender is a Third Party System. I have created a sender JMS channel under it.
    could someone suggest what is to be done?

    If you configured your sender BS and CC correctly it must show..
    one try go and create a dummy sender agrement for the same interface check it is allowing there ,,if yes then u doing something wrong in configuaration scenarion.

  • SCENARIO CREATION IN INTEGRATION SCENARIO

    hi
    I have one sender and two receivers. I am creating integration scenario in repository. in integration scenario creation i have to create three swim lanes or
    two swim lanes? can i add both receivers in one swim lane? and how will i made
    connection between sender and both receivers?
    can any one please help me?
    thanks&regards
    venkat

    Hi Venky,
    I guess you will be sending the same data to both receivers.
    So you do not have to use 3 swim lanes. Create only 2 swim lane.
    1. One for Sender
    2. Second one for Receiver (no need to think here for 2 receivers, think it when you do receiver determination)
    Now, Making a connection will be very easy, just select the ACTION of Sender and Receiver and right click and say create connections.
    For creating and working with integration scenario just go through the below link:
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    /people/shailesh.mane/blog/2006/06/27/b2b-configuration-part-i--creating-an-integration-scenario
    /people/shailesh.mane/blog/2006/06/29/b2b-configuration-part-ii--creating-the-configuration-using-the-automated-configuration-tool
    If need more help, just reply back.
    Regards,
    Sarvesh
    ****Reward Points if it helped you.
    Message was edited by:
            Sarvesh Singh

  • Integration Scenario's utility in IR/ID ?? & Communication Channel

    Hi All,
    Please clear the following doubt about integration scenario and communication channel.
    1. Is it necessary to create integration scenario in the IR(design) and then to import it in the ID(configuration) ?
       Is it possible to create the integration scenario in the ID without even mentioning the same in the IR ?
    2. During the design phase in the ID we get the option to create the communication channel tempelate, What is the purpose of it ? What if we create the communication channel in ID wihout using the IR option... ?
    Thanks and Regards,
    Mona

    Hi,
    Michal had already answered you questions to the point. I just thought of adding few words..
    Integration Scenario basically helps you to define the integration flow and you can use the same during the configuration> Because of this Ur ID work will be simple. As Michal said this is not mandatory and you can goahead without a Integration Scenario.
    For Eg:
    You think of a development enviorinment that there different consultant for Design and Config. I mean the person who is designing will not be doing the config... In this kind of situation how come the config consultant knows which interface to use where... say for instance if you use BPM it really hard to understand it. So either he needs to have a clear documentation with the clear name before he could do the configuration. The integration scenarios helps a lot in this case... The config guy just have to give few parameters and click next, next and done.
    Thanks,
    Prakash

  • The userexit is not working in integration scenario- inb. delivery creation

    Hi Experts please help,
    We know that vl31n is for inbound delivery creation.
    in one of the userexits of vl31n, I did code ( shifting the batch to vendor batch )...
    So,the user enters batch number under batch field and
    fill all other required information and saves to create inbound delivery.
    Whilw inbound delivery creation my coding in user exit gets executed and shifts the batch number to Vendor batch field.
    This we observed when we check in vl32n or vl33n, the batch entered shifted to Vendor batch field() batch field is space.
    This is working fine with vl31n inb. delivery creation.
    But in integration testing it failed.
    In Integration, what is happening the other system called "ICH" is creating ASN (shipping note) with the batch number, which inturn created the inbound delivery in R/3 via XI as shown like below.
    Integration scenario :
    ICH System (ASN)   --> XI -->  R/3 System (Inb. delivery creation)
    So when "ICH" triggers ASN to R/3 the inbound delivery creation is happening but the batch number is not shifting to vendor batch field.
    when we open the inbound delivery in vl32n, the batch number is under batch field only...it should be under vendor batch field.
    My understanding is my user exit coding of vl31n not getting executed in the integration process.
    Kindly help me what can I do to shift the batch sending from ICH to shift to vendor batch field.
    Please let me know if I could not explain the scenario.
    THANKS IN advance.
    YOUR HELP WILL BE GREATLY APPRECIATED.

    the ASN from ICH, it uses a standard idoc function module IDOC_INPUT_DESADV1 and there is one user exit EXIT_SAPLV55K_012 which calls ZXTRKU07
    need to code there.
    solved by meetings with some other experts.
    THANKS.

  • Action in Integration Scenario

    Hi
    I have a doubt regarding " Actions" in Integration Scenario in IR. I have an interface which is actually a clubbed one, there are two interfaces together and there are two sender interfaces and two receiver interfaces.
    So how many should I create in Actions ? Should there be four actions ?
    Ajith

    Hi Ajith,
    Yes, you were correct go ahead.
    Refer the below link:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/68/88a440df800160e10000000a1550b0/content.htm

  • Regarding Integration Scenario and Communication Channel Template

    Dear All,
    1.What is the purpose of creating Integration Scenario in IR?Is it compulsary to create Integration Scenario in Every Case?(I mean Scenario not using BPM and Scenario using BPM).
    2.What is the purpose of creating Communication Channel Template in IR?
    3.If we create Communication Channel Template in IR?Do we need to utilize that Communication Channel Template for creating Communication Channel in ID?
    4.IF we have created Integration Scenario in IR,and we transfered that Scenario from IR to ID,then Do we need to create Sender Agreement,Receiver Agreement,Receiver Determination,Interface Determination?or will they automatically created?
    Please clarify my doubts.Thanks in Advance.
    Regards,
    Ramana.

    Hi Ramana,
    <i>1.What is the purpose of creating Integration Scenario in IR?Is it compulsary to create Integration Scenario in Every Case?(I mean Scenario not using BPM and Scenario using BPM).</i>
    >>> For graphical overview about the sceanrio.It is not compulsary to create Integration Sceanrio.
    <i>2.What is the purpose of creating Communication Channel Template in IR?</i>
    >>> In integration scenario while creating the connection between two actions u need to specify the communication channel templates for Sender and Receiver.
    <i>3.If we create Communication Channel Template in IR?Do we need to utilize that Communication Channel Template for creating Communication Channel in ID?</i>
    >>>You can utilize these templates in ID.After completion to creating the configuration sceanrio need to modify the parameters of the channels.
    <i>4.IF we have created Integration Scenario in IR,and we transfered that Scenario from IR to ID,then Do we need to create Sender Agreement,Receiver Agreement,Receiver Determination,Interface Determination?or will they automatically created?</i>
    >>> From Tools-->Transfer Integration sceanrio from Integration Repository, From input help choose the sceanrio,Continue and click on Finish ,with the same name the configuration scenaro will create in ID.You need to follow the Confiuration steps like <b>Assign services</b> , here need to choose u r source & target business systems and <b>Configure Connections</b> in this step you can cross check the interfaces,mapping,channel templates involved in this sceanrio and <b>Generate</b>. It would automatically generates Sender Agreement,Receiver Agreement,Receiver Determination,Interface Determination. It would shown to u Generation Log, here you can check what are the objects generated and if there are any errors it would shown Number of errors.
    By setting the appropriate channel parameters, activate all objects from change list.Now u can able to test the sceanrio.
    However in latest version it is not compulsoary to create Integration sceanrio in IR and to the above things.You can use Configuration Wizard to do all these things or you can do these mauvally.
    Hope it will helps to clear u r doubts.
    Cheers
    Veera
    >>>Reward points,if it is needful.

  • Integration Scenario

    Hi All,
    I am new to XI. I need to know about Integration Scenario. What is it? Why we are using Integration Scenario? How it differs from Integration Process? and how to use Integration Scenario? Give a simple example (like file to file using Integration Scenario).
    Thanks and Regards,
    Nithya

    Hi,
    >>>Integration Scenario,Why we are using Integration Scenario,how to use Integration Scenario
    Integration scenario is used to logically relate all XI objects for a particular scenario. It also eases the creation of configuration objects.
    You use an integration scenario to define the message exchange and message flow for collaborative processes. Normally, these are processes between different business partners that are generally coupled by the exchange of messages.
    The integration scenario provides you with a central point of access for all objects that you require for semantic and technical integration, for example interfaces, mappings, and software components.
    You can integrate an executable integration process into an integration scenario.
    Follow the blogs for more details:
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    http://help.sap.com/saphelp_nw2004s/helpdata/en/88/7adb7a030b424b8ef29b99461e52a8/content.htm
    Modelling Integration Scenarios in XI
    Integration Scenario
    Integration Scenario
    >>> Integration Process
    An integration process is an executable, cross-system process for processing messages. In an integration process you define all the process steps that are to be executed and the parameters relevant for controlling the process.
    You implement integration processes when you want to define, control, and monitor complex integration processes that extend across enterprise and application boundaries. The design and processing of integration processes is also known as cross-component Business Process Management (cross-component BPM, ccBPM).
    Please refer http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Configuring Process Integration Scenario

    Hi,
    I have created a Process Integration Scenario in ESR and trying to create ID objects.
    I am referring this blog: /people/shailesh.mane/blog/2006/06/29/b2b-configuration-part-ii--creating-the-configuration-using-the-automated-configuration-tool
    I am confused while running the wizard.
    1) Can anyone please confirm what objects should I create in ID before running the wizard
    I have a External Party --> SAP PI -> IDOC scenario (with multiple actions inbetween). I am using PI7.1.1
    Thank you,
    Pankaj.

    Hi Pankaj ,
    While you design your  process integration scenario . while you do insert application component for sender and receiver
    Have you checked the tab " Communication tab --" External party with B2B communication."
    I am not sure but this is your problem I guess ,
    Please have a look at the link
    http://help.sap.com/saphelp_nwpi711/helpdata/en/48/ce988318d3424be10000000a421937/frameset.htm
    Since you are using IDocs , you cannot use integrated configurations( not sure whetehr its supported in your Service pack version ) hence no use of "sender uses virtual receiver "
    http://www.riyaz.net/blog/local-processing-in-the-advanced-adapter-engine-using-pi-71/technology/sap/494/
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20c237f1-3caf-2b10-3a83-cce9ed5fbdf3?
    QuickLink=index&overridelayout=true
    You can use sender uses a  virtual receiver while creation of sender agreement then you need not make separete receiver determination and interface determination , in case of B2B scenarios try that option as well
    let me know if it  works or not
    Regards
    Ninad
    Edited by: Ninad Sane on Oct 20, 2010 8:36 AM
    Edited by: Ninad Sane on Oct 20, 2010 10:54 AM

  • Integration Scenario OR Collobration profiles and Aggrements

    Hi all,
             Is the process creation of Communication Channels, Actions and Integration Scenario in IR and then Importing these Comm Channels and Integration Scenario in to ID is the best way
                              OR
             In ID Manually create Comm Channel and creation of Collaboration profile and collaboration aggrements is the best way
    Which do i need to follow for doing my Scenario.
    Regards,
    Vijaya Lakshmi

    Hi Vijaya Lakshmi,
    Although using the wizard is so-considered to be one of the best practices, theres no hard and fast rule. Both will take the same amount of time and knowledge. You can use the one you are most comfortable with.
    Doing it yourself without taking aid of a wizard doesn't require very profound skills as such. However, creating scenario using Actions, swim lanes in IR does help in documenting and keeping track of complex processes.
    Regards,
    Riyaz

  • Create Integration Scenario - Step by Step

    Hi All,
    Can anyone guide me the step by step procedure for creating integration scenario in IR. Thanks
    Deno

    Hi Deno,
        I think you have got enough idea hw to create a Integration scenaion in the IR itself..any way let me explain my self point ways so you might get atleats one point would give you more advantage.
       First you have to finish the Data types,Message Types,Message Interface and Message Mapping and Interface Mapping after you done with all the above things you will be starting of the below steps for start creating the IntegarationScenario.
    1) Click on Integration Scenarios & Integaraton Process in your name space and you will be able to see the three objects..among three select the actions and right click and select new.So enter your action name,here one imoportant point is you need to select two actions one is for sender actiona and another one is receiver action.
    2)Give name to the sender action
      For sender:select the outbound interface and select the object type as Message Interface if it is the idoc select the idoc correspondingly,and select the Message Interface for the corresponding sender action (outbound) and same do the for the  receiver action also whre you need to select the Inbound interface.
    3) After you done with your actions go to the Integration Scenationand and give name to your Integation Scenation,you will be able to see the one white screen and place the cursor over the white screen and right click and select the Insert Aoppplication Component and select your sender action,select the product  and give name for the role and save it...the process is for sender action and also do the same for the receiver action.
    4) After you done with both sender actiona and receiver actions save it and activate.
    5)once you activated your integration scenatio go to ID and select the  Tools drop down list and select teh Transfer Integration Scenatio from IR and select the your Integration Scenatio which you have created and click and finish after you done this you will be abel to see your integation scenario in you ID.
    Please feel free to ask any doubts when you are doing the same above..
    I will be waiting for your queries..
    Thanks in Advance.
    Chandu

  • Doubt in data element creation

    Hi,
        I have doubt in data element creation ie, there is 2 options elementary type
    (domain and built-in-type) and reference type (name of the reference type &
    ref to predefined type). if there is built in type here then what is the use of
    built-in-type in initial screen of the table and also explain me about the use of
    reference type.
    with regards,
    nanjunda sharma

    Hi!
    With the use of the built-in type, you have to set always in every different data element the exact type.
    With the use of the domains (pre-defined types) you just have to enter the domain name into the data element. If you have to modify the type, you can maintain it in the domain (only once) but the built in types have to modifyed in every data element (which means more work).
    Domains have a little more options also, than the built in types.
    Regards
    Tamá

  • Unable to Load the Integration scenario into the Integration directory

    Hi All,
    I am new to using SAP XI.
    Require your help on the following issue.
    I have built an Integration scenario, added Component  Type: Product Version, inserted actions and connections.
    I did check for any errors. I found no errors.
    When I am trying to load this scenario into the  Integration directory its not showing up the scenario in the popup.
    Navigation:
    Directory > tools> Transfer scenario from repository
    The status of Integration Scenario in the builder shows as
    "Being processed".
    I created the scenario 2 days back.
    Can some one help me in this? 
    Regards,
    Meher

    Hi All,
    Thanks to all who helped me.
    michal,divija : Can you please let me know in details how to activate Business Scenario?
    I did not create any business process.
    Sridhar: I did releases some locks on my process, no luck.
    Can you please explain me in more details?
    Should I have a process build for my Integration scenario to be activated?
    Thanks,
    Meher

  • Adding a new reciever to an existing integration scenario of conf in PI7.0

    Hi SapAll.
    here i have got a requirement to add one more reciever to an existing integration scenario in Integration Directory(Configuration).
    this Integration scenario is for sending the idoc MATMAS.MATMAS05 From 5 Different SAP-R/3 Systems to 2 Recievers.
    here iam using 5 different business systems with idoc communication channels for sending idocs and 2 business systems for recieving idocs in file format with file adapters.
    so when iam trying to create new reciever detarmination or Interface Determination, it says object already exists.
    but i can created reciever agreement without any error.
    so can anybody guide me on how to create the Interface,Reciever Determinations without any error.
    regards.
    Varma

    now i just created a new business system with file communication channel
    Why have a Business System for a FILE channel? We normaly use Business Component/ Service.
    You mentioned IDOC SENDER channels....why? For IDOC we just create Receiver channels...unless you want to specify IDOC packaging.
    when iam trying to create a reciever detarmination from one of the existing sender system say like BUS_SENDER2 to new
    reciver system ex:NEW_BUS_RECIEVER it says object already exists.
    Receiver Determination can have the same BUS_SENDER2 system/ service as sender....but it should not have the same Interface Name....this is where PI is throwing the error.
    There already exists a Receiver Detremination with BUS_SENDER2 as source system and the same message interface.
    You can reuse the same RD by just entering one more receiver system/ service below the already existing one (in the RD)
    In short just search your ID and you will see a RD created with the source details which you are trying to use.
    If you want to see a difference, then create a new sender service/ system and then use this to create the RD!
    Regards,
    Abhishek.

Maybe you are looking for

  • Creating a request type in OIM 11g R2

    Hi All, I came to know that the request templates have been removed from OIM 11g R2 . I have the below scenario, 1)When an end user logs into Identity console and access his self profile through the 'My Information' link. 2)If he tries to modify some

  • Help with IE 11 in Win 8.1

    When ever I use IE11.0.11 (KB2976627) in Win 8.1 I get blank pop ups pages when I am browsing the net. This has been occurring for a couple of days since some up dates. I have run various fixes, but nothing has cured it. I need the pop ups to work co

  • Group left and group above

    I am trying to do a group left within or below a group above, like so. Name John Doe Incident Activity 12345 Apply Accept Modify 12346 Apply Accept Modify Name Bill Smith Incident Activity 12347 Apply Accept Modify 12348 Apply Accept Modify I can't f

  • Problem filling a stroke with white

    I'm no Illustrator expert so forgive me in advance if I use the wrong terminology. I want to produce a white image of a stag without a background. I traced the image and have it rendered with a path using the stroke tool. You can see the stroke selec

  • Finding Missing Programmes & Reporting Missing Links

    Sometimes a programme that appears to be missing can be found in a different way. As an example: Searching on Murdoch Mysteries brings up most but not all available episodes and is a useful way to work through the series. Searching on the title of sp