cancel
Showing results for 
Search instead for 
Did you mean: 

problem in file to file scenario

Former Member
0 Kudos

Hi experts,

I am scenario which takes the data from a xml file and sends to the text file , It is executed successfully I got the success messages in message monitoring as well as in the SXMB_MONI and it created the file in target directory also but data is not transfered in to the file.

file content conversion which is used is

Row.fieldSeparator =','.

Row-endSeparator = 'nl'.

Row.fieldNames = field1,field2,field3.

Row.addHeaderline = 0.

advance thanks,

regards,

Srinivas.D

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

since its receiver then you wont have

Row.fieldNames = field1,field2,field3.

delete this,it used on sender side

Thanx

Ahmad

Former Member
0 Kudos

hi,

Ahmed it will try with that.

Regards,

Srinivas.D

Former Member
0 Kudos

Dummu,

Just give fieldSeparator, endSepartor, addheadline. Thats it. You should have the file as expected.

Regards,

---Satish

Answers (5)

Answers (5)

Former Member
0 Kudos

Satish answer will work.

Cheers,

<b>*RAJ*

*REWARD POINTS IF FOUND USEFULL*</b>

Former Member
0 Kudos

Hey,

WE DON'T HAVE <b>FIELDNAMES</b> FCC parameter for File as receiver

Check out <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm">FCC FOR RECEIVER</a>

Former Member
0 Kudos

Hi Srinivas,

we have specify this following parameters in th receiver file adapter..

Recordset Structure: xyz

Row.fieldNames: f1,f2

Row.fieldSeparator: ,

Row.endSeparator: 'nl'

try with this format....

vasanth.

justin_santhanam
Active Contributor
0 Kudos

Srini,

It must be Row.fieldSeparator = <b>,</b> .

Best regards,

raj.

Former Member
0 Kudos

hi raj,

Thank u for quick reponse but the conversion parameters which I given same

Row.fieldSeparator=,.only

Regards

Srinvias.D

Former Member
0 Kudos

hey

its not Row-endSeparator = 'nl'.

its Row.endSeparator = 'nl'

also on the receiver side are you getting a blank file or you are getting something else?

please check the file receiver communication channel in RWB

Thanx

Ahmad

Former Member
0 Kudos

hi

Ahmed i checked in the receiver communcation channel data is present.

Thanks ,

srinivas.D

Former Member
0 Kudos

Hey

>>communcation channel data is present.

i meant check the status of File adapter in RWB,is it green?does it says FIles procesed properly?

Thanx

Ahmad

Former Member
0 Kudos

hi ahmed,

It is in green.it is working properly.

Regards,

Srinivas.D

Former Member
0 Kudos

hey

i guess you have FCC on sender side,right?

could you please check the sender File adapter in RWB and make sure it converted the File correctly to XML

Thanx

Ahmad

Former Member
0 Kudos

hi ahmed,

I used this FCC in the receiver side because I want to convert xml to text file

regards,

Srinivas.D