cancel
Showing results for 
Search instead for 
Did you mean: 

SAP File Sender Channel QOS-Best Effort

former_member186851
Active Contributor
0 Kudos

Dear Scn Users,

Even though file adapter doesn't support QOS as BE why there is a option provided in Sender file adapter as Best Effort

could be a simple reason,Just wanted to know.

Accepted Solutions (1)

Accepted Solutions (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Raghu,

Usually you use RequestResponseBean in Sender file adapter to convert EO to BE which makes the response to come back to file adapter and then later you use ResponseOneWay to hand over this response to other interface.

But when you select QOS=BE in file adapter processing then you don't need the module RequestResponseBean at all as the adapter has already set the QOS=BE. you directly mention the ResponseOneWay after your standard callSapadapter module.

Thanks,

Manoj

former_member186851
Active Contributor

Thanks Manoj.so that's what is the difference.:)..

Please put it as a answer so that I shall mark it as right.

Answers (1)

Answers (1)

weberpat
Contributor

I had asked myself the same question in the past. There's an old, archived SCN thread that quotes BIT400/TBIT40 saying that the QoS settings are inherited from the integration server, which is why BE exists even though it is not supported. I tried to verify that but my version of the TBIT40 script did not make any such claim.

Is QoS = BE maybe making the adapter behave any differently when you're using an adapter module such as the request/response bean?

former_member186851
Active Contributor
0 Kudos

Hey Patrick,

Thanks!!!

How different it could behave? Or its like while using req/resp beans it should be configured as BE?