cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of custon ABAP WDA into standard Java WDA

Former Member
0 Kudos

Gudday,

Can we integrate a custom WDA(abap) into Standard WDA(Java) on portal??

I have a WDA(ABAP) which is integrated into ESS on the portal side,here it will fetch the pernr of user who logged in and shows his details.

I want the same application to be integrated in MSS where the employers under the manager are displayed in a table and upon selecting an employee....the details should be displayed.

I think here the way my application is fetching details will show the managers details but not the employer selected....

So, in this case how should i pass the pernr of the respective employee selected from the list and display??????Should it be from the portal side or from program side???

Awaiting your reply.

Thanks,

Deepthi.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

If i understand the problem correctly.

you have already developed an application which displays the Employee Details,

Now you want the standard MSS application where employees under the manager are listed and you want to display your application upon selecting an employee.

You have to import the MSS Applicaiton into your NWDS through NWDI(Netweaver Development Infrastructure ) and modify.

If you are showing both the applicaiton in one page, you pass the data using [Portal Events|http://help.sap.com/saphelp_erp2005/helpdata/en/79/3857422d095542e10000000a1550b0/frameset.htm] Or

You have to pass the PERNR using [Portal Navigations|http://help.sap.com/saphelp_erp2005/helpdata/en/56/b4544251dcc153e10000000a1550b0/frameset.htm].

Abhi

Edited by: Abhimanyu Lagishetti on Jun 13, 2008 8:10 AM