cancel
Showing results for 
Search instead for 
Did you mean: 

Creating custom search helps on adobe forms

Phalani2
Participant
0 Kudos

HI Experts,

Is it possible to create custom (OVS component) search helps on adobe interactive forms in WD4A? I know it is possible to create the same in webdynpro but on adobe form am not able to do that please help me out.

Thanks in advance

Phalani M

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Phalani,

You can refer the below blog, it will give you an idea about using serach helps in Adobe Form.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4992] [original link is broken] [original link is broken] [original link is broken];

Plz reward points if helpful.

Thanks.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi Phalani,

>

> You can refer the below blog, it will give you an idea about using serach helps in Adobe Form.

>

> [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4992] [original link is broken] [original link is broken] [original link is broken];

>

> Plz reward points if helpful.

>

> Thanks.

Actually this solution suggested in this blog is specific to ISR. ISR is an additional framework provided by ERP. In general WDA programming you should NOT follow this approach.

If you are using ZCI based forms, then you can call to a Web Dynpro Value Help from the Interactive Form. For the details see this help link:

[http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/42/fb2fe500553ee4e10000000a1553f7/frameset.htm]

Phalani2
Participant
0 Kudos

Hi Thomas,

I have used Web Dynpro Value Help and OVS (for custom search helps)in my applications already but my problem is to create custom search helps on adobe form, can i use the OVS component for my req.? if so how can i achieve this.

Phalani

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Did you read the Input Help section of the Help Link that I sent you. It details how you can link a Web Dynpro ABAP search help into the interactive form.

Former Member
0 Kudos

Hi Phalani Kanth Gupta,

You can use Object Value Selection input help if it is not possible to carry out the search using the ABAP Dictionary, for example, if the value set is to be calculated in the Web Dynpro application.

Both these pre-implemented types of input help have the advantage that you can fill several fields at a time. (For example, two fields for the name of a town and its country).

In addition, you can also program your own input help.

You can add further restrictions to your input help by choosing standard Select Options.

The thing is you have to call the method to create OVS before the calling the form(rendering the form)..

http://help.sap.com/saphelp_nw04s/helpdata/en/45/2fbd67361003c3e10000000a1553f6/frameset.htm

Regards

Sarath

Edited by: Säräth SätheesäÑ on May 20, 2008 8:02 AM

Phalani2
Participant
0 Kudos

Sorry Sarath,

you have explained about OVS which I know, my doubt is can i use that OVS component to create the search helps on the adobe forms in webdynpro?