cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File - Sync - Best Effort Mode

former_member191528
Participant
0 Kudos

Hello All,

Can we use Sender File in sync (best effort mode) ? Under Processing parameters -> Quality of Service can be specified as Best Effort in the Sender Comm Channel option. If so how can the scenario be configured for it ? Can you please point me to any blogs / articles on it ?

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Can you please point me to any blogs / articles on it ?

The below wiki provides async sync pattern scenario  using file adpater as sender  and using request responebean and onewayresponsebean module. You might want to check this wiki

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without%20BPM)

Answers (3)

Answers (3)

former_member191528
Participant
0 Kudos

Thanks Bhaskar , Martin and Raja for all your help with the scenario.

rajasekhar_reddy14
Active Contributor
0 Kudos

File Adapter wont support Sync communication. You can try using BPM or use request respoinse bean.

Former Member
0 Kudos

Hi, you can use the the RequestResponseBean module to convert an asynchronous request message to a synchronous request message, taken from SAP help Adding RequestResponseBean in the Module Processor.

Regards, Martin