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..

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Santhosh,

See this link for Accessing ABAP Functions in Web Dynpro :

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/f0b0e990-0201-0010-cc96-d7ecd2e51715 http://help.sap.com/saphelp_nw04/helpdata/en/5d/3c96e4c1c3934cbd9c19fb9df49944/frameset.htm

Search in forum you will get lot of information.

Regards, Suresh KB