cancel
Showing results for 
Search instead for 
Did you mean: 

synchronous ABAP proxy ----> File ? is that possible ?

Former Member
0 Kudos

Hi,

i have requirement to read content of the file synchronous from ABAP proxy.

ABAP Proxy (Sync) -


> read file content and return the result to ABAP Proxy.

as i know i can't use either sender / receiver file adapter, is there any other workaround others than java proxy ?

is that possible if i use receiver file adapter and remove CallSAP module and replace by my own module ? and how to read adapter parameter from module ?

Thank you and best regards

Fernand

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

is that possible if i use receiver file adapter and remove CallSAP module and replace by my own module ?

Not possible. You may create your own adapter instead.

as i know i can't use either sender / receiver file adapter,

With sender adpater, you may use RequestResponseBean for sync behaviour.

If you only want o lookup some data, then use this

Regards,

Prateek

Answers (0)