cancel
Showing results for 
Search instead for 
Did you mean: 

Sharing data between web dynpro applications

shabir_ismail
Participant
0 Kudos

Hello experts,

My problem is a follows:

I have a standard web dynpro application which is calling a "Z" web dynpro application using the navigate method of fpm.

My problem is that now i want to pass data from the z application to the standard one. i tried memory and singleton classes but in vain.

Can someone help me out here?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

shabir_ismail
Participant
0 Kudos
Former Member
0 Kudos

Hi Shabir,

You can try using static attribute maintained in the assisstance class of your Z application.

Before calling the standard application set the attribute and use it later.

Regards,

Sayan

shabir_ismail
Participant
0 Kudos

Hi Sayan,

Thanks for your quick reply but I tried static attibutes but its not working as well. is there a way to launch my other web dynpro application in the same session ?  I am currently using launch pad and navigate method of fpm.

Former Member
0 Kudos

Hi shabir,

the following link might help

http://scn.sap.com/message/7486887

Regards,

Sayan

shabir_ismail
Participant
0 Kudos

thanks again for your help. But thats exactly the code am using. But still its not keeping the same session so i cant pass the variable between the two applications. The only solution that is working is to have a parameter table (but it is a crappy solution). Is there another way that can work ?

shabir_ismail
Participant
0 Kudos

in the launch pad do you know what transmission param means  ?