cancel
Showing results for 
Search instead for 
Did you mean: 

ContainerFoundation_JS.SendMessageToContainer

Former Member
0 Kudos

Hi all,

Where can I find a specification of the ContainerFoundation_JS.SendMessageToContainer method?

Thanks,

Max

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Max,

the spec is not public. This code implements the integration with Web Dynpor and should not be touched. ContainerFoundation is only one part. While it is possible (but not recommended!->Not supported) to change the ContainerFoundation, the second part in Web Dynpro cannot be modified accordingly.

Regards,

Juergen

Former Member
0 Kudos

Hello Juergen,

Thank you for your reply. I don't want to change the code just want to se if I can use the methods to make a call to the WebDynpro part of my application..

Regards,

Max

Former Member
0 Kudos

Hi Max,

no, you can't.

Regards,

Juergen

Former Member
0 Kudos

Maybe you could use a standard submit and provide some indicator in a data node saying what you actually want to do.

Juergen

Former Member
0 Kudos

Yes, the problem is that I need two submit buttons, one for searching and one for saving the form. And I do need to make use of SSO to the back-end. Not sure how i can solve this..

/Max