cancel
Showing results for 
Search instead for 
Did you mean: 

how to use "Select options" in Webdynpro(java) ?

Rodrigo-Giner
Active Contributor
0 Kudos

I wanna know if can be implemented "select options" like the ones used in R3 - ABAP in a webdynpro (java)

and in case of being possible, how to implemented using Adaptive RFC with a R3 backend system?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rodrigo,

Such component available only with WebDynpro for ABAP.

And it is quite complex to implement. This task requires very advanced techniques to work with data dictionary, dynamic UI/context creation and deep knowledge of related BAPI-s / R3 functionality.

Currently I'm trying to implement "search helps" in WebDynpro Java as Thomas Jung had done for BSP (see his blog). Even this task is quite complex. If it is not a "rocket science", then definitely it could be labeled "aircraft engineering"

Valery Silaev

EPAM Systems

http//www.NetWeaverTeam.com

Message was edited by: Valery Silaev, fix phrase refering to ABAP instead of Java

Rodrigo-Giner
Active Contributor
0 Kudos

yeah, I imagine that doing that mannualy would be very complex. Well thx for the answer. ^^

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Currently I'm trying to implement "search helps" in WebDynpro ABAP

I'm curious what you are creating. Web Dynpro ABAP already has full support for search helps (both elemental and collective) built in.

Former Member
0 Kudos

I'm talking about Web Dynpro <b>Java</b>.

And all that jazz with BAPI_HELPVALUES_GET, and custom value help, that is defined via check tables, rather then enumerations.

VS

Former Member
0 Kudos

Thomas,

Just found that I've used "ABAP" instead of "Java" in this phrase

VS

Answers (0)