cancel
Showing results for 
Search instead for 
Did you mean: 

Calling standard WD java application from WD ABAP application

farooq_basha
Active Participant
0 Kudos

Hi Experts,

I have requirement where i am building component where i have to call WD Java application. It should work As-IS when i call that application.

Can any one suggest me how can i call WD Java application .

Thanks in Advance.

Regards

Farooq

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

farooq_basha
Active Participant
0 Kudos

Hi All,

I have requirement where i need to call WD java standard application.

My requirement : I am displaying teamview in my MSS through OADP by using WD ABAP...

Initial Screen displays columns like Position, Employee name , Job ...etc

when manager select position in teamview ....it has to check whether positions region went live or not.

I) IF position region went live then it has to open 3rd party tool and pass parameters(Here i am open 3rd party URL and passing parameters)

Here my requirement, 2)Already we have standard WDJ application which is using as of now, so if positions region has not gone live then i have to call standard WDJ application with passing parameter and skipping initial screen which is displaying teamview and continue with position details

Is this possible through portal which explained above. can any one suggest me how to proceed .

Thanks in advance...

Regards,

former_member199125
Active Contributor
0 Kudos

Generally we will use append_field_url method to pass parameters in url , or by concatening the actual url.

But i dont think it wont work for 3rd party urls.

and if both apps are in portal then its better to use navigation concept, calling external window will call the app in separate window.

Regards

Srinivas

Edited by: sanasrinivas on Dec 27, 2011 9:53 AM

former_member199125
Active Contributor
0 Kudos

Check this

check thomas reply if you are both apps are not in portal.

Regards

Srinivas

Edited by: sanasrinivas on Dec 27, 2011 5:47 AM

arjun_thakur
Active Contributor
0 Kudos

Hi Farooq,

If both components i.e. WD ABAP and WD JAVA components are hosted on portal then you can use the concept of portal eventing for your requirement. Please refer this online help [Portal Events|http://help.sap.com/saphelp_nw70/helpdata/en/f6/7d6f4151dc5758e10000000a1550b0/frameset.htm]

Regards

Arjun