cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing ABAP Functions in Web Dynpro Java

Former Member
0 Kudos

Hi,

I am trynig to do "Accessing ABAP Functions in Web Dynpro Java" this application, (which is the example application which i got from www.sdn.sap.com) but everything is fine no error also while dyploying.

But it is not dysplaying the first page after i run the application i am getting plain web page ,without any content.

Can any body help me.

Regards,

H.V.Swathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Do you have one view or multi views. if you have multiple views then check the following.

1)double click on your application

2) Under References check whether Interface View is your first view

Regards

Raghu

Former Member
0 Kudos

k.. now iam getting some error on page.

I have embeded the two view in to window.

But now after running the application i am getting connection error

com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=jktr3 GROUP=SPACE R3NAME=R32 MSSERV=sapmsR32 PCS=1 ERROR Group SPACE not found TIME Fri Sep 26 15:05:59 2008 RELEASE 700 COMPONENT LG VERSION 5 RC -6 MODULE lgxx.c LINE 4288 DETAIL LgIGroupX COUNTER 1

at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)

at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:989)

at com.sap.mw.jco.JCO$Client.connect(JCO.java:3193)

at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:90)

at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:122)

... 61 more

Rgards,

H.V.Swathi

Former Member
0 Kudos

Can any one tell me

connection procedure to JCo coonection.

former_member197348
Active Contributor
0 Kudos

Hi Swathi,

Check this [link|http://help.sap.com/saphelp_nw04/helpdata/en/07/a01440a1c32402e10000000a1550b0/frameset.htm]

And check this [thread |]too.

regards,

Siva

Former Member
0 Kudos

I have created JCo connection eventhen some mistake in that what and all values i should pass while creating JCO connection.

Regards,

H.V.Swathi

Answers (1)

Answers (1)

former_member197348
Active Contributor
0 Kudos

Hi Swathi,

Open Navigation Modeler. (Right click on your window, you will get option).

Is there any view? You have to embed your view into the window.

Left side, you can see icons.

Select first icon (embed a view).

Draw the view in the window.

If already views are available, check whether the first view is the default view or not in the viewu2019s properties.

Regards,

Siva