cancel
Showing results for 
Search instead for 
Did you mean: 

how to process .CSV file without using FCC

Former Member
0 Kudos

Hi

How to process a .CSV file without using FCC

thanks, Karthi SP

Accepted Solutions (0)

Answers (4)

Answers (4)

siddhardha_dnk
Active Participant
0 Kudos

Hi Karthi,

If you want to simply pick the file from sender and send to receiver, there is no need of ESR abjects at all.

If you want to manipulate the file, you need to go with module "Message Transform Bean".

Refer the link for the same.

http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm

Regards,

DNK Siddhardha.

Former Member
0 Kudos

How to process a .CSV file without using FCC?

Hi,

If you do not want to use FCC then it means you just want to process the .CSV file.

So you can only process the file in AE using Integration Configuration and avoide mapping etc in IE just give some Dummy Service Interface name in Integration Configuration.

Please let me know if you need more detail abt this.

Thanks,

Shipra Gupta

former_member184789
Active Contributor
0 Kudos

Hi,

If you want to convert CSV to XML, you can use message transform bean for this. I assume you don't want to just pick & drop the file without transformation. Here is the link for this bean:

http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm

Also go through:

https://scn.sap.com/thread/1743443

http://scn.sap.com/thread/1484546

If you have a pick & drop scenario with no transformation logic, you can avoid ESR objects & then no need of this message transform bean.

Muniyappan
Active Contributor
0 Kudos

Hi Karthi,

can you brief about your requirement why you are trying to do this?

process means we can also pick the .csv file and send it to receiver system without using FCC.

you mean to say convert .csv to xml?

Regards,

Muniyappan.