cancel
Showing results for 
Search instead for 
Did you mean: 

Establishing R/3 Connection and to import and export parameters

Former Member
0 Kudos

Hello I want to create a connection to R/3 from my application (using code) via RFC's. Can I know how to import and export parameters.Along with ur answers please also suggest me the url of the corresponding Tutorials.

Thanks..

View Entire Topic
Former Member
0 Kudos

Hi,

If you write the Function module in R/3 side.

1) If it is standard function module no need to make it as Remote.

2) If your BAPI is not standard u should make it as RFC.

And this function module need to authenticatd through PFCG transation.

3) For accessing this function module in WDu need to create JCos these JCo's creted by using the SLD configuration.

4)SLD configure thru your R/3 system.

5)create Jco's by using SLD.

6)There Two JCo need to create Model data and meta data.

7) then import your BAPI inot WD and you can utilize.

After this PDF guide your how to do.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/creating...

Thanks,

Lohi.