Conversion in Seeburger BIC and XI

Hi,
We receive e-mails with an EDIFACT messages (ORDERS or DELFOR) as an attachment. The e-mails are received in the same INBOX on an e-mail server.
I configured a sender mail adapter in XI and added the PAYLOADSWAPBEAN to put the e-mail attachment into a SOAP attachment (see also /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step)
Now I need to convert the EDIFACT message to XML EDIFACT using a standard 1:1 mapping of Seeburger. I have to determine dynamically what message has to be used (for ORDERS or DELFOR)
How can I establish this?
I tried to use the classifier and BIC modules of Seeburger but I did not succeed.
Ron

Hi all,
when receiving files and you have no idea what file it is, you usually use 3 Modules of the Adapter-Set:
1. SeeClassifier
- determines the file type (e.g. EDIFACT,ANSI...)
2. BIC
- can be set to "Auto"-Mode, which means depending on the information from the Classifier, it executes a "MainMapping" which takes a look at the Header-Fields of this type (for example if it is an Edifact-File it looks at the UNH-Information...and then dynamically creates the name of the real 1:1-Mapping that needs to be executed)
So this means, if you receive a Edifact-File with several UNH within a UNB, it can even be a combination of DELFOR; ORDERS, INNOIV or whatever... each UNH-Loop will be translated seperately with the correct Mapping.
3. Split-Module
This allows you to have a seperate attachment for each UNH-Part (for Edifact). A new SenderChannel can also be created depending on the UNB Sender-Information.
Hope this clarifies the Modules a little bit. If you receive for example lots of different files from different partners via a VAN like IBM or GXS, you probably have no other possibility than use these 3 Modules together to separate all these messages by type and partner and be able to process them correct in the XI.
Regards
Stefan

Similar Messages

  • What is difference bettwen Seeburger BIC and Seeburger BIS

    Hi All,
    What is difference bettwen Seeburger BIC and Seeburger BIS.
    I know BIC is Business Integration Converter(BIC).What is Seeburger BIS?
    Regards,
    Srini

    Hi,
          Srinivas...BIS (Business Integration Server)  is also a kind of integration platform which mainy focuses on B2B kind of integration.Its an EDI subsystem generally deal with EDI formats like ANSI,EDIFACT ,ODETTE and many.Jus like an inbuilt graphical mapping designer  we have in XI/PI.SEEBURGER BIS do comes with inbuilt mapping designer (In EDI envionment we all it EDI translator) for mapping purpouse and its called (BIC) Business integration Converter.
       XI like any other requires Format conversion utilities called 'Adapters'.SAP instead of developing their own adapters .Relies on third party developed adapters(SEEBURGER,iWAY..etc.).
      Especially for Mapping between EDI to XML or XML to EDI .SAP leverages BIC Adapters(ex.,AS2 Adapter) developed by SEEBUGER for B2B integration part of it.
       If you want to kow more on EDI mapping in XI lots many blogs are there in SDN it self.All the very best and go ahead.
    Thanks,
    Ram.

  • Seeburger BIC and Sender Channel

    Hi Guys,
    Just some information required please.
    I am using Seeburger to Poll a VAN Inbox (FTP/VAN adapter). I can pick up a message fine however when I try to use the Classifier/BIC module I keep getting an exception:
    Error while initate task to the system. Error during processing local bean: localejbs/CallBicXIRaBean
    I am picking up EDIFACT.
    My setting for the channel are as below:
    Transfer type: ASCII
    Payload mode: Attachment
    Attachment ID: 1
    Default Encoding: US-ASCII
    In the module tab:
    My sequence is
    localejbs/SeeClassifier
    localejbs/CallBicXIRaBean
    localejbs/CallSapAdapter
    then Config is:
    bic: destTargetMsg: MainDocument
    bic: destSourceMsg: MainDocument
    bic: classifierAttID: 1
    bic: mappingName: AUTO
    classifier: attID: 1
    classifier: destSourceMsg: attachment
    I am quite sure I am doing something wrong here can some one please guide exactly what should these parameters be?
    regards

    Hi mimranacc,
    Try giving the module parameters as below.
    Module Name                    Module Type               Module key
    localejbs/SeeClassifier               Local Enterprise Bean          Classifier
    localejbs/CallBicXIRaBean                               Local Enterprise Bean          bic
    localejbs/Seeburger/MessageSplitter                         Local Enterprise Bean          split
    Module Key     Parameter Name               Parameter Value
    Classifier     attID                    additionalInfo
    Classifier     classifierMappingID                               See
    Classifer     destSourceMsg               MainDocument
    Classifier     showInAuditLog               true
    bic          classifierAttID          additionalInfo
    bic          classifierMappingID          additionalInfo
    bic          destSourceMSg          MainDocument
    bic          destTargetMsg          MainDocument
    bic          mappingName          AUTO
    bic          split               true
    Regards,
    Hari.

  • Seeburger BIC vs Informatica Conversion Agent

    Hi Experts,
    I am hoping I can seek some feedback on the above mentioned subject. I am going through an implementation currently which involves EDIFACT and X12 - various message types e.g. Orders, Desadv, Invoice, Order Confirmation and a few more.
    As part of the implementation we need to choose a tool to do EDI to XML conversion which can also do EDIFACT/X12 validations (syntax & semantic) plus a functional Acknowledgment.
    The two final options we have chosen are Informatica's Conversion Agent and Seeburger BIC (given we are using Seeburger FTP adapter for communication already).
    Now to make a final decision I was hoping if some people can share their experience (s) and give some pro's and con's for choosing one or the other please?
    Any comments will be highly appreciated.
    regards

    Hi mimranacc,
    I was hoping if someone can comment on Conversion Agent as well or if there is a white paper on the comparison of the two?
    I have extensively worked on Conversion Agent. My experience has been real good with this tool. It is quite handy and easy to use.
    Apart from unstructured messages from MS Word, PDF, Excel, PowerPoint etc, Conversion Agent can manage semi-structured formats like EDI, HL7, ANSI X12, COBOL and HIPA.
    It consists of set of libraries that are deployed on PI's J2EE server and is accessed by AE during runtime.
    The +ve points are -
    1. Very easy to install and use,
    2. Easily integrated with SAP PI,
    3. No additional adapter required for transformation to / from XML,
    4. No extra adapters installed on PI server, which enhances the performance,
    5. Monitor Conversion Agent messages in Integration Server.
    Unfortunately, I haven't worked with Seeburger BIC, so can't provide you a comparison.
    Hope this helps.
    Regards,
    Neetesh

  • Classifier, BIC and MessageSplitter with Seeburger

    Hi,
    Anybody have a example to use the Classifier, BIC and MessageSplitter from Seebubrger with SAP XI comminication channel?. I try with the example scenario from documentation Seeburger, but the
    classifierMappingID it does not recognize the map and the value is NULL, and the process of the MessageSplitter don´t work. 
    Any idea from this error?.
    Greetings,
    Hervey P.

    HI,
    Please see the below blogs
    /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
    Check this for Conversions-
    /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
    Regards
    Chilla..

  • Seeburger BIC Mapping deployment issue in PI 7.1

    Hi experts
    We have upgraded from XI 3.0 to PI 7.1 and seeburger is also upgraded to  a compatible version.(2.x).
    Mappings_user.sda was used in 3.0 environment.
    But we are not able to deploy the same in 7.1. I think sda format is not supported in 7.1.
    Is there any way to convert .sda to .sca and deploy?
    Or how can we generate a compatible deployment file for 7.1?
    I have tried using BIC mapping designer,but it shows the option for .sda and .jar only.
    Thanks in advanceDhanish Joseph

    Hi
    I have installed BICMD  632 version and imported .BICMD project file.
    Then assigned sda/sca number to it and created deploy file.(Mapping_user00.sda).
    Then installed this in PI system using JSPM.
    I have tested allmost all the mappings successfully except one in PI system.(EDI 990 message).
    When i send data to PI  data comes to channel and it shows conversion error. But detailed information not available.
    In seeburger monitoring  the message goes to recovery mode.
    I have used the input 990 X12 and tested in Seeburger BIC MD. And there it is success!!!!!! So i am confused what is happening when it comes to PI system.
    I faced some issues>>>
    1.  while importing project file into BIC MD it asked for apply some autocorrection  for one map.(different than this). I have clicked on cancel
    2. When i assigned SDA number to my project i have selected 2.1.0  SDA version( 1.8.0 option was also there).
    Your prompt reply is greatly appreciated .
    Thanks

  • Error in Seeburger BIC Mapping

    Hi all,
    I am working on Seeburger BIC Mapping Designer.
    As i am starting off with it, i have planned to do a very simple scenario File to file.
    Source would be an XML and target also would be an xml.
    Compilation is fine, but while converting I am gettuing an error
    "[Error:ID=2023;LEVEL=1] InhouseDocReader readNextSegment(): offset[4(read Segment : KA\)]: caught ReadingException: Length limit exceeded - no SEG. delim. found!!!
    DESCRIPTION: InhouseDocReader causes an ReadingException while trying to read the next segment of current file, abort
    <<ErrorStreamEnd>>
    Conversion error "
    Please let me know what should be done.
    Even I have enabled SetIngnoreCRLF option in the source options.
    Cheers,
    Karthick

    Hi Karthick,
        Where do you get this error?
    In BICMD ?
    Have you created the E2X and/or X2E mapping programs in BICMD tool?
    Test it locally in the tool intself before deploying the mappings to XI server.
    Follow these steps to create a 1;1 mapping for XML to EDI and EDI to XML conversion program:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b66651-eeea-2b10-e5a6-8459ec30d948;jsessionid=(J2EE3414900)ID2060961950DB01298938248398894809End
    Regards,
    Ravi

  • Seeburger BIC tool

    Going to support EDI interface which uses Seeburger AS2 adapter either at sender or receiver side.I have few doubts on BIC module:
    1.Do i need to install BIC tool on my laptop or it is a web based tool which i can access from seeburger workbench?
    2.For all the edi conversion using Seeburger do we need BIC module to convert messages from EDI to XML or from XML to EDI?
    3.why we need to do message mapping again if we had already done BIC mapping?
    thanks in advance.

    Hi,
    1.Do i need to install BIC tool on my laptop or it is a web based tool which i can access from seeburger workbench?
    Yes you need to install BIC mapping tool in your laptop to do the mappings.
    2.For all the edi conversion using Seeburger do we need BIC module to convert messages from EDI to XML or from XML to EDI?
    Yes for all EDI conversion using Seeburger you need BIC tool. But if you have some standard mapping already given by Seeburger than you dont need BIC tool, you can directly use those mappings. Remember standard mapping will start with name SEE*
    3.why we need to do message mapping again if we had already done BIC mapping?
    BIC mapping tool is used to convert EDI to XML and vice versa. Think about a scenario when you need to convert an IDOC to EDIFACT format.
    Than first you have to do 1:1 mapping in PI where you will convert IDOC to EDIXML and than use BIC mapping tool to convert EDIXML to EDIFACT file.
    I hope above answers will help you.
    Regards,
    Shradha

  • JMS like content conversion in Seeburger

    Hi,
    Can you have JMS like content conversion in Seeburger?
    In Seeburger adapter if username/password is used, instead of public private keys, can you use JMS like content conversion in Seeburger. (the one which you specify as module parameters)
    Regards,
    Anirudh.

    Depending on what solutions you have: you may use seeburger bic module to convert from csv to xml or other formats. best thing usually is to follow the 2 step mapping strategy of seeburger where bic is doing a non-xml<->xml conversion and the target (XML-) format is mapped to in the SAP Message Mapping.

  • SEEBURGER BIC

    Hi All,
    I have a question regarding Seeburger BIC, I have read thru one of the Blogs (/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact) which tells that Native EDIFACT is converted into XML EDIFACT and the actual mapping is done in SAP XI. When Seeburger BIC has the capability of coversion from ANY to ANY format why it is preffered to do the mapping in SAP XI.
    Can anybody explain what are the pros and cons of using Seeburger BIC for any to any conversion.
    Regards,
    Bharani

    I feel SAP XI is a middleware tool and doesn't have the capabilities for the EDI Mapping
    Without Seeburger there is a possibility for developing of adapter or adapter module for this conversion. Seeburger however provides many other functionalities like monitoring and supporting various protocols.
    mapping in SEEBURGER would be lot more easier in SEEBURGER when compared to SAP XI.
    This is possible. It is not mandatory to use Seeburger with XI. However when you post question in XI forum you will get replies related to Seeburger linked with XI only
    There is a conversion engine present if you purchase Seeburger alone and have no XI associated with it. The problem here is seeburger can change the structure of message but does not have vast support of adapters as XI does. Therefore Seeburger with XI provides the best solution. This would be of your interest
    http://www.seeburger.com/any-to-any/
    Regards,
    Prateek

  • Batching different messages using Seeburger BIC

    Hi Experts
    I have an interesting requirement. I need to batch different messages e.g. ORDERS, ASN & Controls into a single Interchange. They are all EDIFACT messages and we are using Seeburger & BIC.
    Any idea on how to do this?
    regards

    reject that nightmare requirement because it would be very difficult for the monitoring team to find error causes in such a message. Imagine BIC conversion will give some the infamous conversion errors because some string is too long. Now if you have dozens of messages in the same document, good luck
    CSY

  • Diff between seeberger BIC and AS/2 adapter

    Hi,
    Any one can explain the differences between Seeberger BIC and AS/2 adapters.
    Thanks
    Koteswara Rao

    Hi,
    As explained above ,
    AS2 is Adapter protocol, you can use it AS2 Adapter.But where as BIC is a mapper tool, you can use BIC modules .
    See below links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/135b0b94-0701-0010-f6a9-86a14057544a
    /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
    Check this for Conversions-
    /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/SEEBURGER_SAP_Adapter_engl.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
    seeburger adapter configuration
    Regards
    Chilla

  • Seeburger EDI adapter Vs Seeburger  BIC adapter

    hi,
    what is the difference between <b>Seeburger EDI adapter Vs Seeburger  BIC adapter</b>.any docs please.
    thank you,
    babu

    Hi,
    <i>Seeburger EDI adapter Vs Seeburger BIC adapter.</i>
    If your edi file converts with BIC mappers then you would have to use BIC adapter or BIC modules, i hope BIC modules, next EDI Adapters see the below links to get more details..
    /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
    Check this for Conversions-
    /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
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    Regards
    Chilla

  • Seeburger BIC let errors pass

    Hi,
    We have a scenario where we read from a FTP site. We are using seeburger BIC to convert the messages to something readable.
    Unfortantly there are also som junk messages in the file folder or they contain a UNA that Seeburger does not understand. This mean that the seeburger module throws an error. It seems like the FTP adapter cannot move the file to the error folder, so the next file can be processed.
    Any ideas on how this can be changed so we can process the files even when some of the messages are failing..
    Daniel
    [figaf|http://figaf.com]

    Hello Daniel,
    It seems like the FTP adapter cannot move the file to the error folder, so the next file can be processed.
    Any ideas on how this can be changed so we can process the files even when some of the messages are failing..
    It could probably be also related to the issue of the file adapter archiving e.g processing mode is set to archive and when there are errors, the rest of the messages cannot be processed or at least some a stucked. What we have done is to set the mode to delete and disable archiving for the moment. Maybe if you also disable the archiving for faulty files, it could also work on your end.
    Hope this helps,
    Mark

  • Seeburger BIC module not working

    I am using Seeburger BIC module in my sender file adapter. But when I pick up an EDI file using this file adapter, the BIC module is not called. The file adapter simply passes the EDI file to Integration Engine without passing it through the BIC module. Hence, message mapping fails at Integrating Engine as the Message is not in XML form. Also I am not getting any error in adapter monitoring/Message monitoring saying that the adapter module does not exist.
    The BIC module is deployed on XI server. I have activated my communication channel. I have put the module names correctly and in proper sequence and also there are no typo errors in entering the parameter names.
    Please help.
    Regards,
    Shweta

    R u passing the correct mapping name under the parameter value in module configuration?
    Regards,
    Anoop

Maybe you are looking for

  • I am having color/grayscale resolution issues when looking at images on flickr. They look allright if viewed in IE

    I am an amature B&W film photographer and I uploaded some images to flickr a couple of weeks ago. Today I took a look at the pictures and it looked like the grayscale bit resolution, which usually is 8 bit, was redused. I tried many things, among oth

  • Problem in nokia n97 charging

    sridharrb - apart from the fact that your problem has no relationship to this thread, your problem is a symptom of the rubbish handsets that Nokclue build. The only real fix is to replace your phone with a handset from another manufacturer. Nokia N97

  • Javac bug with lower bounded wildcard?

    Hi all, I have found the below code snippet not to compile with javac (1.5 & 1.6) even though I think that it is correct. Also the Eclipse Java compiler accepts this code without errors. Can anyone confirm that this is a bug in javac or maybe explain

  • MM document number

    Hi When we do MIGO / MIRO, two documents are generated - FI and MM FI document numbers are defined again for new financial year. Hence when FI documents are generated, new number range for FY 2011 are considered. I want to define new number range for

  • Changing App Availability Date To A Later Time After Aproval

    If I get an app approved on July 30, 2013 and about 100 people buy it for 99 cents.  Can I change the availability date to a later date and will they have to pay for it again or will the app still be saved on their account.