cancel
Showing results for 
Search instead for 
Did you mean: 

Sharing common unique field personnel number(PERNR) between two WDAs

Former Member
0 Kudos

Dear All,

I am new to webdynpro for ABAP.I have developed two individual webdynpro applications by hard coding unique field personnel Id in the select queries.

What I mean is I am getting all the fields from the select query and I am able to display the values on screen, I am writing query like

"select required-fields from table1 into table2 where pernr = '000000'".

I need to import common personnel Id(pernr) from one application to another.This can be achieved in portal integration or It can achieved

during individual web dynpro applications development?.Please suggest.

Thanks,

Reddy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use URL parameter of the application to pass the parameter -value pair.

Abhinav_Sharma
Contributor
0 Kudos

Hi Reddy,

You should do this at the application development level. As these two applications are dependent so you can transfer the PERNR field as a context attribute in the Component Interface Controller. This way you can transfer the value.

There is very good blog that you can refer to work with component interface. See this [blog|http://www.riyaz.net/blog/getting-started-with-web-dynpro-for-abap-part-iii/technology/sap/523/]

Regards

Abhinav Sharma