cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc Invoice without Delimiter " ' " after BIC conversion

0 Kudos

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

View Entire Topic
Former Member
0 Kudos

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

0 Kudos

Hi Ilka,

thank you for this advice. It solved my problem !! I set the follwing at the beginning of my mapping:

setSourceDelimiter("GROUP","");

setDestinationTrim("off");

setDestinationDelimiter("DecimalPoint",".");

setSourceencoding("Cp850");

Now the message has all neccessary Segment Separators. My partner is able to process the message.

Rgds.

Torsten

Former Member
0 Kudos

Hi,

I used the parameter "destDelimiter" with the string >^.%$ (= 6 characters).

Everything works fine but not the third position. The decimal delimiter does not work right. If I use the "." (dot), nothing happens so a value like 1.5 is presented as 15. But if I use another character like % the value is presented as 1%5 . Why does the dot not work? I really need that. Would be nice, if anybody could help me.

Former Member
0 Kudos

Is there an overview about the possible commands that I can enter to the communication channel?

I.e. SetDestinationDelimiter becomes destDelimiter

Is there are a command for SetDestinationTrim?