Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC Query

Former Member
0 Likes
388

Hi

Can we queue the call coming from Sender system in the absence of Reciever Sytem if we opt for INBound bgRFC ?

Is there any way , or we have to go for OUT-IN Bound bgRFC for it ?

Thnaks in Advance ,

Pranshu

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
356

Hi

Yes.. We can achieve this using Transactional RFC (TRFC) technique.

Syntax.

CALL FUNCTION '<REMOTE FM>'

IN BACKGROUND TASK

<PARAMETERs> .

COMMIT WORK. "only at commit work TRFC functions are called.

Note: TRFC ensures the Remote call even if the Remote system is not available at the time of Call.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
356

Hi ,

I am asking with refernce to INbound bgRFC , not TRFC

Regards,

Pranshu