cancel
Showing results for 
Search instead for 
Did you mean: 

RFC call

Former Member
0 Kudos

HI,

In my interface ,one part Xi will do RFC call which will trigger SAP to start the uploaded the file.I need to know how i will call RFC here.

Thanks,

Suchitra

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

U may call RFC through and ABAP report, Or u may directly execute the RFC manually, Or u may schedule a job to execute the RFC or Abap report periodically.

Regards,

Prateek

Former Member
0 Kudos

How i will execute the RFC manually?

thanx,

Suchitra

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanx

Former Member
0 Kudos

Hi,

you can achieve it in two ways.

1.You can call RFC through an ABAP program,

2.You can execute the RFC manually in r/3 using transaction

SE37

For more details u can go through the blogs specified below:-

RFC Scenario using BPM --Starter Kit

File to RFC

Regards

Pragya

reward points if helpful.

Former Member
0 Kudos

Hi pragya,

Thanx forthis useful answer.can you please tell me How i will execute the RFC manually in r/3 using transaction

SE37.

m new to this Xi..so please tell me briefly.

Thanx

Suchitra

prateek
Active Contributor
0 Kudos

Goto sapgui transaction se37. Write ur RFC name and press F8 to execute. It will ask for input parameters if reqd, then press F8 again.

Regards,

Prateek

former_member1009864
Participant
0 Kudos

hi,

you can call from ABAP system

in T_code se37 just execute RFC or making report in T_code se80 just make a report to call RFC

another way is file to RFC to file scenario in XI.

a file well trigger's an RFC

just go through with given blog

thanks & regard

Diwakar

Former Member
0 Kudos

use SE 37 to execute it manually in R/3

Former Member
0 Kudos

*use SE 37 to execute it manually in R/3* .....How i will do it.How i will call RFC so that it will trigger the SAp for uploading file

Thanks,

Suchitra