cancel
Showing results for 
Search instead for 
Did you mean: 

RCF to FILE asyncrhonous

Former Member
0 Kudos

Hello,

I've a interface asyncrhonous RFC to file, however, in RWB appears: <SAP:ProcessingMode>synchronous</SAP:ProcessingMode>

why?

I understand that tRFC functions as EO and qRFC functions as EOIO,

how can you say that it is asyncronous RFC? where?

thanks very much

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

solved!

in the call function it's necesary

IN BACKGROUND TASK

thanks very much

Former Member
0 Kudos

Thanks all,

i've testing 'starting new task' - > don't work.

i've changing defnition fucntion, it haven't parameters export -> don't work

i don't know how to do for implementing scenario RFC to File asyncrhonous..

somebody can help me please?

Former Member
0 Kudos

>

> Thanks all,

>

> i've testing 'starting new task' - > don't work.

> i've changing defnition fucntion, it haven't parameters export -> don't work

>

> i don't know how to do for implementing scenario RFC to File asyncrhonous..

>

> somebody can help me please?

Whats the error you are getting when trying to modify the export paramters of FM (RFC)?

Normally it should not throw any error ...

Rajesh

Former Member
0 Kudos

Hi silvia,

Create a RFC only having the import objects.Import the RFC into xi.Map the RFC to target.

Create a program id using TCP/IP connection in R/3 system with the help SM59 transaction code.

While executing give the target system name.

Regards,

Prakasu.M

prasannakrishna_mynam
Contributor
0 Kudos

Hi silvia,

how can you say that it is asyncronous RFC? where?

When you execute the scenario and check in SXMB_MONI's processed queues there the column 'Type' specifies whether your RFC is Sync/Async.

Regards,

Prasanna

former_member750652
Contributor
0 Kudos

Hi Silvia,

Could not actually get your requirement exactly. but As far as the Aynchronous RFCs are concerned.they follow the follwing syntax.Just checkin the RFC if the same syntax is followed

CALL FUNCTION Remotefunction STARTING NEW TASK Taskname

For more on Aysynchronous RFCs please refer the following link.

http://help.sap.com/saphelp_nw04/helpdata/en/22/042592488911d189490000e829fbbd/frameset.htm

Thanks,

Ram.

Former Member
0 Kudos

Hi,

I think, RFC is always synchronous but you can make that to act as asynchrnous like not declaring any export parameters.

check the below discussions on the forum for further information.

https://forums.sdn.sap.com/click.jspa?searchID=25497503&messageID=3892502

https://forums.sdn.sap.com/click.jspa?searchID=25497503&messageID=4267886

Thanks,

Vijaya.

Former Member
0 Kudos

Kindly check this link may help u [http://help.sap.com/saphelp_nw04/helpdata/en/25/76cd3bae738826e10000000a11402f/frameset.htm]