cancel
Showing results for 
Search instead for 
Did you mean: 

RFC

Former Member
0 Kudos

Hello Friends,

I am wrorking on SAP R/3 to JDBC scenario,where data in a table from R/3 has to be updated in JDBC...This task has to be peroformed every week once...How to trigger the data from the R/3 Side...Do we need to schedule or suggest best method for this

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check this

How to Trigger BAPI From R3 ToXI

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

Regards

Seshagiri

Answers (3)

Answers (3)

nisarkhan_n
Active Contributor
0 Kudos

Schedule the RFC adapter...as in the above replies....

Former Member
0 Kudos

hi sunil,

if r/3 table data is huge then its recommended to

go for

1)abap proxy to jdbc scenario

else

2)RFC to jdbc scenario.

create a abap proxy which uses corresponding FM in r/3.

schedule the abap proxy thorugh sm37.

you can create proxy in tcode SPROXY .

once you create a proxy go to se38 and write a proxy report

which reads the table data through FM.

you can find blogs on ABAP proxy to JDBC ,as well RFC to JDBC.

Thanks & Regards,

Rama Krishna

Edited by: rama krishna talluri on Mar 4, 2008 8:02 AM

prateek
Active Contributor
0 Kudos

RFC at R3 works on the program at the sender side. U should schedule ur program as job at the R3 side.

U can also schedule ur communication channel for RFC adapter if required

http://help.sap.com/saphelp_nw04/helpdata/en/45/06bd029da31122e10000000a11466f/frameset.htm

Regards,

Prateek