cancel
Showing results for 
Search instead for 
Did you mean: 

Standard F4 (search help) in the web dynpro JAVA

0 Kudos

Hi,

I have a small doubt in web dynpro Java. Basically I am an ABAP developer. We created some custom Remote function modules (RFM). Now are able to call RFM through web dynpro JAVA in the portal. We are able to run the RFMs in the portal.

But we have problem with search help. How can I built the search help for the input fields in the portal using web Dynpro Java.

Can we bring standard search help (which is exist in R/3) in the portal?

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

I think there is no standered functionality available in WDJava to achieve this functionality like ABAP or WDAbap. but, you can still achieve this using OVS option. to do this also, first you should have an interface which can talk to the R3 system and search the dB as per the query parameters i.e, an RFC which can the desired form of input and give you the desired output.

for more info on OVS, please look into this below links.

OVS:

[original link is broken]#51 [original link is broken]

WDJ tutorials:

[original link is broken]

Answers (1)

Answers (1)

former_member185879
Active Contributor
0 Kudos

Hello Mohan,

We can do a search help as like ABAP, but we need a RFC which will work according to the scenario.

OVS will anyhow call the RFC to filter the values, so if you create RFC like that, then we can easily achieve the same.

Regards

Nizamudeen SM