Configuration Scenario for multiple Interfaces

Hi,
I have an Party X who will receive invoices and credit memos from SAP.
Credit memo and Invoices both use the same idoc type Invoices.
In XI we have different target format for Credit Memo and Invoices.
I have a condition in the idoc which will determine whether it is Credit Memo or Invoices.
My question is that how do i route the receiver to different mapping at runtime based on whether it is credit memo or invoices.
Since both needs to go to the same receiver, but differnt mapping at runtime.
Regards
Krish

Hi Krish.
You can create a Condition (routing rule) for this in the Interface Determination Object of the interface scenario.
There it will be routed to correct Interface Mapping and Inbound Message.
Follow above a help link (See InterfaceDeterminationRule ):
Description for Interface Determination
http://help.sap.com/saphelp_nwpi711/helpdata/en/48/d2618c0d7d035be10000000a42189b/frameset.htm
I hope it helps you.
Bruno

Similar Messages

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

  • One SOAP-SOAP scenario with multiple interfaces

    Hi,
    I am developing a scenario SOAP-SOAP using PI 7.10 Sp6.
    The wsdl has around 8 service interfaces and i am planning to create 8 Outbound and 8 Inbound interfaces for the same mesg type and create a scenario without MM or Operation mapping.
    If I plan to use only one Sender CC and only one configuration scenario for this developement, how do I provide my end point in the following format?
    http://<host>:<port>/XISOAPAdapter/MessageServlet?senderParty=&senderService=<SEND_BS>&interface=Interface_Out&receiverParty=&receiverService=<RECV_BS>&interfaceNamespace=http://test.com/xi/SAP/
    Venkat.

    Raj/Pavan,
    I added other service interfaces to one service interface in operations.
    But the request messages have not appeared because of which it is throwing an exception when I activate the message interface.
    I do not have problems on the receiving side, One receiver CC should take care of the problem as we dont specify in the recvr SOAP action attribute.
    I am worried about sender side only !
    Thanks,
    Venkat.
    Just now I created a dummy DT, MT and SI and added this to existing even that request message did not show up in the SI.
    Edited by: Venkat A on Jun 16, 2010 11:03 AM

  • Integration Scenario for Enhanced Interface determination

    Hello Friends,
    I am modeling the integration scenario for 1:N Mapping case, that is 1 outbound Interface and  3 inbound Interfaces. I am finding difficultly in modeling the integration scenario for enhanced interface determination.
    Kindly provide me inputs in configuring this case.
    Thanks

    Have you look this help?
    http://help.sap.com/saphelp_nw70/helpdata/en/42/ed364cf8593eebe10000000a1553f7/frameset.htm
    2.      Integration Directory: Define the interface determination.
    Note the following:
    ○     The outbound interface of the multi-mapping must be entered as the sender interface in the key of the interface determination.
    ○     The interface determination type must be set to Enhanced.
    ○     Select the multi-mapping you defined previously from the Integration Repository.
    To select the interface mapping, use the input help ().
    The target interfaces of the interface mapping are displayed in the Inbound Interfaces frame.
    The number of messages (for an inbound interface) created in the mapping step is displayed in the Occurrence column.

  • HCM Processes and Forms : Using single Form Scenario for Multiple Countries

    Hi ,
    I have a requirement to design a HCM P&F form ( Single Process, Single Form Scenario ) to support multiple countries.  Form fields should be visible/invisible based on the country ( derived from the login Manager).  please help me with the following questions.
    1. Is it right way to enable/disable the fields in the same form scenario for multiple countries ( Approx. 20-25 countries)
    2. Is there any limitation to no. of fields on the form? does the form performs well with multiple dynamic conditions?
    3. If yes, what is the best way to do this? through Java Script / Back end Generic Service?
    Thanks in Advance,
    VR.

    Hi VR,
    1. Is it right way to enable/disable the fields in the same form scenario for multiple countries ( Approx. 20-25 countries)
    -You can use same form scenario or process for multiple countries if you are using fields based on international structure HCMT_BSP_PA_XX_R*. If you intend to use country specific fields then you may like to use different form scenario for different countries.
    2. Is there any limitation to no. of fields on the form? does the form performs well with multiple dynamic conditions?
    - As such there is no limiation for the fields.Yes, form performs well with multiple rule configurations.
    3. If yes, what is the best way to do this? through Java Script / Back end Generic Service?
    I interpret you would like to derive & show fields based on same backend logic, in that case you should generic service.
    If you want to show fields based on manager's logon then you should also use authorization BAdi.
    Regards
    Pooja

  • Single SOAP receiver adapter for multiple interfaces

    Hi,
    I have to send multiple interfaces like Vendor, Customer, Material to one receiver.
    I want to configure only one communication channel (receiver SOAP adapter) to send all these interfaces. Is this possible?
    Currently I am provided with different URLs from the receiver system as below.
    http://host:port/Services/Vendor.wsdl
    http://host:port/Services/customer.wsdl
    http://host:port/ServicesMaterial.wsdl
    I will be having 3 Sender agreement, 3 receiver determination, 3 interface determination and 3 Receiver agreement.
    I want only one SOAP reciever adapter which goes inside all the above 3 Receiver agreement.
    So When I give the target url as http://host:port/Services, the messages fail.
    But When I specify the full targert url in the adapter as http://host:port/Services/Vendor.wsdl then it works.
    Which means I would have to create as many communication channel as interfaces.
    Is there a work around for this?

    hi kantheri,
       For this, we have to fill the TargetURL and the SOAPAction in Receiver Communication channel dynamically.
    So, we need to write UDF in Message Mappings using DynamicConfiguration to fill the TargetURL and the SOAPAction Dynamically.
    DynamicConfigurationKey keyURL = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","THeaderSOAPACTION");
    DynamicConfigurationKey targetURL=DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
    // access dynamic configuration
    DynamicConfiguration conf = (DynamicConfiguration) container
    .getTransformationParameters()
    .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    conf.put(keyURL,"Soap action");
    conf.put(targetURL,"target url");
    return "";
    In this UDF, we are filling the TargetURL in u201CTServerLocationu201D message attribute and SOAPAction in u201CTHeaderSOAPActionu201D message attribute.
    So, whenever we execute this corresponding operation these values will be filled in receiver communication channel at runtime.
    TargetURL- Give some dummy URL or http:// 
    SOAPAction - *
    regards,
    ganesh.

  • Generic HTTP URL For Multiple Interfaces

    Hi All,
    Please suggest on the following requirement. I am using PI 7.31 Single stack (Java only version).
    There are multiple HTTP to Proxy interfaces and each interface has different source structure.
    The requirement is --- How to utilize a single HTTP URL for all the interfaces.
    The major challenge is the source structure for all the interfaces is different.
    Kindly Suggest....
    Regards,
    Nitin...

    Hi Nitin,
    One solution is to create one sender interface (with either multiple operation of each interface or having all structure in different node and optional occurrence), then use operation specific mapping.
    refer the below example for multiple operation scenario
    Setup Multiple Operations Scenario in ESR and ID
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90dcc6f4-0829-2d10-b0b2-c892473f1571?overridelayout=t…
    regards,
    Harish

  • Journal data --- for multiple interfaces

    hi,
    i have a source table.
    i want to capture the journal data on this table.And use the data stored in the "jv$ tables" in multiple interfaces.
    The multiple interfaces have same source table and are linked in a package.
    Is it possible to achive it.

    Yes.
    Just have one extend window / lock subscriber at the start of the package, run all the interfaces you want to on that Change data before finishing the package with a Unlock Subscriber / Purge Journal step.

  • Smb server for multiple interfaces

    I have IFS 1.2 installed on a Linux box running RedHat 7.1. There are two ethernet cards in the box. By default, when iFS is started, it grabs both interfaces and uses their port 139. Is there a way to make it only use one of them? I configured lisener to listen on one specific ip instead of hostname, and I was able to make the Oracle 9i to listen to just that ip, but could not make the iFS to do so. Any suggestions?
    If there is no way around, has anyone tried to mount iFS via NFS to a directory and then use samba server (from www.samba.org) to share that directory? Is iFS utilities (check in/out, versioning, etc.) working in this kind of setting?

    I had a NT Box with two cards and wcp was not working as a parameter in server configuration ServerIp was set to the second ip address which i did not use , So i had to manually change the ip address for wcp to use. I stopped wcp server changed the parameter
    WCP.IpAddress as documented in setup and administration guide and unloaded and reloaded the server and it seemed to work.
    Also Check the ipAddress parameter which SMB is using OEM and see if its using the right
    ipAddress.
    I have not tried on Linux though

  • Configure Listener for Multiple IP's???

    I need to know how to configure my listener on a Windows 2000 Advanced Server using Oracle 8i to allow for the following conditions:
    1) I have 4 NIC'S in my server and I have 1 different IP address on each NIC.
    2) Stations will connect to Oracle via those 4 different IP's/NIC'S for load balancing of the NIC'S.
    3) There is only 1 SID used for my database.
    Any suggestions of how to configure the listener?
    Any Help GREATLY appreciated!!!
    mailto:[email protected]

    Can you use the idea posted here?
    You only have 2 options if you want to use remote desktop on multiple pc's on the same lan. Change the listening port, or forward an external port to a different internal port. Don’t enable upnp, there’s no need for it and it will just cause more problems than its worth. why would you want an application opening ports on your firewall without you knowing it? Just change the listening port on pc 2 to 3390, pc 3 to 3391. Then forward these ports to each respective ip address (should be static ips). and you are done. When you want to connect to pc 1 you type {your ip} and it will connect to pc 1. For pc 2, you type {your ip}:3390. pc 3 {your ip}:3391.
    http://support.microsoft.com/kb/306759
    Westell 6100 modem/router; Linksys WRT54GL v1.1 router firmware 4.30.9; Linksys WPC54G v2 Notebook Card; CenturyTel DSL using PPPoE

  • Configuring Alert for Particular Interface

    Hi All,
    There are lots of post with regards to Alerts using RZ20 and ALRTCATDEF. However it would be of great help if I can get a blog link or sdn thread which can help me create Alerts and send to email in the below format.
    Subject: Of my choice
    From: System
    To: My email or group email
    Alert ID: ##ID number##
    FROM :
    interface:                <Sender Interface Name>
    service:                  <Sender BS>
    namespace:         <SenderNamespace>
    TO :
    service:                 <Receiver BS>
    namespace:        <Receiver Namespace>
    interface :             <Receiver Interface Name>
    Also if some channel is in error or NWA locks are formed for more than a specified time can we create Alert for them?
    Apologies if this turns out to be a duplicate post. Please post the proper thread in that case.
    Regards,
    Shaibayan

    Hi Chakrabarti,
    To set up alert below link if enough.
    Alert Configuration – Step by Step Guide
    You can perform various test cases and setup alerts as per your requirements.
    To trouble shoot on alerts below thread list all important notes.
    Mail not getting triggerred from Alerts in PI 7.1
    Hope this helps you.
    Regards
    Jitender

  • Deployment / Configuration Scenarios for SOA Suite

    Probably this should be posted in the Fusion 11g Middleware thread, but I am looking for information on how an installation of SOA Suite 11g would look like.
    I have have the following requirements:
    - A development environment that supports 3 parallel projects.
    - A testing environment that supports integration testing.
    - A production environment.
    First I was thinking about a single SOA Suite installation per project & environment (5). But then I thought Domains and Managed Servers - everything can go into a single SOA Suite with seperation on Domains.
    Is there anywhere I can get som architecture overview for how a typical SOA Suite is installed in a working environment that supports multiple projects, integration testing and finally production?
    Thanks in advance,
    Eamonn J.

    see :
    http://yuanmengblog.blogspot.nl/2012/02/soa-deployment-plan-with-jca-properties.html
    http://www.albinsblog.com/2012/10/exploring-deployment-plan-file-to.html#.UHKS0E0xp4o

  • Provisioning/configuration tool for multiple ATAs

    Would anyone know of a provisioning/configuration tool that can be used for, hundreds possibly thousands of ATAs?

    The Internetwork Performance Monitor application within CiscoWorks LAN Management Solution can do this. You can download a 90-day eval copy of LMS from http://www.cisco.com/go/nmsevals .

  • Trouble configuring Xserver for multiple graphics cards

    I suspect I have a fairly simple problem but am getting in over my head and need some help setting up a multihead X configuration.
    I have a plain vanilla installation of Solaris 9 on an Ultra 60, 1.5GB, 2x450 MHz CPUs, originally configured with one Elite3D lite card in the 64 bit/66 MHz PCI slot as a single head installation. All ran fine.
    I have now added a pair of Elite3D-m3 cards in the 2 UPA slots. At boot, the Elite3D in the first UPA slot comes up as the character mode console device and the OS boots normally up to the point of starting X/CDE desktop then defaults to the console login with " ...could not start X server..." error message .
    I configured the Xservers file to include the two Elite as the default display :0.0 on /dev/fbs/afb0 and /dev/fbs/afb1, but on closer examination, found that the devices do not exist in /dev or /dev/fbs.
    I do have a device /dev/fbs/ifb0 corresponding to the Expert3D lite card, known to function normally as a single headed machine.
    Here are the questions:
    1. How do I obtain and install the necessary device files, /dev/fbs/afb0 and /dev/fbs/afb1 to allow the two Elite3Ds to drive 2 monitors under X/CDE? What are the necessary packages needed to drive the Elite3Ds?
    2. In the meantime, how can I start the Xserver in the expert3D card? The Xserver will not start (gives errors) by simply defining :0.0 to be /dev/fbs/ifb0 (Expert3D lite) in /usr/dt/config/Xserver. This device is not the default Solaris character mode boot console device, so I am not sure how to set up the Xserver file to run the X session on this card **alone** to tide me over pending Elite3D's configured and running and the new monitors are delivered.
    I recall that CDE and X require special consideration for this situation where the boot console device and the graphical device to run X are not identical. The Xservers file comments refer to this problem but I cannot seem to find sufficient documentation to figure out how to configure this situation.
    I would like to avoid ripping out the two just installed cards to get back to the original configuration.
    Thanks for the help in advance.

    Please note the following erratum: The original configuration was with an Expert3D lite in the 64bit/66 MHz PCI slot, not an Elite3D. Thanks.

  • How to configure mail for multiple domains

    Hi There:
    I am the only Admin for a Mac Mini Lion Server, I have 3 Domains that I host, the DNS is done separate along with all records.
    I was able to get the Web Sites up and running.
    I need help to set up Separate E-Mail Accounts for each Domain, so each Domain receives it's own mail.
    Will you please give a hand, I am a beginner
    Thank YOU!!! in advance!!!!

    There is no default for those entries. you need to set it up manually by using the custom label.

Maybe you are looking for

  • Check printing problem.

    for check printing through f-58 or FBz5 my client requred format is not matching with standard script F110_PRENUM_CHCK . so i need to create new script for check as well as for Pmnt advice . instead of script can we create Smartform and configure the

  • Built-in dictionary not showing

    Hey all , how are you ? The built-in dictionary not working !! It was working before but i don't know what happend ! I formated my iphone and then restored it from itune and when i went to notes and highlighted a word and clicked on define , it told

  • I want to reset passcode, but under settings/genereal I have only auto-lock and restrictions

    I want to reset passcode using IOS7 but in settings/general, ther is no "reset passcode'" only "auto lock" and " restricvtionds"

  • Preparing my own movies for Ipod touch

    I have a number of movies which are .mov files how can I prepare them to put on my touch library?? Many thanks

  • Passing TestStand Globals to LabView parameters

    Hello All,         We store our operator entered test info in TestStand Globals, and then pass them to LabView parameters.  Is there a way to default the Labview parameters to always have the TestStand Global name?  So we won't have to select those s