Hi,
I sent an Invoice Idoc to a customer, but he isn't able to convert und process the data. As far as I know it is a problem of Segment separation. There are not ' in this message at the end of any segment. How can I force BIC to generate these separators ? Thanks in advance for any advice.
Torsten
Hi,
you will need to use the parameter "destDelimiter".
Set this in the communication channel. If you want to set up different delimiters for each trading partner, you will need to replicate the communication channel one for each trading partner.
destDelimiter
Sets the destination Delimiter. You must use a String with the length of 6 characters.
The order of the delimiter is as follows:
subfield, field, decimal, quoting, fieldgroup, segment
Also you have the possibility to change the delimiters directly in your 1:1 X2E mapping in the bic designer. For this you have to open the mapping and at the destination options you set the flag and then you can change the settings at setDestinationDelimiters.
Hope i could help
ilka
Hi Torsten,
Is it that you want ' to come in some fields ?
Maybe you can handle that in your mapping itself.
Can you elaborate more on the requirement.
ShaBZ
use enclosuresign ..option in file CC..it will allow you to ignore special characters...Iam assuming u want to supress ' when it comes within ""..!
if yes check the content conversion parameters in this blog where i supress , when it comes within ""
/people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
Add a comment