Reg:Seeburger BIC

Hello All,
          I am working form xml to EDIFACT Map.based on the number of OrderReason in the input file we must genrate the FTX Segment in the output.
For Example:
If the inputfile looks like:
  <OrderReason>
  <OrderReasonCode>RSRJCT</OrderReasonCode>
  <OrderReasonDescription>Info The order has been rejected by HP-RSAP</OrderReasonDescription>
  </OrderReason>
  <OrderReason>
  <OrderReasonCode>E9850A</OrderReasonCode>
  <OrderReasonDescription>Error Price is different from that in HP</OrderReasonDescription>
  </OrderReason>
The output must be:
FTXACD++RSRJCT'
FTXAAO++Info The order has been rejected by HP-RSAP'
FTXACD++E9850A'
FTXAAO++Error Price is different from that in HP'
The Condition i was written was not incrementing:
//FTX ACD
if existSourceField("B2BGatewayDoc.Document.ServiceContent.POConfirmationHeader.OrderReason.OrderReasonCode:value") = true
     copy "ACD" to UNB.SG0.UNH.FTX:4451;
     copy B2BGatewayDoc.Document.ServiceContent.POConfirmationHeader.OrderReason[lvORDERREASONCOUNTER%].OrderReasonCode:value to UNB.SG0.UNH.FTX:C108.4440;
     endif
//FTX AAO
if existSourceField("B2BGatewayDoc.Document.ServiceContent.POConfirmationHeader.OrderReason.OrderReasonDescription:value") = true
  copy "AAO" to UNB.SG0.UNH.FTX:4451;
  copy B2BGatewayDoc.Document.ServiceContent.POConfirmationHeader.OrderReason[lvORDERREASONCOUNTER%].OrderReasonDescription:value to UNB.SG0.UNH.FTX:C108.4440;
  endif
lvORDERREASONCOUNTER%=lvORDERREASONCOUNTER%+1;
Can,any one guide me.

Hello Shweta,
       The input file :
<?xml version="1.0" encoding="ISO-8859-1" ?>
<B2BGatewayDoc>
<Document>
<ServiceHeader>
<Protocol>
  <Sender>003897733</Sender>
  <Receiver>544759087</Receiver>
  <MsgType>3A4MG2</MsgType>
  <ReferenceNumber>1</ReferenceNumber>
  <InstanceIdentifier>455</InstanceIdentifier>
  <PipVersion>V02.00</PipVersion>
  </Protocol>
  </ServiceHeader>
<ServiceContent>
<FromRole>
  <ContactName>HP CO OM</ContactName>
  <EmailAddress>GOPALKRISHNANV</EmailAddress>
  <TelephoneNumber>65-67271815</TelephoneNumber>
  </FromRole>
<ToRole>
  <ContactName>YANG MINGJIN(IRENE</ContactName>
  <EmailAddress>IRENE.YANG-ASIA.COM</EmailAddress>
  <FaxNumber>021-24016684</FaxNumber>
  <TelephoneNumber>021-24016753</TelephoneNumber>
  </ToRole>
<POConfirmationHeader>
  <PONumber>SP30-60659-S</PONumber>
  <RequestingDocumentDateTime>20100525T120000.000Z</RequestingDocumentDateTime>
  <DefaultSetID>HAERFZ</DefaultSetID>
  <SoldTo>544759087</SoldTo>
  <SpecialInstruction>RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP70RameshSP10RameshSP10RameshS100RameshS110</SpecialInstruction>
  <ClaimCode>90198816</ClaimCode>
  <PartialShip>Y</PartialShip>
  <ReceiverAddress />
  <SpecialDeliveryInstruction>RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP70RameshSP10RameshSP90RameshS100</SpecialDeliveryInstruction>  
  <OrderStatusCode>R</OrderStatusCode>
<OrderReason>
  <OrderReasonCode>RSRJCT</OrderReasonCode>
  <OrderReasonDescription>Info The order has been rejected by HP-RSAP</OrderReasonDescription>
  </OrderReason>
  <OrderReason>
  <OrderReasonCode>E9850A</OrderReasonCode>
  <OrderReasonDescription>Error Price is different from that in HP</OrderReasonDescription>
  </OrderReason>
  </POConfirmationHeader>
<POConfirmationLineItems>
  <HPOrderNumber>999999999999</HPOrderNumber>
  <AckDateTime>20100611T030920.000Z</AckDateTime>
  <LineItemClaimCode>90198816</LineItemClaimCode>
  <LineItemNumber>1</LineItemNumber>
  <BuyerLineItemNumber>001</BuyerLineItemNumber>
  <HPProductNumber>51645AA</HPProductNumber>
  <ProductDescription>NLA - REORDER 51645BA (40)</ProductDescription>
  <RequestedProductQuantity>40</RequestedProductQuantity>
  <ProductQuantity>40</ProductQuantity>
  <RequestedDeliveryDate>20100630</RequestedDeliveryDate>
  <RequestedProductUnitPrice>167.44</RequestedProductUnitPrice>
  <ProductUnitPrice>160.00</ProductUnitPrice>
  <RequestedCurrencyCode>RM</RequestedCurrencyCode>
  <CurrencyCode>RM</CurrencyCode>
  <StdDiscPercent>30</StdDiscPercent>
  <PromoDiscValue>7.44</PromoDiscValue>
  <ShipModeDescription>Air</ShipModeDescription>
  <LineItemStatusCode>R</LineItemStatusCode>
<LineItemReason>
  <LineItemReasonCode>E9850A</LineItemReasonCode>
  <LineItemReasonDescription>Error Price is different from that in HP</LineItemReasonDescription>
  </LineItemReason>
  </POConfirmationLineItems>
  </ServiceContent>
  </Document>
  </B2BGatewayDoc>
Outfile we have to get:
UNA:+.? '
UNBUNOC:3SENDERRECEIVER100625:1908+1'
UNH1ORDRSP:D:97A:UN'
BGM231SP30-60659-S++RE'
DTM+242:20100525T120000.000Z:304'
FTXSIN++RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP70:RameshSP10RameshSP10RameshS100'
FTXACD++RSRJCT'
FTXAAO++Info The order has been rejected by HP-RSAP'
FTXACD++E9850A'
FTXAAO++Error Price is different from that in HP'
FTXDIN++RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP10RameshSP70:RameshSP10RameshSP90'
FTXACB++455'
RFF+IT:HAERFZ'
RFF+ACT:90198816'
NADST544759087:160:16'
NADBYINS:160:92'
CTAAT:YANG MINGJIN(IRENE'
COM+IRENE.YANGINGRAMMICRO-ASIA.COM:EM'
COM+021-24016684:FX'
COM+021-24016753:TE'
NADSEINS:160:92'
CTAAT:HP CO OM'
COM+GOPALKRISHNANVHP.COM:EM'
COM+65-67271815:TE'
SCC9BK'
LIN17'
PIA5001:PL'
PIA551645AA:VP'
IMDF+:::NLA - REORDER 51645BA (40)'
QTY+21:40'
QTY+113:40'
DTM+137:20100611030920:304'
DTM+2:20100630:102'
FTXTRA++Air'
FTXACD++E9850A:Error Price is different from that in HP'
PRI+INF:167.44::QTE'
CUX+3:RM:9'
PRI+INF:160::NTP'
CUX+3:RM:14'
PRI+INF:30::DPR'
PRI+INF:7.44::PRP'
RFF+ACT:90198816'
RFF+VN:999999999999'
UNS+S'
UNT411'
UNZ11'
Check it....
Thanks,
Kishore

Similar Messages

  • Reg:Seeburger BIC Error

    Hello All,
    I was working on XML to EDIFACT Map in BIC Mapping Designer in seeburger,I am getting following Error while running the map:
    [Error:ID=3056;LEVEL=1] InhouseDocWriter setField() Error: Exception at create or setField(UNB.SG0.UNH:S009.0065) :
    java.lang.Exception: Segment not allowed here (UNB:SG0).
    Any one please guide me reg this issue.
    Thanks,
    Kishore

    Hi,
    Can you explain about your mapping?
    Could you quote your result for message mapping test tab?
    Regards,
    Sushama

  • Reg: Seeburger BIC Mapping Designer

    We are using BIC to resolve hierarchy issue.. <u>As you know we can not pasre more than 2 hierarchy levels in XI.</u>
    we have a text file which contains all the records in one row..
    <Recordset>
        <Record00>  1-unbounded
             <Field>
             <Field>
            <Record01>1-unbounded
                 <Filed>
                 <Field>
    <b>I did following steps in BIC...</b>
    Created Datatype in INHOUSE to user project
    Edit structure and save
    Export structure (msg_....xml)
    Run “CreateXMLmessage”, source file msg_....xml, target file XML_....xml)
    Import XML….xml to User Project
    Run “CreateMappingXMLToEdi” source file msg_....xml, target file X2E_....xml
    Import X2E….xml to user project..
    Run X2E Map by giving our source text file and output will be in xml.
    <u><b>Problems:</b></u>
    <b>      In 5th Step. while importing XML to user project i am getting auto correction window which  is changing field occurances and false to true etc.
          In 8th Step i am getting errors with conversion and i got the output xml file but with default values which i have given while creating datatype.</b>
    I have gone thorugh all the links related to seeburger.
    I would really appreciate if anyone thorw some light on the same.
    Thanks in Advance...
    Regards,
    Mansoor.

    Hi
    the steps to generatt the file using the BIC is
    1.create the structure in inhouse
    2.select the structure you have created , right click then go to the Export, give the destination, the file will be saved at that location.
    3.now create the XML message using the create XML Message
    4.After creating the XML Message import the XML file .
    5. After importing the file the file can be see in the XML node in the BIC mapper for the inhouse structure you have created.
    in this way you can create the XML file.
    and the created xml file you cam export as XSD,as XML. or as DTD
    if you still face the problem please reply me back
    Thanks
    Rinku

  • Reg:Seeburger BIC code list file

    Hello All,
    I need the seeburger code-list files for the following version in EDIFACT, 0065EDIFACT_UN_D06B.cgprop and 0052EDIFACT_UN_D06B.cgprop.Please guide me.
    Thanks,
    Kishore

    Hi,
    Check the site:
    wwww.seeburger.com
    Regards,
    Sushama

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

  • SAP GTS------- SAPPI with Seeburger BIC----- ATLAS using with SAP PI

    Hi All,
    I have scenario this SAP GTS----->SAPPI with Seeburger BIC--->ATLAS(German customs system)
    1)Inbound flow: SAP GTS will send the customs declaration message to ATLAS(German customs system)
    2)outbound flow: response messages from ATLAS(German customs system) approved the customs declaration message and send to SAP GTS
    How to achieve using with SAP PI with Seeburger modules. What are adapter is required for this scenario.
    Idoc coming from SAP GTS to Seeburger BIS and then convert to EDIFACT send to Atlas systeam.
    For mapping  Source is Idoc (CCECUS02) and Target is EDIFACT(CUSDEC_UN_D96B).
    Regards,
    Ramesh

    >
    Ramesh Gulipalli wrote:
    > Hi All,
    >
    > I have scenario this SAP GTS----->SAPPI with Seeburger BIC--->ATLAS(German customs system)
    >
    > 1)Inbound flow: SAP GTS will send the customs declaration message to ATLAS(German customs system)
    > 2)outbound flow: response messages from ATLAS(German customs system) approved the customs declaration message and send to SAP GTS
    >
    > How to achieve using with SAP PI with Seeburger modules. What are adapter is required for this scenario.
    >
    > Idoc coming from SAP GTS to Seeburger BIS and then convert to EDIFACT send to Atlas systeam.
    >
    > For mapping  Source is Idoc (CCECUS02) and Target is EDIFACT(CUSDEC_UN_D96B).
    >
    > Regards,
    > Ramesh
    > .
    for converting an XML to EDI or vice versa you can use the seeburger adapter.
    http://www.seeburger.com/xi-pi-adapters/

  • Problem with Seeburger BIC

    Hi Guru.
    I've a question for you!!
    I'm using the Seeburger BIC Mapping Designer but I'va a big problem: I' can't create the deploy file.
    I'm try to follow all the documentation that i find in internet but doesn't work...
    After the generation of the XML 2 EDI mapping I want to create the deploy file.
    After the selection of this function the system shows the following message:
    "You can't create a deploy file for this project! There is no SDA/SCA numbers for this project!"
    Have you some solution or workaround?
    Thanks
    Regards Manuel Chiarelli

    Hello Manuel
    I assume the Seeburger MD is installed on a client system? If yes, you need to start the Mapping Designer in ProjectAdmin mode.
    Below is an excerpt from the SAP_BICMD_config_en.pdf. See the section "Start Mapping Designer as ProjectAdmin"                                                                               
    Start Mapping Designer as ProjectAdmin                                    
    In order to assign projects to SCAs, you need to modify the bic_mapping_designer.ini. This file is located under <BIC MD Installation path>/Bin/bic_mapping_designer_ini. Open the file with your  
    favorite text editor and add to following line below the last CmdLineArg <number> line
    CmdLnArgX=-ProjectAdmin                                                   
    Please note the CmdLnArgX prefix must have an ascending numbering where X is representing the number. Save the file and exit. After that restart the MappingDesigner.           
    Regards
    Mark

  • How to import the IDOC into Seeburger BIC mapping designer

    Hi All,
    Can u please tell me how to import the IDOC into Seeburger BIC mapping desginer.
    I have scenario My scenario is SAP GTS 7.0.....>Seeburger BIS.....>Atlas customs system for Germany
    Idoc coming from SAP GTS to Seeburger BIS and then convert to EDIFACT send
    to Atlas systeam.
    Regards,
    Ramesh.

    Hi Ramesh
    BIC is a tool from Seeburger to transmit the XML data to EDI and EDI to XML.
    Seeburger mapping programs for transferring the XML data to EDI data and EDI data to XML data, but not for the structure changing, in the IR your mapping program is same.
    Receiver side you need AS2 Adapter for converting data to EDI target structure. we have many EDI versions are available, for converting the EDI to XML or vice versa AS2 gives some default mapping programs, xml to EDI or EDI to XML convertion done through this mapping programs.
    Seeburger AS adapter provider provides some mapping programs(for example EDI4010 version or other), if you are using the same EDI version(4010) then you can use that mapping programs, if the version is different then we can manually generate the Seeburger X2E and E2X mappings for the corresponding version and signal(850 or 810 or ..), for this seeburger provides the mapping designer tool (BIC), there we can develope the X2E and E2X mapping programs and configure this in the Seeburger work bench.
    Regards
    Ramesh

  • IDoc to File[EDI] using seeburger BIC Mapping Tool

    Hi Gurus,
    I'm having a scenario of IDoc to EDI FIle, I'll be using IDoc DESADV.DELVRY03.ZDELVR0X; Kindly advise steps needed in BIC Mapping Tool. I've already referred to this post /people/dijesh.tanna/blog/2008/05/25/sap-pixi-content-conversion-using-generator-mapping-functionality-of-seeburger-part-1 but still can't get it right.
    Thanks.

    Thanks a lot experts :D....
    I'll be using a file adapter for my scenario..
    Any Idea on what Seeburger BIC mapping module should I use?
    am I just use the ff module?
    Module u2013 Processing Sequence                                   
    Number     1     Name     localejbs/CallBicXIRaBean     Type     Local Enterprise Bean     Module Key     bic
    Number     2     Name     localejbs/CallSapAdapter     Type     Local Enterprise Bean     Module Key     exit
    Module u2013 Module Configuration                         
    Module Key     bic     Parameter name     destSourceMsg     Parameter value     MainDocument
    Module Key     bic     Parameter name     destTargetMsg     Parameter value     MainDocument
    Please advise.
    Thanks.
    Edited by: Devilbatz on Dec 8, 2010 8:31 AM

  • Mappings_user.sca - Seeburger BIC Mapping Designer

    Hello experts,
    I have read SAP note 1353318 about how to start the BIC adapter on PI 7.1.
    Question: where do I get the file "mappings_user.sca" from? It says it is on the BIC Mapping Designer-CD, but the installation files I received via the Internet - I do not have the CD.
    Can I somehow create that file with the BIC Mapping Designer that I have already installed?
    Thank you for any hint you can give me!
    Best regards,
    Peter

    Hey peter,
                       go to your seeburger installation directorys bin folder and check for bicdesigner.ini file and add the  below cmd
    CmdLnArgX=-ProjectAdmin  where X will be 4 (i.e. count of cmd line agrs used ) .
    Then start the bic mapping designer tool and go to tools option there you can see a new option called Assign Projects to SDA, after that you can create a deploy file..This is new option provided by seeburger bic so that only project Admin can have rights of creating the deploy file.
    If you still face any problems post the same..
    HTH
    Rajesh

  • Can SeeBurger BIC Mapping tool automatically remove Delimiters?

    Hi all,
    When we map IDOC's to EDI X12 messages using the SeeBurger BIC Mapping tool, we sometimes have delimiters occur in fields such as name or address. We are using the setDestinationDelimiter and have changed our delimiters so this occurance is rare. However the problem may still occur. This causes an invalid message to be passed to our partner.
    One option is to use XI mapping and the replace function on each field however this is cumbersome and not the ideal solution.
    Is there a way to automatically remove Delimiter characters from fields as part of the BIC Mapping.
    Cheers,
    John

    Hi Satish,
    Thanks for re-iterating the problem. You are absolutely right that this does cause an invalid message.
    Also thanks for your suggestion regarding asking business not to enter the data, this has been done and as stated the occurences of these delimiters in the fields will be low, usually due to user error.
    We still however want to cater for these occurrences and prevent an invalid message being sent to the partner.
    I'm not sure if you've ever used the BIC Mapping tool and what I'm really looking for is someone with experience in this area to give a solution that works. Anyone out there who can help?
    Cheers,
    John

Maybe you are looking for

  • LR 4 & 4.1 can't create new folder manually during photo import

    Windows 64, i7, 12GB RAM I don't seem able to create a new folder manually on photo import.  This still works fine on the same PC with LR3.6.  Anyone else seeing this?  Thanks.

  • Add a hyperlink to animated button created in Edge.

    Hello, Is there any way to insert an animated button I created in Edge into Muse and add a hyperlink to it. The roll over and roll out work perfectly when inserted into my web page, I just can't attach any actions to it. Thanks.

  • Missing SAP Menu in Crystal Reports

    Hi Experts, I've re-installed Crystal Reports 2008 V1, but I'm now missing the SAP menu which I had before. I've got the SAP Gui (with BW add-ons) and the integration kit is also installed since my previous installation of CR 2008 had the SAP Menu. I

  • How to transfer classification data (class type 001) in ecc to crm

    Hi. dear    I have a problem in transfering classification data (class type 001). we use classification data in material (mm01) in ecc, class type is 001, but now I have to transfer the classification data to crm. i had downloaded the CLASS,ATTRIBUTE

  • CombBox itemMatchingFunction

    I have extended a ComboBox for 2 major reasons, specialized skinning and to provide for custom item matching.  I'm having a problem with the itemMatchingFunction.  I can see the function being invoked and the appropriate items included and excluded f