cancel
Showing results for 
Search instead for 
Did you mean: 

Query Regarding FCC without using ESR objects

Former Member
0 Kudos

Hi Experts,

I have the following requirement :

(a) Sender is sending a flat file which contians new line characters (\n) .

(b) PI needs to write the same file to the Receiver System with \r\n characters.

Is there anyway we can achieve this using FCC or some standard PI modules without having to create ESR objects.

Regards

Vinay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I came across the following standard adapter module which will be helpful .

http://help.sap.com/saphelp_nwpi711/helpdata/en/32/43d84072378031e10000000a1550b0/content.htm

Test my scenario now . Will let you know the update on this.

Regards

Vinay

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Why do u want to do this kind of conversion? Ur receiver system is facing any issues?

IMO, u don't need any conversion, but having said that if you want to do so u can use java mapping (use repalceAll function) or adapter module.

Thanks

Amit Srivastava

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Personally I'm thinking the editor usage at the receiver side needs that support /r/n.  You might not need to do anything and just go with file to file without mapping and recommend target system to use notepad ++  editor for viewing the file.

siddhardha_dnk
Active Participant
0 Kudos

Hi Vinay,

If you want to send same file to receiver, no need of ESR objects. But if you want to go for FCC you need to go for ESR objects usually.

In other case, you can go for Adapter Module to achieve your requirement. You can create a Adapter Module, if you are good enough in java or else take java experts help.

You can use following document to create Adapter Module (But not for the same requirement).

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

Regards,

DNK Siddhardha.