Skip to Content
0
Former Member
Dec 31, 2007 at 11:16 AM

Problem in FILE to RFC scenerio

18 Views

Hi,

I am working on File to RFC Scenerio

I am getting a problime in Communication channel (Sender).

The problem is coming in File COntent Conversion

Parameters are like

Documenet name : MT_ROXY ( ->Header -> EMPNO

-> EMPNAME

-> DEPTNAME)

Recordset Name: Details

Recordset str : HEADER,*

Recordset Seq : Variable

" per message :*

Conersion Params:

ignoreRecordsetName : True

HEADER.addHeaderLine : 0

HEADER.fieldSeperator: ,

HEADER.endSeperator: 'nl'

HEADER.fieldFixedLengths : 12,40,40

HEADER.fieldNames :EMPNO,EMPNAME,DEPARTMENTNAME

HEADER.lastFieldsOptional : YES

Problem:The message content i am getting is like

<ns:MT_ABAPPROXY>

&#8722;

<HEADER>

<EMPNO>IT,Munish,22</EMPNO>

</HEADER>

&#8722;

<HEADER>

<EMPNO>IP,Munish1,2</EMPNO>

</HEADER>

&#8722;

<HEADER>

<EMPNO>IS,Munish2,2</EMPNO>

</HEADER>

&#8722;

<HEADER>

<EMPNO>IQ,Munish3,2</EMPNO>

</HEADER>

&#8722;

<HEADER>

<EMPNO>IR,Munish4,2</EMPNO>

</HEADER>

</ns:MT_ABAPPROXY>

as it does not dividing the Fields by ,

as it shud come like

<EMPNO>IR,2</EMPNO>

<EMPNAME>Munish5</EMPNAME>?

<DEPARTMENTNAME>2</DEPARTMENTNAME>

but its not taking the other 2 filds and not separating by , sepreator,

Kindly guide me in solving this problem on urgent basis

Thanks in Advance

Munish SIngh