cancel
Showing results for 
Search instead for 
Did you mean: 

EXTRA CHARACTER IN EDI DOCUMENT

Former Member
0 Kudos

Hi Gurus,

The overview of my problem is that my billing text is being passed to EDI with extra characters in the text string.

The details: Purchase Order text of the Purchase InfoRecord (PIR) is pulled into the PO during PO creation. The vendor is setup to create an EDI output type which will generate an output file used by (some system) to create the actual EDI records.

For example when we send something like this:

John Doe

No company Name

123 Strange Str.

Fake Town.

00001.

The outputs comes out like this

<b>BK10035-40l1</b>John Doe, No Company<b>22</b>Name, 123 Strange Str. <b>57</b>Fake Town..

Those characters in <b>BOLD</b> were the extra ones added. How can i stop this from happening in the EDI output.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

From my exp,there could be two possible reasons.

Do you cut and paste the text?.It causes this issue in some cases.

Change your text editor to line editor instead of graphical editor.Graphical editor causes some junk characters.

let me know if that helps you.

-karun

Former Member
0 Kudos

Thanks Karun,

We don't cut and paste. This texts are saved in text editor. They are used by multiple POs. When they are passed thru IDocs to EDI, the EDI documents output this extra characters. This is in Production. So when u said i should change the text editor to line instead of Graphical, I dont get it.

Answers (1)

Answers (1)

Former Member
0 Kudos

It was an XI issue. Thanks