cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters from java to ABAP

Former Member
0 Kudos

I am not into ABAP Webdynpro.

But while a design consideration, i want to have page 1 of my application in Java and then do the remaining programming in ABAP.

Is it possible to pass parameters from WD Java application to WD ABAP.

Regards,

Nitin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nitin,

yes, it is possible to pass parameters as URL parameters to the WDA applivcation. In WDA, for the handler method of your windows default Inplug (in standard the method is named HANDLEDEFAULT) define the parameters that you like to receive thru URL. When defining the WDA application, you can also set default parameters to avoid a dump, when parameters are not provided via URL.

I just tried it out, it works.

Kind regards

Andreas

Answers (0)