cancel
Showing results for 
Search instead for 
Did you mean: 

Reach context node from java project

Former Member
0 Kudos

Is it possible to get values from the context node of a view with a simple java class?

I want an insert query in my java class and will use the context values from my webdynpro dc project.

In advance,

Adri

Accepted Solutions (1)

Accepted Solutions (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Its not possible to access the context of webdynpro by an java class.

Might be u can pass the parameter from webdynpro to the java class.

Regards,

Vijai

Former Member
0 Kudos

What should I use as parameter object?

The value types are: int, string, short and 3 simple type packages.

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Use any collection like Array list.

Regards,

Vijai

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks, I solved the problem.