cancel
Showing results for 
Search instead for 
Did you mean: 

xxx.beginSeparator receiver Comunication Channel

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Hi all.

i have a question.

is there any way to put xxx.beginSeparator = Sales'nl' so in my outbound file appear something like

Sales

xxx

xxx

at the moment i am getting

Sales'nl' xxx

xxx

Rgds

RP

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

beginSeparator \r\n

Former Member
0 Kudos

Hi ,

Problem solev??

Regards

Chilla

<i>reward points if it is helpful..</i>

Answers (3)

Answers (3)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

-

Former Member
0 Kudos

HI,

Can You please give me the exact msg structure and the Content conversion parameters you configured and any error desc.

Regards

Chilla

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

<?xml version="1.0" encoding="UTF-8"?>

<EXCHANGE_RATE01>

...<IDOC BEGIN="">

.......<E1EXCHANGE_RATE SEGMENT="">

.........<LOG_SYSTEM/>

.........<UPD_ALLOW/>

.........<CHG_FIXED/>

.........<DEV_ALLOW/>

.........<E1BP1093_0 SEGMENT="">

............<RATE_TYPE/>

............<FROM_CURR/>

............<TO_CURRNCY/>

............<VALID_FROM/>

............<EXCH_RATE/>

............<FROM_FACTOR/>

............<TO_FACTOR/>

............<EXCH_RATE_V/>

............<FROM_FACTOR_V/>

............<TO_FACTOR_V/>

..........</E1BP1093_0>

.......</E1EXCHANGE_RATE>

...</IDOC>

</EXCHANGE_RATE01>

My convertion Parameters are:

E1BP1093_0.fieldNames:RATE_TYPE, FROM_CURR, TO_CURRNCY...

E1BP1093_0.fieldFixedLengths:15,15,20,....

E1BP1093_0.fixedLengthTooShortHandling: 'Cut'

E1BP1093_0.fieldSeparator: 'nl'

E1EXCHANGE_RATE.fieldNames:LOG_SYSTEM, UPD_ALLOW, CHG_FIXED...

E1EXCHANGE_RATE.fieldFixedLengths:15,15,20,....

E1EXCHANGE_RATE.fixedLengthTooShortHandling: 'Cut'

E1EXCHANGE_RATE.fieldSeparator: 'nl'

E1EXCHANGE_RATE.endSeparator: 'nl'

E1EXCHANGE_RATE.beginSeparator: 'Exchange Data'

IDOC.endSeparator: 'nl'

IDOC.beginSeparator: 'IDoc Data'

in my outbound File I receive:

IDoc Data Exchange Data "Value of LOG_SYSTEM"

"Value of UPD_ALLOW"

"Value of CHG_FIXED"

"Value of RATE_TYPE"

"Value of FROM_CURR"

"Value of TO_CURRNCY"

...

...

...

But I need:

IDoc Data

Exchange Data

"Value of LOG_SYSTEM"

"Value of UPD_ALLOW"

"Value of CHG_FIXED"

"Value of RATE_TYPE"

"Value of FROM_CURR"

"Value of TO_CURRNCY"

...

...

...

Message was edited by:

Rodrigo Pertierra

Former Member
0 Kudos

Hi,

Check CC parameters are not correct, see the link below

http://help.sap.com/saphelp_erp2005vp/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

Regards

Chilla

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

Message was edited by:

Rodrigo Pertierra

prateek
Active Contributor
0 Kudos

Hi Rodrigo,

The problem could be related to ur input structure. have a look at this

Or else, u may also refer to this

I m sure u would b following this

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

Regards,

Prateek