cancel
Showing results for 
Search instead for 
Did you mean: 

Does the 'CallSapAdapter' adapter module perform the FCC?

Former Member
0 Kudos

Hello,

I have a scenarion where

Step 1 - An encrypted file has to be picked by the sender file channel

Step 2 - It has to be decrypted (we have developed an adapter module for doing this, so no problem with that)

Step 3 - It has to be FCC'ed (since it is a flat file) before sending it to the Integration Engine.

To execute these 3 steps sequentially, I have configured the Sender File Channel in the following way

Setting 1 - I have configured the necessary FCC parameters

Setting 2 - In the 'AdapterModules' tab, I have placed my custom developed decrypter adapter module first followed by the default 'CallSapAdapter' adapter module.

My question is, will the above setting suffice for carrying out my steps 1 - 3 in the correct order.

Basically I need to make sure that FCC is done only after decrypting the file.

So I need to confirm if FCC is being taken care by the 'CallSapAdapter' module.

Can anybody help me here plese?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

File adapter will check the FCC function first.So you will get error that time.Because you have encrypted data.So use the "MessageTransformBean"module for FCC.

Step 1 - An encrypted file has to be picked by the sender file channel

Step 2 - It has to be decrypted (we have developed an adapter module for doing this, so no problem with that)

Step 3-MessageTransformBean

Step 4-'CallSapAdapter' adapter module

Check the bellow link for "Message Transform Bean".

[http://help.sap.com/saphelp_nw70/helpdata/EN/57/0b2c4142aef623e10000000a155106/content.htm]

Regards,

Prakasu.M

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

>>So I need to confirm if FCC is being taken care by the 'CallSapAdapter' module.

No, it is an exit module.

The FCC will come into picture if you use protocol as FileContentConversion (or) if you use the generic FCC modules.

CallSapAdapter module should be last in the sequence of modules we call.

Edited by: Praveen Gujjeti on Apr 8, 2009 1:02 PM