cancel
Showing results for 
Search instead for 
Did you mean: 

portal Eventing B/w web dynpro ABAP Applns

lokesh_kamana
Active Contributor
0 Kudos

Hi all,

I am working on portal eventing b/w 2 web dynpro ABAP Applications.

I have done every thing which is mentoined in the below blog tried both WDABAP & BSP.

Both are not working.

I created a web dynpro java application and tried eventing b/w them its working.

I also tried creating iviews for the standard appln.

WDR_TEST_PORTAL_EVENT

for the applns

wdr_test_portal_event_fire

wdr_test_portal_event_rec

For this both applns then also.It is not working .

Is this any version prob.Or i have to do anything more to make eventing possible.

What might the possible causes for eventing not working?

Thanks & Regards,

Lokesh.

Accepted Solutions (1)

Accepted Solutions (1)

lokesh_kamana
Active Contributor
0 Kudos

Hi Thomas ,

I have craeted web Dynpro ABAP iviews only.

Ill paste both the URLS here.

Web Dynpro ABAP application URL :-

http://winserv.gemsconsult.com:8000/sap/bc/webdynpro/sap/zlok_p_event

Portal URL:-

http://EDSVZG01:50000/irj/portal

But i over company all the servers are under the same domain.

1.How to check whether the servers are under the same domain or not

2.If it is a domain problem how to resolve it.

Thomas i am trying to exceute the blog from the day you psted it.But i am facing the problem.

If you can remember the first comment i main only in your blog.

Plaese help me in this regard.

Thanks,

Lokesh

Edited by: lokesh kamana on Jul 15, 2008 6:57 AM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

As I suspected, the problem is your URLs. Your portal URL isn't even a fully qualified domain name. For portal eventing to work your URLs would have to be something like:

Web Dynpro ABAP application URL :-

http://winserv.gemsconsult.com:8000/sap/bc/webdynpro/sap/zlok_p_event

Portal URL:-

http://edsvzg01.gemsconsult.com:50000/irj/portal

In the main part of the URL - everything after the server name (refered to as the domain) is the same. Otherwise the browser will see this as cross domain scripting.

Answers (4)

Answers (4)

lokesh_kamana
Active Contributor
0 Kudos

Hi,

The issue has been resolved thanks for your support.

i changed the host entry as you specified and tried.

Thanks & Regards,

Lokesh.

lokesh_kamana
Active Contributor
0 Kudos

Hi Thomas,

can you suggest me what i have to do to make portal eventing.

1.How to make my portal URL a fully qualified domain name.

2.what rae the steps i have to do to make portal eventing?

3.where i have to do?

4.I have done eventing in web dynpro java and i creted two JSP Dynpage and worked EPCM object i.e. I tried to raise an event in one iview and subscribed the event in another iview its working fine.

By this what i have understood is since J2EE engine and portal are on the same server they are working.Is my understanding right or wrong.

I think you will guide me in solving this issue.

I am working with this for the past 4 months.

Hope you resolve the issue.

Thansk & regards,

Lokesh

lokesh_kamana
Active Contributor
0 Kudos

Hi,

I already worked with all those applications .Please tell me why the eventing is not working.

When i ma creating iviews for the standard applns even it is not working.

What might be the cause for this problem.

Thansk & regards,

Lokesh

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What kind of iViews are you creating - make sure they are Web Dynpro ABAP iviews. Also what are the host names of your portal and ABAP-AS URLs. They must be in the same "domain". Otherwise your get cross domain scripting errors within the browser when you try to do eventing. All portal eventing is just JavaScript client side scripting. Mismatched domains are the most common cuase of failed portal eventing.

Former Member
0 Kudos

Hi,

please check out the [documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/27/96b9c8f14e7d498b90a674710dc9c2/frameset.htm]

the examples in your system are mentioned as well as the implementation

grtz,

Koen