Multipe EDI Transactions mapped to single B2B Monitoring Directory

Hi
We have a typical requirement situation in our company. We are doing EDI transactions with one of our Trading partner. We are exchanging different EDI documents.
But, because of some limitations we are using Oracle B2B to exchange only one transaction i.e. 850 Transaction. We have done all necessary setups in B2B to transaction 850 document with this trading partner and which is working fine without any issues.
And we also get 997 files from same trading partner and we receive them and we don't want to use Oracle B2B to transaction those and we didn't do any setups for this.
All 850 and 997 documents are coming into one particular directory where the B2B is pooling for 850 documents. And B2B is trying to process even 997 documents from this directory even though there is no setups and agreement for this 997 documents to be processed.
And we don't have option of creating multiple directories for each transaction. I mean we cannot put 850's into one directory and 997's into other directory.
How can we deal such situation using Oracle B2B. Typically, B2B shouldn't process any such documents which are not done agreement setup in the system.
It should able to go through the files received and process only that have a agreement for.
Regards
Kiran

Hi Kiran,
We have already explored this option. But, we are trying to find a solution with in Oracle B2B.Could not really understand. The problem you are facing has only this solution and that also within Oracle B2B.
Is there any feature in Oracle B2B to send Email Communication when there is expcetion while processing any document.No. There is no in-built feature but yes you may create a BPEL process/Java utility to poll for records in b2b_instancemessage view which has message state as ERROR. These records are nothing but the exceptions which has occured within Oracle B2B. You may use below query -
select bim.B2BMESSAGEID,bim.ERRORCODE,bim.ERRORDESCRIPTION,bim.ERRORTEXT from b2b_instancemessage bim where bim.STATE ='Error'
You may mail/fax/sms/publish the above information to any channel.
Below notes will also be useful for you -
http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TN_007_Exception_Handling.pdf
http://www.b2bgurus.com/2009/12/notification-mechanism-for-mdnfa-time.html
http://www.b2bgurus.com/2009/06/custom-exception-queue.html
Regards,
Anuj

Similar Messages

  • EDI maps migration to B2B/BPEL?

    Hi,
    Is there any feature in B2B/BPEL which can help me migrate existing EDI ANSI X12 Harbinger maps to BPEL/B2B XSL format?
    or
    Is there any way other than manual to migrate these maps.
    Thanks,
    Sachin Sutar

    Hello Sachin,
    If you are using the XSLT maps in the Harbinger you can directly make use of the same in BPEL as long as the data feed to the map in BPEL Process is same as the feed in your harbinger System.
    Another challenge is how to you get the data to be transofrmed into the BPEL process, you might have to look at either FILE/FTP/JMS or any of the technology adapter in BPEL.
    HTH. Let me know.
    Rgds,Ramesh

  • Transactional Behaviour of Oracle B2B 11g

    Hi Gurus/Anuj,
    Can you please explain Transactional Behaviour in Oracle B2B 11g?
    For a Inbound Interface I have three Mediators(Mediator M1,M2 and M3)
    Partner push a file at file location --> B2B Interface used in M1 ,through B2B Binding,picks the FIle and brings to SOA and--> Give it to M2 and M3.
    I need to perform Error Handling in this case..
    M1 M2 and M3 are Asynchronous,Synch and Synch in nature and I guess M1 will propogate it's transaction to M2 and M2 will propogate it's transaction to M3.
    Routing rules are Sequential..
    Note : Fault policies are applicable to parallel routing rules only. For sequential routing rules, the fault goes back to the caller and it is the responsibility of the caller to handle the fault.
    Am I correct in understanding that :
    B2B Adapter in M1 is the caller and M2 and M3 ,as being Synchronous,will follow M1'a transaction.
    And if a Fault goes into M2 and M3,it will go back to the caller,means M1.
    And in M1 we can have Fault-Handling.
    Also please explain Transactional Behaviour in Oracle B2B 11g?
    Is B2B is Asynchronous in nature?
    Is B2B Adapter a Transactional Adapter?
    What category of JCA adapter is Oracle B2B adapter?
    Thanks
    Vivek
    Edited by: Vivek on May 19, 2011 11:41 PM
    Edited by: Vivek on May 19, 2011 11:54 PM

    Hi Vivek,
    Also please explain Transactional Behaviour in Oracle B2B 11g?Oracle B2B depends upon the underlying transport being used for transactional behavior. As far as transaction propagation is concerned, we never had any such need in B2B communication.
    Am I correct in understanding that :
    B2B Adapter in M1 is the caller and M2 and M3 ,as being Synchronous,will follow M1'a transaction.
    And if a Fault goes into M2 and M3,it will go back to the caller,means M1.
    And in M1 we can have Fault-Handling.If you are using AQ interface of B2B adapter with XA Data Source then that adapter can participate in an XA global transaction that can span multiple resources. In this transaction, the application server acts as the coordinating transaction manager with multiple databases (or other resources such as JMS), each of which is involved in a single transaction.
    If you are using JMS interface of B2B adapter with XA Connection factor then that adapter can also participate in an XA global transaction that can span multiple resources.
    If you are using Default (Fabric) interface of B2B adapter then it does not participate in global transaction, rather it starts it's own local transaction and executes in that. So it will totally depend upon the interface you are using with B2B adapter that it will start and propagate a global transaction or will not participate in a global transaction. Moreover, if B2B adapter is starting a transaction and propagating it to a async service then that sync service will start a new local transaction and further sync services may execute in that transaction. As soon as the control comes back to B2B adapter, it will commit the transaction.
    Is B2B is Asynchronous in nature?B2B can be used for both sync and async calls (between partners). B2B is async when communicating with middleware.
    Is B2B Adapter a Transactional Adapter?Explained above
    What category of JCA adapter is Oracle B2B adapter?No special category. It is a specific adapter for Oracle SOA SCA composites to facilitate them in communication with Oracle B2B. You may or may not use this adapter in SOA SCA composites.
    Regards,
    Anuj

  • Handling multiple EDI transaction

    Hi,
    We are getting multiple EDI transactions (940, 850 etc) from our customer. I have defined one Sender Agreement with service interface as functional acknowledgment and one each for EDI transactions (with service interface 940 and service interface 850 etc) in the same configuration scenario.
    There wil be only one communication channel to receive all the EDI files. My problem is whenever I send the EDI 850 transaction it is taking the service interface of 940. Because of that it is executing the 940 interface map instead of 850!!!
    Am I doing any wrong in my configuration? When I test the data in test tab of configuration scenario, it is taking the correct service interface, but it is not happening in the run time... I cleared the cache also.. still no luck...
    Can someone please help me in this? Please guide me if I am doing any wrong.
    Regards,
    Vas

    Hi,
    I assume that you are using Seeburger for EDI data handlings..if yes
    sender interface details for the payload (850,940) will be determined from the seeburger workbench configurations ..
    after bic mapping execution it will result in two doucments one with FunctionalAck and other with attachement(payload..can be 850 or 940) based on this attachment name will compare with the entries of seeburger workbench and fetches the sender details and based on this receiver will be identified...
    Hope this gives you need info..
    Regards
    Rajesh

  • EDI Seperator Channel Issue - Single EDI File is Creating Two IDOCs

    Hi Experts,
       We are facing a strange issue in our project. We are working on SAP PO 7.4 SP06. Our's is an EDI to IDOC Scenario. We are using standard EDI XSD's generated by B2B 2.0 Cockpit. Since yesterday our Quality server is behaving strangely. Its processing an EDI File and generating TWO IDocs out of it.
    When we run the same EDI File in our DEV Environment it executes perfectly and creates only ONE IDOC.
    Signature in OM and it is 1 to 1 and in MM Target IDOC header is mapped to "Constant".
    Our Scenario is :
    1st IFLow : File to EDISeperator
    2nd IFlow: EDISeperator to IDOC.
    Appreciate your valuable inputs.

    Hi,
    Please do check your input file(s). Could be that you offer an EDI interchange, containing multiple messages, to SAP PO.
    Also, maybe in the mean time, some objects or configuration was changed.
    Kind regards,
    Dimitri

  • Does PI (XI) support EDI transactions?

    Does PI (XI) support EDI transactions?
    What additional infrastructure does a customer need to have in place to support the use of EDI?
    For a customer that does not have this infrastructure in place is there a better alternative?

    Hi,
    Yes..by using seebergur adapter we can do the EDI transactions.
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    /people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
    /people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
    http://www.stylusstudio.com/edi/XML_to_X12.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47
    Details on XI EDI adapter from seeburger
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    SAP Adapters
    EDI with XI
    http://www.seeburger.com
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    http://www.seeburger.com
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    EDI Adapter by SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/206e2b65-2ca8-2a10-edad-f2d1391644cb
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    Integrating XI with SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6dc02f5d-0601-0010-cd9d-f4ff9a7e8c33
    AS2 vs OFTPS:
    AS2 & OFTPS
    Regards,
    Soumya

  • EDI Transactions Data Load

    Hello,
    I have a requirement to load data from EDI Transactions into BW and generate reports from the cube/Ods.
    Can you share some ideas ?Or can you provide me any SAP help Docs if there are any?
    Thanks
    Priya

    Hi Priya,
    First thing you need to analyse is, what is the source of data to BW and in which format this source can be? I think, EDI can send data in some standard File format as per EDI transaction. you need to make sure that atleast it is of CSV or ASCII format
    So, as the source is of File format, create Infosource with File as datasource and map the fields in File to Infoobjects in BW.
    If EDI can send in XML format, then create XML datasource in BW on top of above infosource
    Cheers
    SB
    Assign points if useful

  • Can i display My application iview and transaction iview in single page ?

    Hi,
    I am new in web dynpro and portal. i am doing one approval application through web dynpro. Now i need to attache sap inbox to application. For that some budy suggested me about transaction view. So my questions are as folloes.
    1.> How i attached my application to iview ?
    2.> How i created Transaction  iview ?
    3.> Can i attache my application iview with transaction iview if it is possible then how ?
    4.> Can i display My application iview and transaction iview in single page ?
    Please guide me in this procesure.
    Regards,
    Gurprit Bhatia

    Hi Gurprit,
    1.> How i attached my application to iview ?
           You can attach your application to web Dynpro IView, for this login into portal, in the Content Management tab right click on a folder, then New --> IView. Select WD java Application. Select your application and create an Iview.
    2.> How i created Transaction iview ?
           Similarly, instead of selecting WD java Application, select iView template, you will get a list of available templates, and in this you will find template for Transaction Iview, in this template define the Tx for which you want to create the template.
    3.> Can i attache my application iview with transaction iview if it is possible then how ?
          No, I dont think you can attach your application to transaction Iview. but, you can attach both IViews on single page.
    4.> Can i display My application iview and transaction iview in single page ?
          Yes, you can attach  both IViews on single page. Again in Content Management tab, crate a PAGE; Then right click on created IViews and select  add IView to Page ßß: Delta Link.
    Hope this helps.
    Regards,
    Amit

  • How to call 2 transactions in a single screen

    Hi All,
    I need to call 2 Standard transaction in a single screen.
    ie: 1 transaction should be displayed in first half of the sceen and another transaction should be in the next half. How we can do this.
    Thanks
    Partha.

    Attach two subscren in that screen and call the transactions from the seperate subscreens.

  • In XI Mapping multiple fields mapping to single target field.

    Hi Friends,
    In XI Mapping multiple fields mapping to single target field.
    For example my requirement is :
    Source Fields:(This RFC BAPI Structure)
    Empno                0-1
    EmpName           0-1
    Address             0-1
    Taget Field is:
    Details               0-1
    The above three fields passed to the Details Field. Here i am using Concat function
    But i have one query on that on,Every field having "line Break" required.
    Can you please help me out above this requirement.
    Thanks in Advance,
    Sateesh N.

    If you want a line break between the three fields, then try
    passing a,b,c to the udf and in the udf you would have
    return a+"\n"+b+"\n"+c;

  • How do I re-establish a single virtual monitor across two 30" screens?

    How do I re-establish a single virtual monitor across two 30" screens?
    The fact that the screens are now separate with two menu bars, and the inability for images to appear across both of them is a great inconvenience to me. I have used this system since the dual monitors first became available and do not want to loose.
    While rearranging my desk top of current files, I seem to have jumping folders that flt to random places
    Thank for bailing me out on this!

    I've been looking for the same answer .. I stopped by local Apple store - Genius - he don't know
    3 monitors here .. and agree - it's an extreme irritant that when a window is across two monitors part of it disappears.
    Have Adobe Bridge catalog listing (and Filter, Collection, Keyword, Dates) on one monitor and main viewing window part on center monitor - no more.
    Supper long spread sheet across all three monitors - no more.
    Multiple Menu bars are irritating to use.

  • Has anyone got the 850 4010 I/B EDI file processed & translated via B2B?

    Has anyone successfully translated an inbound EDI 850 4010 file via B2B?
    We are using 11.1.1.4 weblogic, B2B Document Editor 6.6.0.2801
    Eventually, it needs to be integrated to SOA
    For us, it is failing on the console with B2B-50037: B2B inbound message processing error & SOA diagnostic log has the following errors:
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/soa/b2b/EDI_X12/4010/850/New/Seeded_850_4010.ecs
    B2B-50025: Repository error      at oracle.tip.b2b.mds.QueryManager.getBlob(QueryManager.java:2904)

    Seems your B2B repository has got corrupted. You are using older version of B2B Document Editor but it will not cause this issue.
    Take an export of your B2B repository, purge the design time repository and re-import it again. Deploy the agreement and test again.
    Regards,
    Anuj

  • EDI Transaction set for Serial numbers

    We are currently using 810/850/856 for communicating with our customers. We now need to send the serial numbers also to the customers. What EDI transaction set do we need to use? Any helpful links?
    Thx.

    Hope you are aware EDI 850 is for PO. How that is relevant for Sales Order(Outbound)
    Well, EDI 856 is for Advance Shipping Notification. Where
    Std Logical Message Type
    Std IDoc Types
    SHPMNT or SHPADV
    SHPMNT01
    SHPMNT02
    SHPMNT03
    DESADV
    DELVRY01
    DELVRY02
    As I already mention in my previous post that you need to check the respective IDoc do you have segment E1EDL11 is the IDoc for Serial Number field SERNR.
    If the said segment is not there, then extend the IDoc for the desired segment.
    Else, check whether serial number is getting populated in respective qualifier or not in outbound IDoc message.
    If serial no. value is not getting populated, then investigate why that is not happening? Whether you need a little enhancement to enable that? Or probably you don't have serialized material for the said business process.
    Thanks,
    JP

  • EDI Transaction type for MRKO Settlement

    Hi,
    Please let us know what should be the EDI Transaction type to be used for MRKO Settlement .
    Thanks in advance,
    Venkat

    Hi,
    thanks for your reply.We complated all the steps which was outlined. Now i want to know what is the correct EDI transaction type to be used in this regard.
    Please let me know about the same as it is not mentioned in the note which you have suggested.
    Thanks
    Venkat.

  • EDI Transaction set

    Hello,
    I am functional, i want to know about EDI Transaction set. Could you please help me with below question
    1. What is the EDI Transaction set like 850?
    2. What it signifies?
    3. Can we see these transaction sets in SAP?
    4. How SAP identifies these transaction sets & convert it into IDOCs?
    Regards,
    Naveed Ansari

    Hi,
    EDI transaction sets are EDI standards. These standards are developed and maintained by Accredited standards committee (ASC). These are designed to work industry and company boundaries. Changes and updates are made based on the consensus, reflecting the need of entire base of standard users.
    Standards in EDI
          ANSI X12 ( American National Standards Institute )
          EDIFACT (Electronic Data Interchange For Administration, Commerce and Transport )
    ANSI X12
       X12 is an uniform standard developed by ANSI for inter industry electronic exchange of business standards. This standard is widely used across North America, New Zealand and Australia
       The X12 committee is comprised of representatives from major organizations, government bodies, and EDI software companies.
    EDIFACT
      EDIFACT stands for electronic data interchange for administration, commerce and transport. This standard is widely used across European and Asian companies
    A one-to-one correspondence exists between the components of a paper-based document and an EDI message.
    Eg: 850 - Purchase order
    The EDI document to be generated has an equivalent message type defined in the SAP system. The message type is based on an IDoc structure.
    For Purchase Order
       EDI Transaction: 850 
       Message Type: ORDERS
       IDoc Type: ORDERS01, ORDERS02
    IDoc Type                     Message     Description     ANSI X.12     EDIFACT     Inbound     Outbound
    ORDERS01     ORDERS     Purchase order/order     850     ORDERS     X     X
    ORDERS02                              
    ORDERS03                              
    ORDERS04                              
    ORDERS05                              
    You can find more details in http://www.unece.org/trade/untdid/welcome.htm
    Regards,
    Savitha

Maybe you are looking for

  • How do I use LDAP with iMQ 2.0?

    I am looking for an example to see how to use LDAP with iMQ 2.0. I was able to set up the config settings to access a local LDAP, but iMQ authentication still rejects valid logins. Let me know if I can find more info someplace.

  • Clip looping not working correctly unless I edit clip in Waveform editor (CS6)

    I record a short clip I use the, razor, slip or time selection to trim the clip to the exact length I want it to be. I rt-click the clip and enable looping I go to the right edge of the clip and stretch the clip to make it loop one or more times. Pro

  • How to display three months data in ALV grid control

    Hi Thanks for all.I have tried now it is working but as per requirement month name and cumulative total will display like this format.cumulative total means month1amount+ month2amount+month3amount.And one more thing month range will change some times

  • User administration PL/SQL codes

    Can any body fordard me the PL/SQL conding used to all the aspects of User administration like user creation, privilages, roles etc. Secondly , can you please advice me if i need sample code for DBA purpose , where i should look. Thanks Arif

  • POS DM Workbench - Deleting Transactions

    We recently upgraded to ECC 6.0.  We are now working to implement POS DM.  When on the POS Workbench (/POSDW/MON0) and displaying a list of transactions, there is no icon to delete a transaction.  A consultant that was here said that at another clien