Hi,
I am using FTP to RFC scenerio, i have a CSV file and need to use file Content COnversion at the sender Communication Channel. But its not picking up the file from my FTP..
My data is like
11 Munish IT
My Message Type is like :
MT_ABAPPROXY ->
HEADER ->>
Empno
Empname
Departmentname
My Communication channel is like this..
Transport Protocol:FTP
Message Protocol:FIle COntent COnversion
SOurce Directory : /
File name: file.csv
then Server name and port is corrwctly configured
My messe Content COnversion is like this
Doc Name:MT_ABAPPROXY
Namespace:http://www.munnamespace.com
Recordsetname:Details
Rec Str : HEADER,*
HEADER.fieldSeperator ','
HEADER.fieldNames Empno,Empname,Departmenname
HEADER.lastFieldsOptional YES
HEADER.fieldFixedLengths 12,24,24
ignoreRecordsetName true
HEADER.endSeperator 'nl'
But it is unable to pick the file , but if i wont use file conten conversion , it picks but it has no use as the date is not in XML
SO kindly help me in solving this as the problem is mostly in File COnetent Conversion
Thanks
Munish SIngh