cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help for a Input Field

Former Member
0 Kudos

Hi Experts,

I am New to web Dyn Pro Java.

I have a requirement in which I need to impplement F4 help for a input Field. For this I should not use the Back end. I am suppose to hard code the values that will appear in the F4 help. Can I implement it and how?

Please respond. Thanks in Advance.

Regards,

Rohan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rohan,

you can create a Simple Type where you can list down all the values.

This Simple type should be bound to the data type of the context you create for your input filed.

-kunal

Former Member
0 Kudos

Hi Kunal,

Thanks for the Response.

But my requirement is quite enhanced now. It should have an input field which will have an F4 help. On clicking F4 a pop up screen should appear. The screen should contain a field for wild card search.

For this i Should not hit the Back end. Can I achieve this by OVS.

Please Respond. Thanks in advance.

Regards,

Rohan

Former Member
0 Kudos

Hi Rohan,

You can definetly go with OVS. That seems a good option. You can add the input filed and based on the input value, you can display matching records in the same popup in a table UI.

You will have to implemet the code for wild card match.

regards,

kunal

Former Member
0 Kudos

Hi Kunal,

Thanks for the response.

Do you have any pointers to tutorials inplementing OVS with out the use of back end.

Thanks in advance.

Regards,

Rohan

former_member192434
Active Contributor
0 Kudos

Hi

use this forum link

for more search on snd

thnaks

Former Member
Former Member
0 Kudos

Sure,

Go by this-->

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ab331b-97c6-2a10-f982-c9f972c34e51|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ab331b-97c6-2a10-f982-c9f972c34e51]

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e038cf90-0201-0010-0a9a-ec69262a1564|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e038cf90-0201-0010-0a9a-ec69262a1564]

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b900d8|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cf40cf90-0201-0010-4a85-e5a207b900d8]

kunal

Former Member
0 Kudos

Rohan,

Sould you need more help for implementing Wild Card based search?

regards,

kunal kotak

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks Kunal, Anup.

I think this Information should help me. My question is answered.

former_member192434
Active Contributor
0 Kudos