cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying R/3 Screen using Webdynpro

Former Member
0 Kudos

Hi,

I have a requirement to display R/3 Screen (CRM) through webdynpro.

1) I dveloped UI screeb with webdynpro

2) End user will input some data in to webdynpro UI Screen

3) This data will be passed to CRM SAP production System, now i want to call this CRM UI through on click of some button in webdynpro.

Is it possible to do this if so what are the <b>Steps</b> involed with Code

Thanks in Advance,

Murali

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Murali,

We call SAP transactions from Webdynpro, by opening them in a new window using SAP GUI for JAVA.

However, if you want to pass some values from your WebDynpro Applications to the SAP Transaction, that part is a bit tricky and we are also exploring the same now.

You can explore this option. Check the following blog which will help you to setup the SAP JAVA GUI.

/people/praveen.mayalur/blog/2005/09/28/steps-for-quick-installation-and-usage-of-sap-gui-for-java-in-ep

What we have done is to import all the required files in a JAVA Project and deployed them on the server for easy maintenance.

Hope this is helpfull.

Regards,

Shubham