cancel
Showing results for 
Search instead for 
Did you mean: 

How to prefill drop-down list by GP

Former Member
0 Kudos

This probably has been asked before.

Can you prefill the drop-down list of an Adobe Interactive Form out of the Guided Procedures callable object for prefilling? So effectively mapping a list structure (i.e. all the possible values) to the drop-down field.

Is there any scripting required, e.g. to determine the sort order or the default value?

Thanks,

Florian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can do this.

1) for Offline GP process, its simple. in the CO creation for Adobe interactive form, in the define input step, you'll see Define prefilling. Choose that and select the RFC CO that has been defined earlier and map the parameters.

When the form is sent out, it will call the RFC CO (prefilling service and send it)

2) for online GP process using Adobe form, u need to embedd the Adobe form into a WDJ and implement it as a GP interface. In this case too, define a RFC Model in WDJ and then bind it to the context of the view and then bind the node to the Value help drop down list of the Webdynpro native controls in the Adobe Form. This should work.

'

Cheers,

Mandrake!