Integration scenario and configuration scenario - is it madatory

Hi,
Integration Scenarios are not mandatory, the reason for creating them is given in the blog you mentioned:
The advantages of defining integration scenarios in the Integration Builder (design tool) are as follows:
· The integration scenario provides you with an overview of the process and the process flow
· The integration scenario club together all objects like SWVC,Interface objects, mapping objects,integration processes.You can access all of these objects from the integration scenario.
· The integration scenario gives you the design time information which is required for its configuration.
The configurtation items are getting created.
Regards
Patrick

Hi Priya,
   There are two things here.
1) Create the Integration Scenario in the IR.
2) Use the wizard to configure the integration scenario in ID.
The Integration scenario created in the IR acts as a template to create the configuration objects in ID.
The wizard will create the actual configuration objects only (not just documentation).
But creating integration scenarios is not mandatory.
YOu can as well create all the configuration objects manually.
Generally, you will go for Integration scenarios if you are building a general purpose product (Product based ).
If it is a project that you are building for a particular customer, you can chose to create the configuration objects using the configuration scenario approach.
Regards,
Ravi kanth talagana

Similar Messages

  • Difference between Process integration scenario and configuration scenario.

    Hi,
    Please tell me what is difference between Process integration scenarion and configuration scenarion in SAP PI.
    Is Process integration scenario is BPM concept? also what is the advantages over configuration scenario.
    Regards,
    Manigandan

    Hi Manigandan,
    Speaking widely:
    Process integration scenario: there is a ccBPM, like the workflow in ABAP, even when you one inside the PI it's generated a workflow in the ABAP stuck
    Configuration scenario: it is object to link the integration directory and the esr/IR when  you define the logic of your implementation. It isnt mandatory, but you can organize better you develoments if you make an scenario for a "real scenario" like a file to soap integration, you can define it like a configuration scenario.
    Regards.

  • SAP SRM scenarios and configurations

    Hi,
    Please anyone can send me the documents related to SRM to understand the different scenarios and the configurations.
    Regards,
    Sashi

    Dear Sashi,
    you might take a look at the following documents (service.sap.com)
    https://websmp103.sap-ag.de/srm-inst
    There you can find the installation and upgrade documents. I´m sure you can also find further info for the different scenarios in this forum by using the search functionality.
    Kind Regards
    Michael

  • WM Scenario and Configuration Steps

    Hi ALL
    We have the following MW  Requirement .Can you let me the steps of the configurations that need to be done in the system for each activity below in SAP WM.
    1.       Purchasing & invoicing
    a.       Purchase orders, Payment, Invoicing etc.
    2.       Goods receipt at warehouse
    a.       IRN , GRN etc.
    3.       Put away to locations / bins etc.
    a.       Bin management, storage locations configurations etc.
    4.       Picking and packing
    a.       Purchase Order from customers, wave formation, intelligent routing for picking etc.
    5.       Good Issue and Invoicing.
    a.       Payment, invoicing, sales order etc
    Let me know how can I map this in my system.
    Thanks
    SMITH

    Hi Dear,
    Hi,
    To execute your requirement whole WM configurations has to be done(Refer the second thread) & some of the important steps are mentioned here
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Enterprise Structure > Definition > Logistics Execution > Define, copy, delete, check warehouse number.
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Enterprise Structure > Assignment> Logistics Execution > Assign warehouse number to plant/storage location.
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Master Data > Define Storage Type
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Master Data > Define Storage Sections
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Master Data > Storage Bins > Define Storage Bin Types
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Master Data > Storage Bins > Define Storage Bin Structure
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Strategies > Activate Storage Type Search
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Activities > Transfers > Define Movement Types
    IMG transaction Menu path: Implementation Guide for R/3 Customizing > Logistics Execution >
    Warehouse Management > Activities > Transfers > Set Up Autom. TO Creation for TRs / Posting Change Notices
    SPRO > Logistics Execution >Warehouse Management > Strategies > Putaway Strategies / Stock Removal Strategies
    In addition to the other views of the material master the Warehouse Management View 1 &
    Warehouse Management View 2 has to be maintained. T CODE : MM01
    In display of material document, you can see TR button under QTY tab page.
    For Confirmation Use T.code # LT04 (TO via TR)
    In case of manual confirmation as may be required we will have to do the confirmation with respect to
    Transfer Order, using the Tcode: LT12
    Hope this finds useful
    Reward points if helpful,
    Regards,
    Archit

  • Integration Process and Action

    Hi everyone,
    Can some one explain about why do we need to create Action and Integration Process in ESR and use this Integration Process in Configuration Scenario.what's the use of creating this?

    Hi ,
    Sorry I misunderstood your query.
    Go through below link for apt answer.
    Action objects in ESR | SCN
    Are the action objects are really required to be created
    No
    Are there specific advantages of using action objects and Process integration scenario objects
    This approach is more model based approach wherein you model the process flow and then go for implementing the actual scenario. Technically you won't find any difference in scenario execution.
    Regards
    Venkat

  • Configuration Scenario for BPM Using Integration Scenario

    hi All,
    I Have an Scenario where i am using BPM. Most of the blog tells about manually creating all Configuration objects. I had created an Integration Scenario for this scenario by referring to the earlier threads available for same.
    Hoe to Create Integration Scenario for BPM Scenario
    Integration Scenario in BPM  and few more.
    My IS looks like
    Sender App Component - Integration Process - Receiver App Component
    Now when i am trying to create Configuration scenario for same using model configurator, i am getting Model as "Not Configurable"
    And when i click "Configurability Check" Button, i am getting below as status:
    Component view IS_POC_BPM: Connection from receivePayload to getABSPayload does not have an inbound service interface
    Component view IS_POC_BPM : Connection from sendABSPayload to getPayload has no outbound interface
    getABSPayload and sendABSPayload are actions for Abstract interfaces.
    IS_POC_BPM is the Integration Process Name.
    Also in Integration Scenario, when i create connection between sender action to BPM action there is no inbound interface coming. And viceversa.
    Please help me in identifying if i am doing any thing wrong in creating this scenario.
    Is it possible to create Configuration Scenario for BPM Using Integration Scenario?
    Thanks,
    Mayank
    Edited by: Mayank  Gupta on Apr 21, 2010 6:35 AM

    I think you shoudl refer the available Integration Scenarios created for BPMs in IR --> SAP BASIS --> http://sap.com/xi/XI/System/Patterns
    Sender template will have the Action with Outbound Service Interface and then in the BPM Template the action will have Inbound Interface.....then within the BPM itself this inbound will be mapped to Action with Abstract Interface
    may be after looking the Integration scenarios you will get more idea
    Regards,
    Abhishek.

  • How to retrieve configuration scenarios in Integration Directory?

    Hi All,
    I am developing a Java program to read all configuration scenarios in Integration Directory. My plan is to find SAP's Java APIs available in the NetWeaver Java stack to read the info I need. I have done lots of searches for such the APIs but still got no luck. Could you help me out?
    I'm on NetWeaver PI 7.1.
    Thanks,
    Viet
    Edited by: Viet Phan on May 13, 2011 1:11 PM

    Hi,
    The 3rd party adapters must be installed via Deploy Tool or JSPM. But u should have a sda file with the adpater content.
    see here for more details on JSPM
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5006901f-925c-2910-5f98-9ae26cc07eca
    Usually all these third-party developed adapters also developed pre-defined business content with mappings, but this does not mean that all the interfaces you have can use it. If you do not have any custom work, then you can automate it, but if there is custom work then you have to enhance or develop new maps.
    For example, Seeburger has over 20 maps to convert EDI X12 to standard IDoc maps and vice-versa (INVOIC Idoc to 4010 etc).
    http://service.sap.com/netweaver ->SAP NetWeaver in Detail -> Process Integration -> SAP Exchange Infrastructure ->SAP XI in Detail -> Connectivity.
    Please reward points if it helps.
    Thanks
    Vikranth

  • Import ID Configuration Scenarios and keep the same Business System names

    Hi Guys,
    Is it possible to transport ID Configuration Scenarios Objects between 2 XI systems and keep the same names for both sender and receiver Business Systems ? That is, to skip the SLD lookup for transport Source and Transport Targets systems ?
    I tried to create the same Business Systems under the same name twice, but this was not possible. Any ideas ?
    The reason is that I want to transport all the objects from one XI DEV server to another XI DEV server.
    Thank you,
    Best Regards,
    Evaggelos Gkatzios

    Hi,
    We have done same but with bit of manual work (without Transport).
    Create SLD object in target system with same name as in Souce XI system SLD.
    IR & ID was exported using TPZ files from Source system & were imported in Target system.
    It used same object names in both XI systems.
    Regards
    Sushil

  • What is integration processes and integration scenario?

    hi experts,
    1.What is data type enhancements?
    2. What is context objects?
    3. what is External definitions?
    4. What is mapping templates?
    Please reply me as soon as possible.
    thanx,
    murali.

    Hi,
    A message defines how the message that the user receives is structured. The message template contains a URL to a BSP application (Business Server Page). This creates the messages. You can define separate BSP applications and specify them in the message template (see also: Changing the Message Layout).
    When you assign a message template to a category, you can define your own message template for each level of granularity and delivery type (see also: Granularity of Messages). You can also use the same message template for different levels of granularity and delivery types.
    Activities
    1. To define your own message template, navigate to the Message Template screen:
    a. In the toolbar, choose New Entries.
    b. Enter the name of a message template.
    c. Specify the relative URL for the required BSP application and the handler class.
    2. On the Assigned Message Template screen, assign the message template to the required category.
    You can assign your own message template for each delivery type and level of granularity.
    a. In the Customer Namespace column, enter either Z or Y.
    b. Select your message template.
    The specified message template overrides the standard message template shipped by SAP.
    2.Context object
    Context objects are a simple alternative to XPath expressions for accessing the contents of a message.
    Creating context object : http://help.sap.com/saphelp_nw04/helpdata/en/3f/9ddca372cbf146bdcdf54db7737623/content.htm
    Activities
    1. Create a context object on the design maintenance screen of the Integration Builder 2. Select a built-in XSD data type for your context object by using the Reference Type list box and save it.
    3. Open the interface that you want to assign a context object to in the Integration Repository. You can only assign context objects to the request message of interfaces in the same or in a superordinate software component version.
    4. To assign the context object to a request message field, enter it in the Context Object column by using the input help. For message interfaces, the structure of the request message is displayed on the Context Object tab page.
    5. If you want to undo the assignment of a context object, select the name of the context object and choose Delete Context Object Assignment ( ).
    6. Activate your changes.
    3. External Definitions :
    An external definition enables you to import a local WSDL, XSD, or DTD file to the Integration Repository and specify which parts of the schema to extract as the description for a message. You can use these extracted message schema as:
    ●     Output or input messages in message interfaces
    ●     Source or target structures for message mappings
    http://help.sap.com/saphelp_nw04/helpdata/en/26/9e97b0f525d743882936c2d6f375c7/content.htm
    I hope this has helped you.
    Pls : Reward points if helpful.
    Vishal

  • Integration Directory view by scenarios PI 7.1

    Hi all.
    In Integration Directory PI 7.1 in navigation area i have only 2 page: Objects and Change List.
    In old system 7.0 i have 3 page: Scenarios, Objects and Change List.
    How show in 7.1 page Scenarios there object grouping by scenarios.
    Regards
    Max

    In addition to the FOlder option you also have the Configuration Scenario option present in PI7.1......there has been no deletion in the type of objects created....
    Right-click---> New ---> Administration ---> Configuration Scenario.....
    I hope this is what you are looking at!
    Regards,
    Abhishek.

  • File to Idoc Scenario and Idoc to File Scenario's

    Hi Friends ,
    This is Shalini Shah,
    Please give me the details of how many busines sytems required in File to Idoc Scenario and Idoc to File sceanrio's.
    In business system , what is the name of Integration server(this name is related to XI ot Third Party)
    Please give me the full details of these two scenarios from Scratch.
    Thanks in Advance.
    Regards,
    Shalini Shah.

    Hi
    These r few links which gives u complete scenarios...
    for idoc to file:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
    for file to idoc:
    part1
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC&
    part2
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part2+(Configuration)&
    part 3
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part3(StepsrequiredinXIandR3)&
    This link is also good:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d19fe210-0d01-0010-4094-a6fba344e098
    Troubleshooting File-to-IDOC Scenario in XI.
    /people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
    kindly rewards points if helpful.

  • Seeking recommendations for handling large binary documents with security(preferable) for inbound and outbound scenarios from OSB- SOA and SOA- OSB

    Hi,
    I am currently working on a project with the following requirements
    1. Client transfers binary document (between 1-20MB in size) from OSB proxy to SOA composite to Content Management system
    2. Client retrieves binary document (between 1-20MB in size) from Content Management system to SOA composite to OSB proxy
    In otherwords, a inbound and outbound integration.
    What I have tried so far and my results:
    Scenario A
    1. Enabled MTOM on SOA composite by attaching wsmtom policy
    2. Created an OSB business service and consumed the SOA composite application
    3. Enabled MTOM on OSB proxy and business service and configured it to pass by reference
    Scenario B
    1. Enabled MTOM and security on SOA composite by attaching wsmtom policy and SAML policy
    2. Created an OSB business service and consumed the SOA composite application
    3. Enabled MTOM on OSB proxy and business service and configured it to pass by reference
    I have a demo integration setup that writes a binary document to a file using the above steps. My SOA composite has a file adapter that writes the binary data to an external file and it is exposed as a web service with a simple WSDL definition that has an inline XSD schema with an single element of base64binary type. I have added a mediator that maps this base64binary element node to the file adapter's input node.
    Result for Scenario A with file size less than 1 MB:
    Flawless execution with sub-second response times
    Result for Scenario A with file size of 8MB
    First attempt: SOA composite faults with database transaction related error, solved by increasing JTA timeout
    Second attempt: Flawless execution, but file transfer took over 100 seconds to complete. This is very poor performance and my suspicions are that this cannot be the expected behaviour, but I dont know the internal workings of the SOA composite and why its taking this long.
    Result for Scenario B:
    The OSB business service does not accept/recognize the SAML policy in the WSDL and suggests to configure OWSM policies manually, but OWSM policy in OSB does not have the wsmtom policy. Regardless of this, any permutation of MTOM + WSS security in this integration scenario either did not work outright or MTOM optimization was not happening ie binary data was materalizing in the message body.
    I have only about 3 weeks left to implement a viable solution and the closest ive come to a solution is Scenario A but that +100 second response time for an 8MB file is really worrying.
    I would appreciate any level of guidance, recommendations or suggestions as to how I go about tackling this problem.
    Thanks
    regards,
    Johnny

    I think this is due to the underlying mechanism of weblogic classloading..
    You can contact oracle support @ https://support.oracle.com to report issues. Roughly this is the process .
    1- get the Oracle Customer Support Identifier (CSI) for the client you are working for.
    2- Create a user profile quoting the CSI. This will send an approval request to oracle support admins at your client.
    3- Get the oracle support admins at your client site to approve your request for support access.
    4-Once they approve , you can access the support site and raise service requests.

  • Need Integration Process to the scenario

    Hi All,
                    I am doing one scenario Webservice to JDBC (Sync to Sync). Here i have one doubt, there any Integration Process required for this scenario. Completely I configured scenario without using BPM right now. I haven't tested the scenario also.
    1. BPM is required for my scenario or not?
    2. So please tell me when the BPM will come to the picture?
    Thanks,
    Satish.

    HI,
    Ihope BPM not required to this type of scenarios. BPM required if you have sync - asyn , vice also some times and see the checklist for BPM inthe below link
    see the below links to get an idea..
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    Many other examples can be found under the following link at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    /people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps *****
    /people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements *****
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    Also have a look at these seminars,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c6d54e02
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    Regards
    Chilla
    <i>reward points if it is helpful..</i>

  • XI content for SRM and CCM scenario - mapping

    Hi All,
    We are using the standard business content for integrating SRM with CCM to update contract information from SRM to CCM. Both SRM and CCM are on the same system.
    The configuration scenario used is MasterDataInclusionInCatalogOnWAS700 which is in the name space SAP CATALOG CONT.MGMT. 2.0_700 , http://sap.com/xi/CCM/CAT.
    There are 2 interfaces being referred by this scenario: CatalogUpdateNotification_Out and this CatalogUpdateNotification_In and both the interfaces are pointing to the same meesage type CatalogTransmission but they are in different name spaces.
    Once the scenario was configured there was no interface mapping available in the standard business content to map the above 2 interfaces.
    SAP SRM SERVER 5.5
    CatalogUpdateNotification_Out
    CatalogTransmission
    http://sap.com/xi/EBP
    SAP CATALOG CONT.MGMT. 2.0_700 ,
    CatalogUpdateNotification_In
    CatalogTransmission
    http://sap.com/xi/CCM/CAT
    Is this the normal case and we need to develop our own mapping or is the standard content not imported correctly?
    The service pack details are as follows:
    PI 7.0 SP level 14
    XI content
    u2022 SAP BASIS 7.00 - SP 14
    u2022 SAP CATALOG CONT.MGMT. 2.0_700 - SP 12
    u2022 SAP SRM SERVER 5.5 - SP 11
    u2022 SAP ABA 7.00 - SP 14
    Thanks,
    Shravan

    ditto, anybody received a response from SAP with regards to this problem?
    As suggested above, we could build our own mapping in XI but this would obviously be a modification to SAP standard which we would prefer to avoid.
    Regards, Kyle.
    OK Received a response from SAP dated Oct. 9, 2008
    I assume that you have installed NW 7.00 SP14 (or higher).
    Within earlier versions the mapping from XML to ABAP was to lax.
    The XML message was processed witout regarding the name of the root
    element. This was fixed with SP14.
    When you call an interface the XML message must match with the type
    defined in the WSDL used for proxy generation.
    Either the message or the WSDL used to generate the proxy seems to be
    wrong here.
    Here is a work around should solve this problem until we make available in a standard note soon.
    I will do it internally to our development team but I am sorry that i can not tell now when the note will be ready.
    Disable the new check by adding the following entry in transaction sproxset
    -Name: ST_USE_LAX_ON
    -Value: X
    -User: <empty>
    -Inactive: <empty>
    Edited by: Kyle Freeman on Oct 9, 2008 5:54 PM

  • Adding Business service in an configuration scenario

    I have created an Integration scenario in IR. And then I have imported the same into the ID.
    Now in Integration scenario configurator->Assign Services step, how can I assign the Business Service? (Not a Business System)

    Hi Mahesh,
    What you can do is:
    1. In ID, <b>Tool --> Transfer Integration Scenario form the Integration Reposigtory</b>.
    2. In next screen choose, Integration <b>Name</b> and <b>namespace</b>.
    3. Then in the next sceen, Give a meaning full name to create the "<b>Configuration Scenario</b>".
    4. After comleting step 3, you will get a new screen "<b>Integration Scenario Configurator</b>".
    5. Now, in the new screen click on "Assign Services" to add your "Business System" or "Business Service". (Just click on plus sign and then take F4 help to search your business service).
    <b>Note:--></b> To chose different Business Services or System, press the <b>AERO</b> in blue color at the top of the screen just infront of <b>Role</b>.
    6. After assigning all your business services or systems, press the <b>Assign</b> button.
    7. Communication channels can also be added in the same way under "<b>Cofigure Connections</b>", but there is a trick. You need to create all communication channels before you import your integration scenario to ID.
    I hope you will find it very helpful. Still if you have doubts in this let me know.
    Regards,
    Sarvesh
    ***Reward Points, if it helped you.

Maybe you are looking for

  • When I hold my finger down and it says copy, where do I retrieve the copy.

    WWhen I hold my finger on the screen to copy something how and where do I retrieve the copy?

  • ITunes and Genius, purchased music wont play now

    after installing iTunes Genius, my purchased music wont play now. it gets skipped over in normal play mode. the box next to selection has the "check". album artwork still shows up when song is highlighted.

  • Complete comparison button not shown

    hi Guruji in ECC 6 After updata all pathces and kernel in devlopment system, i cant''s found Complete comparison button not shown in pfcg transtion (roak Mnagement) please give me guidelince nainesh suthar

  • Premiere Pro Download issues

    Hello, I am a CC member and have used Dreamweaver on my PC downloaded from the CC manager. When I try to get Premiere Pro it is not available in the cloud manager tool on my PC, yet on the download centre in my account it has the link to download. Do

  • I have uploaded the update but the upload page doesn't close

    This morning as I was opening Firefox to get to our web site, a pop up came asking if I wanted to upgrade Firefox is 4. I clicked yes. That took me to the upload page. I clicked upload and the info says the upload is complete but the page does not cl